diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-01-09 00:54:17 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-01-09 00:54:17 +0100 |
commit | 6e7f75eb779196848e1f6d421432a3a885ec8e9a (patch) | |
tree | c4b3c052c01a77a823cbe9805c5aa24cde162d7a /buildScripts | |
parent | 369df91756e632b32440eb585253f7fb1ddba9d2 (diff) | |
download | lombok-6e7f75eb779196848e1f6d421432a3a885ec8e9a.tar.gz lombok-6e7f75eb779196848e1f6d421432a3a885ec8e9a.tar.bz2 lombok-6e7f75eb779196848e1f6d421432a3a885ec8e9a.zip |
Updated copyright notices to 2018.
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 13b97231..36b3a193 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -223,7 +223,7 @@ such as applying the templates to produce the website, converting the changelog <classpath refid="build.path" /> <classpath location="build/lombok" /> <header><![CDATA[<a href='https://projectlombok.org/' target='_blank'>Lombok</a> - ]]>v${lombok.version}</header> - <bottom><![CDATA[<i>Copyright © 2009-2015 The Project Lombok Authors, licensed under the <a href='http://www.opensource.org/licenses/mit-license.php' target='_blank'>MIT licence</a>.]]></bottom> + <bottom><![CDATA[<i>Copyright © 2009-2018 The Project Lombok Authors, licensed under the <a href='http://www.opensource.org/licenses/mit-license.php' target='_blank'>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. --> |