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 2022/06/22 10:03:12 UTC

[groovy] branch GROOVY_2_5_X updated: bump copyright year (I guess we missed this one earlier)

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

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


The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push:
     new 4df7cd5c99 bump copyright year (I guess we missed this one earlier)
4df7cd5c99 is described below

commit 4df7cd5c9948e1942277d61d8f8f130c46cb1869
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Jun 22 19:52:06 2022 +1000

    bump copyright year (I guess we missed this one earlier)
---
 src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java b/src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java
index 0d5c1cd9b3..efa52cb8e2 100644
--- a/src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java
+++ b/src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java
@@ -357,7 +357,7 @@ public class FileSystemCompiler {
         public String[] getVersion() {
             return new String[]{
                     "Groovy compiler version " + GroovySystem.getVersion(),
-                    "Copyright 2003-2021 The Apache Software Foundation. http://groovy-lang.org/",
+                    "Copyright 2003-2022 The Apache Software Foundation. https://groovy-lang.org/",
                     "",
             };
         }