Skip to content

Commit e211067

Browse files
committed
Fix copyright: 2002-2004
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130367 13f79535-47bb-0310-9956-ffa450edef68
1 parent a499d3b commit e211067

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616
<project name="Codec" default="compile" basedir=".">
1717
<!--
1818
"Codec" component of the Jakarta Commons Subproject
19-
$Id: build.xml,v 1.12 2004/02/23 07:32:49 ggregory Exp $
19+
$Id: build.xml,v 1.13 2004/05/23 23:30:33 ggregory Exp $
2020
-->
2121
<!-- ========== Initialize Properties ===================================== -->
2222
<property file="${user.home}/${component.name}.build.properties"/>
@@ -82,7 +82,7 @@ limitations under the License.
8282
version="true"
8383
doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;"
8484
windowtitle="${component.title} (Version ${component.version})"
85-
bottom="${component.name} version ${component.version} - Copyright &amp;copy; 2003 - Apache Software Foundation"
85+
bottom="${component.name} version ${component.version} - Copyright &amp;copy; 2002-2004 - Apache Software Foundation"
8686
use="true"
8787
link="http://java.sun.com/products/jdk/1.3/docs/api/">
8888
<classpath refid="compile.classpath"/>

0 commit comments

Comments
 (0)