Removing trailing year from copyright.

Patch by brandonwilliams; reviewed by mck for CASSANDRA-18261
This commit is contained in:
Brandon Williams 2023-02-17 07:28:01 -06:00
parent 476d31bce2
commit eb36a86a72
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -189,7 +189,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- The Apache Software Foundation"
useexternalfile="yes" encoding="UTF-8"
maxmemory="256m">
<filesets/>