You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2006/04/03 03:49:15 UTC

svn commit: r390939 - /xerces/java/trunk/build.xml

Author: mrglavas
Date: Sun Apr  2 18:49:15 2006
New Revision: 390939

URL: http://svn.apache.org/viewcvs?rev=390939&view=rev
Log:
Fixing copyright used in Javadoc footer.

Modified:
    xerces/java/trunk/build.xml

Modified: xerces/java/trunk/build.xml
URL: http://svn.apache.org/viewcvs/xerces/java/trunk/build.xml?rev=390939&r1=390938&r2=390939&view=diff
==============================================================================
--- xerces/java/trunk/build.xml (original)
+++ xerces/java/trunk/build.xml Sun Apr  2 18:49:15 2006
@@ -62,7 +62,7 @@
     <property name='default.parser.config.qualified' value='org.apache.xerces.parsers.XIncludeAwareParserConfiguration'/>
 
     <property name="year" value="1999-2006"/>
-    <property name="copyright" value="Copyright &#169; ${year} Apache XML Project. All Rights Reserved."/>
+    <property name="copyright" value="Copyright &#169; ${year} The Apache Software Foundation. All Rights Reserved."/>
 
     <echo message= "---------------- ${parser.Name} ${parser.Version} [${year}] ---------------"/>
     <!-- changed made to synchronize with a patch from Sam Ruby (<ru...@apache.org>) to Xerces1



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org