You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by pa...@apache.org on 2015/06/07 12:38:04 UTC

incubator-groovy git commit: displayVersion(): Update copyright to Apache and change website to groovy-lang.org

Repository: incubator-groovy
Updated Branches:
  refs/heads/master c09ccacca -> 81f0523db


displayVersion(): Update copyright to Apache and change website to groovy-lang.org


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/81f0523d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/81f0523d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/81f0523d

Branch: refs/heads/master
Commit: 81f0523dbec53093520b69ddea2296c664237986
Parents: c09ccac
Author: pascalschumacher <pa...@gmx.net>
Authored: Sun Jun 7 12:37:49 2015 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sun Jun 7 12:37:49 2015 +0200

----------------------------------------------------------------------
 src/main/org/codehaus/groovy/tools/FileSystemCompiler.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/81f0523d/src/main/org/codehaus/groovy/tools/FileSystemCompiler.java
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/tools/FileSystemCompiler.java b/src/main/org/codehaus/groovy/tools/FileSystemCompiler.java
index 8e0a432..0aa2a88 100644
--- a/src/main/org/codehaus/groovy/tools/FileSystemCompiler.java
+++ b/src/main/org/codehaus/groovy/tools/FileSystemCompiler.java
@@ -74,7 +74,7 @@ public class FileSystemCompiler {
     public static void displayVersion() {
         String version = GroovySystem.getVersion();
         System.err.println("Groovy compiler version " + version);
-        System.err.println("Copyright 2003-2013 The Codehaus. http://groovy.codehaus.org/");
+        System.err.println("Copyright 2003-2015 The Apache Software Foundation. http://groovy-lang.org/");
         System.err.println("");
     }