Fixed the copyright notice in the API documentation according

to Brian Behlendorf's <brian@collab.net> posting on
legal-discuss@apache.org.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353624 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Klute 2005-01-20 17:17:19 +00:00
parent ac4133093d
commit e35122ea1d
1 changed files with 7 additions and 3 deletions

View File

@ -161,7 +161,9 @@
<target name="init" depends="check-jars,fetch-jars">
<tstamp/>
<tstamp>
<format property="tstamp.year" pattern="yyyy"/>
</tstamp>
<available resource="clovertasks" property="clover.present"/>
<antcall target="with.clover"/>
@ -540,7 +542,8 @@ FORREST_HOME environment variable!</echo>
<!-- Generates the API documentation. -->
<target name="javadocs" description="Generates the API documentation">
<target name="javadocs" depends="init"
description="Generates the API documentation">
<javadoc
destdir="${apidocs.report.dir}"
author="true"
@ -567,7 +570,8 @@ FORREST_HOME environment variable!</echo>
<doctitle><![CDATA[<h1>POI Documentation</h1>]]></doctitle>
<bottom>
<![CDATA[<i>Copyright &#169; 2005 Apache Software Foundation.</i>]]>
<![CDATA[<i>Copyright ${tstamp.year} The Apache Software Foundation or
its licensors, as applicable.</i>]]>
</bottom>
<group title="HDF" packages="org.apache.poi.hdf*"/>
<group title="HPSF" packages="org.apache.poi.hpsf*"/>