You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2004/08/18 22:14:30 UTC

cvs commit: jakarta-commons/digester build.xml maven.xml

rdonkin     2004/08/18 13:14:30

  Modified:    digester Tag: RELEASE_DIGESTER_1_6_0_BRANCH build.xml
                        maven.xml
  Log:
  Added license fixes
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.53.2.3  +29 -1     jakarta-commons/digester/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/build.xml,v
  retrieving revision 1.53.2.2
  retrieving revision 1.53.2.3
  diff -u -r1.53.2.2 -r1.53.2.3
  --- build.xml	18 Aug 2004 20:09:48 -0000	1.53.2.2
  +++ build.xml	18 Aug 2004 20:14:30 -0000	1.53.2.3
  @@ -1,3 +1,19 @@
  +<!--
  +   Copyright 2001-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
  +
   <project name="Digester" default="compile" basedir=".">
   
   
  @@ -219,7 +235,19 @@
                  overview="src/java/overview.html"
                  doctitle="&lt;h1&gt;${component.title} (Version ${component.version})&lt;/h1&gt;"
               windowtitle="${component.title} (Version ${component.version})"
  -                 bottom="Copyright (c) 2001-2003 - Apache Software Foundation">
  +                 bottom='Copyright (c) 2001-2004 - Apache Software Foundation &lt;!-- 
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +                 --&gt;'>
         <link     offline="true" packagelistLoc="${commons-beanutils.api}"
                      href="http://jakarta.apache.org/commons/beanutils/api/"/>
         <link     offline="true" packagelistLoc="${commons-collections.api}"
  
  
  
  1.2.2.1   +15 -0     jakarta-commons/digester/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- maven.xml	2 May 2004 06:38:18 -0000	1.2
  +++ maven.xml	18 Aug 2004 20:14:30 -0000	1.2.2.1
  @@ -1,3 +1,18 @@
  +<!--
  +   Copyright 2001-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
   <project default="jar:jar">
   
     <postGoal name="java:compile">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org