You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by dj...@apache.org on 2004/11/12 00:43:52 UTC

svn commit: rev 57479 - incubator/derby/code/trunk

Author: djd
Date: Thu Nov 11 15:43:51 2004
New Revision: 57479

Modified:
   incubator/derby/code/trunk/build.xml
Log:
Change the copyright statement to the ASF approved version for the
javadoc targets.


Modified: incubator/derby/code/trunk/build.xml
==============================================================================
--- incubator/derby/code/trunk/build.xml	(original)
+++ incubator/derby/code/trunk/build.xml	Thu Nov 11 15:43:51 2004
@@ -385,7 +385,7 @@
              packagenames="org.apache.derby.authentication,org.apache.derby.drda,org.apache.derby.jdbc.io,org.apache.derby.jdbc,org.apache.derby.tools"
              Windowtitle="Apache Derby ${major}.${minor} API Documentation"
              Doctitle="Apache Derby ${major}.${minor} API Documentation"
-             bottom="Apache Derby ${major}.${minor} API Documentation  -  <i>Copyright © IBM Corp. 1997,2004 All Rights Reserved.</i>"/>
+             bottom="Apache Derby ${major}.${minor} API Documentation  -  <i>Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.</i>"/>
 
     <delete dir="${out.javadoc.dir}/sourcedir"/>
 
@@ -406,7 +406,7 @@
         destdir="${out.javadoc.dir}/engine"
         windowtitle="Apache Derby V${major}.${minor} Engine Documentation"
         doctitle="Apache Derby V${major}.${minor} Engine Documentation"
-        bottom="Apache Derby V${major}.${minor} Engine Documentation - &lt;i&gt;Copyright &amp;copy; IBM Corp. 1997,2004 All Rights Reserved.&lt;/i&gt;"
+        bottom="Apache Derby V${major}.${minor} Engine Documentation - &lt;i&gt;Copyright &amp;copy; 1997,2004 The Apache Software Foundation or its licensors, as applicable.&lt;/i&gt;"
         source="1.4">
         <taglet name="org.apache.derbyBuild.javadoc.FormatIdTaglet" 
                 path="${basedir}/classes"/>