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 09:52:47 UTC

[groovy] branch GROOVY_4_0_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_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


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

commit 54949eab7f5854639c467f19d3f6f507a8af1208
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 69061e08b7..0de8161aa3 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-2021 The Apache Software Foundation. http://groovy-lang.org/",
+                    "Copyright 2003-2022 The Apache Software Foundation. https://groovy-lang.org/",
                     "",
             };
         }