diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-02-04 00:07:55 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-02-04 00:07:55 +0100 |
commit | 74b38cd7d6806723145f6183273468996ea7dd57 (patch) | |
tree | 4d50f011cbbd7af1958c83f82d5451a5a4bb22c1 /buildScripts/website.ant.xml | |
parent | 2856702d77ce32e8253b8cbcc07a6cce1cbf47b7 (diff) | |
download | lombok-74b38cd7d6806723145f6183273468996ea7dd57.tar.gz lombok-74b38cd7d6806723145f6183273468996ea7dd57.tar.bz2 lombok-74b38cd7d6806723145f6183273468996ea7dd57.zip |
copyright header updates for web docs.
Diffstat (limited to 'buildScripts/website.ant.xml')
-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 4b64da85..ac1f0c1e 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -336,7 +336,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-2014 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-2015 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. --> |