Fix copyright years in generated apidocs and in the NOTICE file

Patch by Bernhard M. Wiedemann; reviewed by Mick Semb Wever for CASSANDRA-15039
This commit is contained in:
Mick Semb Wever 2019-03-08 19:51:10 +11:00
parent 036fff3937
commit 84fc68ce3f
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
2 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,5 @@
Apache Cassandra
Copyright 2009-2014 The Apache Software Foundation
Copyright 2009-2019 The Apache Software Foundation
This product includes software developed by The Apache Software
Foundation (http://www.apache.org/).

View File

@ -133,10 +133,6 @@
<available file="${build.src.java}" type="dir" />
</condition>
<tstamp>
<format property="YEAR" pattern="yyyy"/>
</tstamp>
<!-- Check if all tests are being run or just one. If it's all tests don't spam the console with test output.
If it's an individual test print the output from the test under the assumption someone is debugging the test
and wants to know what is going on without having to context switch to the log file that is generated.
@ -176,7 +172,7 @@
<sequential>
<javadoc destdir="@{destdir}" author="true" version="true" use="true"
windowtitle="${ant.project.name} API" classpathref="cassandra.classpath"
bottom="Copyright &amp;copy; ${YEAR} The Apache Software Foundation"
bottom="Copyright &amp;copy; 2009-2019 The Apache Software Foundation"
useexternalfile="yes" encoding="UTF-8"
maxmemory="256m">
<filesets/>