mirror of https://github.com/apache/cassandra
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:
parent
036fff3937
commit
84fc68ce3f
|
|
@ -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/).
|
||||
|
|
|
|||
|
|
@ -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 &copy; ${YEAR} The Apache Software Foundation"
|
||||
bottom="Copyright &copy; 2009-2019 The Apache Software Foundation"
|
||||
useexternalfile="yes" encoding="UTF-8"
|
||||
maxmemory="256m">
|
||||
<filesets/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue