Change copyright in Javadoc output from 2002 to 2003.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137332 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2003-05-23 03:52:09 +00:00
parent e7d21364b5
commit 47a26bad34
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<!--
"Lang" component of the Jakarta Commons Subproject
$Id: build.xml,v 1.10 2003/05/16 22:17:01 scolebourne Exp $
$Id: build.xml,v 1.11 2003/05/23 03:52:09 ggregory Exp $
-->
@ -111,7 +111,7 @@
version="true"
doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;"
windowtitle="${component.title} (Version ${component.version})"
bottom="Copyright (c) 2001-2002 - Apache Software Foundation">
bottom="Copyright (c) 2001-2003 - Apache Software Foundation">
<classpath refid="compile.classpath"/>
</javadoc>
</target>