aboutsummaryrefslogtreecommitdiff
path: root/buildScripts
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2013-07-18 16:27:50 +0200
committerRoel Spilker <r.spilker@gmail.com>2013-07-18 16:27:50 +0200
commitdeed98be16e5099af52d951fc611f86a82a42858 (patch)
tree6dffb63ea7c9a4ceea59a8ec2d7a1ccdd77d55bf /buildScripts
parent023d90bc75517d478e7f0f9c063ccbfa135fe62b (diff)
downloadlombok-deed98be16e5099af52d951fc611f86a82a42858.tar.gz
lombok-deed98be16e5099af52d951fc611f86a82a42858.tar.bz2
lombok-deed98be16e5099af52d951fc611f86a82a42858.zip
Upyeared the copyright notice in the generated javadoc.
Diffstat (limited to 'buildScripts')
-rw-r--r--buildScripts/website.ant.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml
index baf869a4..b9546ee9 100644
--- a/buildScripts/website.ant.xml
+++ b/buildScripts/website.ant.xml
@@ -333,7 +333,7 @@ such as converting the changelog into HTML, and creating javadoc.
<link href="http://commons.apache.org/logging/apidocs/" />
<link href="http://logging.apache.org/log4j/1.2/apidocs/" />
<header><![CDATA[<a href='http://projectlombok.org/' target='_blank'>Lombok</a> - ]]>v${lombok.version}</header>
- <bottom><![CDATA[<i>Copyright &copy; 2009-2011 The Project Lombok Authors, licensed under the <a href='http://www.opensource.org/licenses/mit-license.php'>MIT licence</a>.]]></bottom>
+ <bottom><![CDATA[<i>Copyright &copy; 2009-2013 The Project Lombok Authors, licensed under the <a href='http://www.opensource.org/licenses/mit-license.php'>MIT licence</a>.]]></bottom>
</javadoc>
<!-- bugfix for boneheaded javadoc bug where ?is-external=true is inserted before an anchor ref, breaking the anchor ref.
is-external=true doesn't actually do anything, so, we'll just get rid of it. -->