From 38a48e8a853f436c9243503e6193806ec151c84c Mon Sep 17 00:00:00 2001 From: Jan Matèrne Date: Fri, 12 Jul 2019 08:44:46 +0200 Subject: Use dynamic year-value for JavaDoc-Copyright --- build.xml | 5 ++++- buildScripts/website.ant.xml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index db654651..f66191db 100644 --- a/build.xml +++ b/build.xml @@ -773,12 +773,15 @@ You can also create your own by writing a 'testenvironment.properties' file. The + + +
Lombok - ]]>v${lombok.version}
- Copyright © 2011-2015 The Project Lombok Authors, licensed under the MIT licence.]]> + Copyright © 2011-${javadoc.year} The Project Lombok Authors, licensed under the MIT licence.]]>
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 62cb9a44..b14ee89e 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -285,6 +285,9 @@ such as applying the templates to produce the website, converting the changelog check the lombok package. If you're trying to extend lombok or write your own plugins, the other packages are what you're looking for. ]]> + + + @@ -292,7 +295,7 @@ such as applying the templates to produce the website, converting the changelog
Lombok - ]]>v${lombok.version}
- Copyright © 2009-2019 The Project Lombok Authors, licensed under the MIT licence.]]> + Copyright © 2009-${javadoc.year} The Project Lombok Authors, licensed under the MIT licence.]]>
-- cgit