Author: ggregory
Date: Tue Jan 15 15:40:49 2008
New Revision: 612313

URL: http://svn.apache.org/viewvc?rev=612313&view=rev
Log:
Fix Javadoc copyright year.

Modified:
    commons/proper/codec/trunk/build.xml

Modified: commons/proper/codec/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/build.xml?rev=612313&r1=612312&r2=612313&view=diff
==============================================================================
--- commons/proper/codec/trunk/build.xml (original)
+++ commons/proper/codec/trunk/build.xml Tue Jan 15 15:40:49 2008
@@ -83,7 +83,7 @@
                version="true" 
                doctitle="<h1>${component.title}</h1>" 
                windowtitle="${component.title} (Version ${component.version})" 
-               bottom="${component.name} version ${component.version} - 
Copyright © 2002-2004 - Apache Software Foundation" 
+               bottom="${component.name} version ${component.version} - 
Copyright © 2002-2008 - Apache Software Foundation" 
                use="true" 
                link="http://java.sun.com/products/jdk/1.3/docs/api/";>
             <classpath refid="compile.classpath"/>


Reply via email to