You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2023/01/18 09:15:20 UTC

[groovy] branch GROOVY_3_0_X updated: bump copyright/notice year to 2023

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

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new ce91dbfc32 bump copyright/notice year to 2023
ce91dbfc32 is described below

commit ce91dbfc3222f0288c898f3ee020f67212f450a7
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Jan 18 19:14:56 2023 +1000

    bump copyright/notice year to 2023
---
 NOTICE                                                          | 2 +-
 notices/NOTICE-BASE                                             | 2 +-
 notices/NOTICE-BINZIP                                           | 2 +-
 notices/NOTICE-GROOID                                           | 2 +-
 notices/NOTICE-GROOIDJARJAR                                     | 2 +-
 notices/NOTICE-JARJAR                                           | 2 +-
 notices/NOTICE-SDK                                              | 2 +-
 src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java | 2 +-
 subprojects/groovy-console/NOTICE                               | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/NOTICE b/NOTICE
index 9d846583fe..f8cbaf919e 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2021 The Apache Software Foundation
+Copyright 2003-2023 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/notices/NOTICE-BASE b/notices/NOTICE-BASE
index 45845c1e30..e298d6d663 100644
--- a/notices/NOTICE-BASE
+++ b/notices/NOTICE-BASE
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2021 The Apache Software Foundation
+Copyright 2003-2023 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/notices/NOTICE-BINZIP b/notices/NOTICE-BINZIP
index 5809bb1f05..c7cf32193b 100644
--- a/notices/NOTICE-BINZIP
+++ b/notices/NOTICE-BINZIP
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2021 The Apache Software Foundation
+Copyright 2003-2023 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/notices/NOTICE-GROOID b/notices/NOTICE-GROOID
index c5f997fd55..bdf936c28f 100644
--- a/notices/NOTICE-GROOID
+++ b/notices/NOTICE-GROOID
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2021 The Apache Software Foundation
+Copyright 2003-2023 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/notices/NOTICE-GROOIDJARJAR b/notices/NOTICE-GROOIDJARJAR
index 3acb29c8b1..89ef4e1805 100644
--- a/notices/NOTICE-GROOIDJARJAR
+++ b/notices/NOTICE-GROOIDJARJAR
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2021 The Apache Software Foundation
+Copyright 2003-2023 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/notices/NOTICE-JARJAR b/notices/NOTICE-JARJAR
index a5cb906dcf..2f2c651ec5 100644
--- a/notices/NOTICE-JARJAR
+++ b/notices/NOTICE-JARJAR
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2021 The Apache Software Foundation
+Copyright 2003-2023 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/notices/NOTICE-SDK b/notices/NOTICE-SDK
index ce67273ebc..c20fc69562 100644
--- a/notices/NOTICE-SDK
+++ b/notices/NOTICE-SDK
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2021 The Apache Software Foundation
+Copyright 2003-2023 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java b/src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java
index 6ef6a11563..9b41c2b39e 100644
--- a/src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java
+++ b/src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java
@@ -324,7 +324,7 @@ public class FileSystemCompiler {
         public String[] getVersion() {
             return new String[]{
                     "Groovy compiler version " + GroovySystem.getVersion(),
-                    "Copyright 2003-2022 The Apache Software Foundation. https://groovy-lang.org/",
+                    "Copyright 2003-2023 The Apache Software Foundation. https://groovy-lang.org/",
                     "",
             };
         }
diff --git a/subprojects/groovy-console/NOTICE b/subprojects/groovy-console/NOTICE
index 5de6dc3bb1..a0b91b3669 100644
--- a/subprojects/groovy-console/NOTICE
+++ b/subprojects/groovy-console/NOTICE
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2021 The Apache Software Foundation
+Copyright 2003-2023 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).