mirror of https://github.com/apache/poi.git
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
7080f204fa
commit
f578f67d1f
10
build.xml
10
build.xml
|
@ -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 © 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*"/>
|
||||
|
|
Loading…
Reference in New Issue