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:
parent
ac4133093d
commit
e35122ea1d
10
build.xml
10
build.xml
@ -161,7 +161,9 @@
|
|||||||
|
|
||||||
<target name="init" depends="check-jars,fetch-jars">
|
<target name="init" depends="check-jars,fetch-jars">
|
||||||
|
|
||||||
<tstamp/>
|
<tstamp>
|
||||||
|
<format property="tstamp.year" pattern="yyyy"/>
|
||||||
|
</tstamp>
|
||||||
|
|
||||||
<available resource="clovertasks" property="clover.present"/>
|
<available resource="clovertasks" property="clover.present"/>
|
||||||
<antcall target="with.clover"/>
|
<antcall target="with.clover"/>
|
||||||
@ -540,7 +542,8 @@ FORREST_HOME environment variable!</echo>
|
|||||||
|
|
||||||
|
|
||||||
<!-- Generates the API documentation. -->
|
<!-- Generates the API documentation. -->
|
||||||
<target name="javadocs" description="Generates the API documentation">
|
<target name="javadocs" depends="init"
|
||||||
|
description="Generates the API documentation">
|
||||||
<javadoc
|
<javadoc
|
||||||
destdir="${apidocs.report.dir}"
|
destdir="${apidocs.report.dir}"
|
||||||
author="true"
|
author="true"
|
||||||
@ -567,7 +570,8 @@ FORREST_HOME environment variable!</echo>
|
|||||||
|
|
||||||
<doctitle><![CDATA[<h1>POI Documentation</h1>]]></doctitle>
|
<doctitle><![CDATA[<h1>POI Documentation</h1>]]></doctitle>
|
||||||
<bottom>
|
<bottom>
|
||||||
<![CDATA[<i>Copyright © 2005 Apache Software Foundation.</i>]]>
|
<![CDATA[<i>Copyright ${tstamp.year} The Apache Software Foundation or
|
||||||
|
its licensors, as applicable.</i>]]>
|
||||||
</bottom>
|
</bottom>
|
||||||
<group title="HDF" packages="org.apache.poi.hdf*"/>
|
<group title="HDF" packages="org.apache.poi.hdf*"/>
|
||||||
<group title="HPSF" packages="org.apache.poi.hpsf*"/>
|
<group title="HPSF" packages="org.apache.poi.hpsf*"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user