You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2004/02/27 20:36:38 UTC

cvs commit: xml-fop build.bat build.sh build.xml

jeremias    2004/02/27 11:36:38

  Modified:    .        build.bat build.sh build.xml
  Log:
  Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.
  
  Revision  Changes    Path
  1.22      +15 -1     xml-fop/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.bat,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.bat	13 Dec 2003 23:23:03 -0000	1.21
  +++ build.bat	27 Feb 2004 19:36:38 -0000	1.22
  @@ -1,5 +1,19 @@
   @echo off
  -rem $Id$
  +REM  Copyright 1999-2004 The Apache Software Foundation
  +REM
  +REM  Licensed under the Apache License, Version 2.0 (the "License");
  +REM  you may not use this file except in compliance with the License.
  +REM  You may obtain a copy of the License at
  +REM
  +REM       http://www.apache.org/licenses/LICENSE-2.0
  +REM
  +REM  Unless required by applicable law or agreed to in writing, software
  +REM  distributed under the License is distributed on an "AS IS" BASIS,
  +REM  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +REM  See the License for the specific language governing permissions and
  +REM  limitations under the License.
  +REM
  +REM  $Id$
   
   echo Apache FOP: Build System
   echo --------------------------
  
  
  
  1.25      +17 -0     xml-fop/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.sh,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build.sh	13 Dec 2003 23:23:43 -0000	1.24
  +++ build.sh	27 Feb 2004 19:36:38 -0000	1.25
  @@ -1,5 +1,22 @@
   #!/bin/sh
  +#  Copyright 1999-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.
  +#
  +#  $Id$
  +
   # This file should be executable.
  +
   echo
   echo "Apache FOP: Build System"
   echo "--------------------------"
  
  
  
  1.105     +20 -5     xml-fop/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.104
  retrieving revision 1.105
  diff -u -r1.104 -r1.105
  --- build.xml	7 Feb 2004 23:03:44 -0000	1.104
  +++ build.xml	27 Feb 2004 19:36:38 -0000	1.105
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   <!-- ===========================================================================
   
                              * ================== *
  @@ -151,7 +166,7 @@
       <property name="NAME" value="FOP"/>
       <property name="version" value="1.0dev"/>
       <filter token="version" value="${version}"/>
  -    <property name="year" value="1999-2003"/>
  +    <property name="year" value="1999-2004"/>
   
       <echo message="------------------- ${Name} ${version} [${year}] ----------------"/>
       <echo message="See build.properties and build-local.properties for additional build settings"/>
  @@ -480,7 +495,7 @@
           <attribute name="Class-Path" value="${manifest-classpath}"/>
           <attribute name="Implementation-Title" value="${Name}"/>
           <attribute name="Implementation-Version" value="${version}"/>
  -        <attribute name="Implementation-Vendor" value="Apache Software Foundation (http://xml.apache.org/fop/)"/>
  +        <attribute name="Implementation-Vendor" value="The Apache Software Foundation (http://xml.apache.org/fop/)"/>
           <attribute name="Build-Id" value="${ts} (${user.name} [${os.name} ${os.version} ${os.arch}, Java ${java.runtime.version}])"/>
         </manifest>
       </jar>
  @@ -552,7 +567,7 @@
         <manifest>
           <attribute name="Implementation-Title" value="${fop-transcoder.name}"/>
           <attribute name="Implementation-Version" value="${fop-transcoder.version}"/>
  -        <attribute name="Implementation-Vendor" value="Apache Software Foundation (http://xml.apache.org/fop/)"/>
  +        <attribute name="Implementation-Vendor" value="The Apache Software Foundation (http://xml.apache.org/fop/)"/>
           <attribute name="Build-Id" value="${ts} (${user.name} [${os.name} ${os.version} ${os.arch}, Java ${java.runtime.version}])"/>
         </manifest>
       </jar>
  @@ -589,7 +604,7 @@
         <manifest>
           <attribute name="Implementation-Title" value="${fop-transcoder.name}"/>
           <attribute name="Implementation-Version" value="${fop-transcoder.version}"/>
  -        <attribute name="Implementation-Vendor" value="Apache Software Foundation (http://xml.apache.org/fop/)"/>
  +        <attribute name="Implementation-Vendor" value="The Apache Software Foundation (http://xml.apache.org/fop/)"/>
           <attribute name="Build-Id" value="${ts} (${user.name} [${os.name} ${os.version} ${os.arch}, Java ${java.runtime.version}])"/>
         </manifest>
       </jar>
  @@ -718,7 +733,7 @@
           version="true"
           windowtitle="${NAME} API"
           doctitle="Formatting Objects Processor (FOP)"
  -        bottom="Copyright &#169; ${year} Apache Software Foundation. All Rights Reserved."
  +        bottom="Copyright ${year} The Apache Software Foundation. All Rights Reserved."
           overview="${src.dir}/java/org/apache/fop/overview.html"
           use="true"
           failonerror="true">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org