diff options
author | Roel Spilker <r.spilker@gmail.com> | 2014-05-21 21:52:04 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2014-05-21 21:52:04 +0200 |
commit | 8238144393ff07ef2cff6957c061dbafa9fd6f48 (patch) | |
tree | 16097413d657f1cf4da05efac548b845d4ff722b /buildScripts | |
parent | 2e85b5afb80e6301d4c2ef0d062237b0258e23d0 (diff) | |
download | lombok-8238144393ff07ef2cff6957c061dbafa9fd6f48.tar.gz lombok-8238144393ff07ef2cff6957c061dbafa9fd6f48.tar.bz2 lombok-8238144393ff07ef2cff6957c061dbafa9fd6f48.zip |
New year in documentation
Diffstat (limited to 'buildScripts')
-rw-r--r-- | buildScripts/website.ant.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index ef10ad41..ef60d350 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 © 2009-2013 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 © 2009-2014 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. --> |