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:
parent
e7d21364b5
commit
47a26bad34
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
"Lang" component of the Jakarta Commons Subproject
|
"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"
|
version="true"
|
||||||
doctitle="<h1>${component.title}</h1>"
|
doctitle="<h1>${component.title}</h1>"
|
||||||
windowtitle="${component.title} (Version ${component.version})"
|
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"/>
|
<classpath refid="compile.classpath"/>
|
||||||
</javadoc>
|
</javadoc>
|
||||||
</target>
|
</target>
|
||||||
|
|
Loading…
Reference in New Issue