Skip to content

Commit 3b398a0

Browse files
committed
Fix Javadoc copyright year once and for all.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@612315 13f79535-47bb-0310-9956-ffa450edef68
1 parent 04c9182 commit 3b398a0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

build.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ limitations under the License.
7272
<mkdir dir="${dist.home}"/>
7373
<mkdir dir="${dist.home}/docs"/>
7474
<mkdir dir="${dist.home}/docs/api"/>
75+
<mkdir dir="${build.home}/apidocs"/>
76+
<tstamp>
77+
<format property="current.year" pattern="yyyy"/>
78+
</tstamp>
7579
<!-- The Sun 1.2 docs are no-longer on-line, point to 1.3. -->
7680
<javadoc
7781
sourcepath="${source.home}"
@@ -83,7 +87,7 @@ limitations under the License.
8387
version="true"
8488
doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;"
8589
windowtitle="${component.title} (Version ${component.version})"
86-
bottom="${component.name} version ${component.version} - Copyright &amp;copy; 2002-2008 - Apache Software Foundation"
90+
bottom="${component.name} version ${component.version} - Copyright &amp;copy; 2002-${current.year} - Apache Software Foundation"
8791
use="true"
8892
link="http://java.sun.com/products/jdk/1.3/docs/api/">
8993
<classpath refid="compile.classpath"/>

0 commit comments

Comments
 (0)