This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-3.0 by this push:
     new eb36a86a72 Removing trailing year from copyright.
eb36a86a72 is described below

commit eb36a86a72c0692327545c19f8eed23a6d165246
Author: Brandon Williams <[email protected]>
AuthorDate: Fri Feb 17 07:28:01 2023 -0600

    Removing trailing year from copyright.
    
    Patch by brandonwilliams; reviewed by mck for CASSANDRA-18261
---
 NOTICE.txt | 2 +-
 build.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index a20994f48b..d13fda1530 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -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/).
diff --git a/build.xml b/build.xml
index 14f434cf7c..c544196218 100644
--- a/build.xml
+++ b/build.xml
@@ -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/>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to