Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 091f10eee -> 5206ef753


update copyright year in notices


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

Branch: refs/heads/GROOVY_2_4_X
Commit: 5206ef753cdc6b00d111efea42439edab7608823
Parents: 091f10e
Author: paulk <[email protected]>
Authored: Wed Jan 3 17:25:22 2018 +1000
Committer: paulk <[email protected]>
Committed: Wed Jan 3 17:31:47 2018 +1000

----------------------------------------------------------------------
 NOTICE                                                     | 2 +-
 gradle/docs.gradle                                         | 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/org/codehaus/groovy/tools/FileSystemCompiler.java | 2 +-
 subprojects/groovy-console/NOTICE                          | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/5206ef75/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 1b76d0d..caa674a 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2017 The Apache Software Foundation
+Copyright 2003-2018 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/groovy/blob/5206ef75/gradle/docs.gradle
----------------------------------------------------------------------
diff --git a/gradle/docs.gradle b/gradle/docs.gradle
index e83901c..bf10658 100644
--- a/gradle/docs.gradle
+++ b/gradle/docs.gradle
@@ -20,7 +20,7 @@ task doc(dependsOn: ['javadocAll', 'groovydocAll', 'docGDK']) 
{
     if (JavaVersion.current().java7Compatible) {
         dependsOn 'asciidocAll', 'assembleAsciidoc'
     }
-    ext.footer = 'Copyright &copy; 2003-2017 The Apache Software Foundation. 
All rights reserved.'
+    ext.footer = 'Copyright &copy; 2003-2018 The Apache Software Foundation. 
All rights reserved.'
     ext.title = "Groovy ${groovyVersion}"
 }
 

http://git-wip-us.apache.org/repos/asf/groovy/blob/5206ef75/notices/NOTICE-BASE
----------------------------------------------------------------------
diff --git a/notices/NOTICE-BASE b/notices/NOTICE-BASE
index 8389b07..3ffcb8b 100644
--- a/notices/NOTICE-BASE
+++ b/notices/NOTICE-BASE
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2017 The Apache Software Foundation
+Copyright 2003-2018 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/groovy/blob/5206ef75/notices/NOTICE-BINZIP
----------------------------------------------------------------------
diff --git a/notices/NOTICE-BINZIP b/notices/NOTICE-BINZIP
index 843691c..9a0bccc 100644
--- a/notices/NOTICE-BINZIP
+++ b/notices/NOTICE-BINZIP
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2017 The Apache Software Foundation
+Copyright 2003-2018 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/groovy/blob/5206ef75/notices/NOTICE-GROOID
----------------------------------------------------------------------
diff --git a/notices/NOTICE-GROOID b/notices/NOTICE-GROOID
index 032e0b8..cf3b065 100644
--- a/notices/NOTICE-GROOID
+++ b/notices/NOTICE-GROOID
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2017 The Apache Software Foundation
+Copyright 2003-2018 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/groovy/blob/5206ef75/notices/NOTICE-GROOIDJARJAR
----------------------------------------------------------------------
diff --git a/notices/NOTICE-GROOIDJARJAR b/notices/NOTICE-GROOIDJARJAR
index 58a255b..1de687e 100644
--- a/notices/NOTICE-GROOIDJARJAR
+++ b/notices/NOTICE-GROOIDJARJAR
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2017 The Apache Software Foundation
+Copyright 2003-2018 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/groovy/blob/5206ef75/notices/NOTICE-JARJAR
----------------------------------------------------------------------
diff --git a/notices/NOTICE-JARJAR b/notices/NOTICE-JARJAR
index ecb27f2..d946ebe 100644
--- a/notices/NOTICE-JARJAR
+++ b/notices/NOTICE-JARJAR
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2017 The Apache Software Foundation
+Copyright 2003-2018 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/groovy/blob/5206ef75/notices/NOTICE-SDK
----------------------------------------------------------------------
diff --git a/notices/NOTICE-SDK b/notices/NOTICE-SDK
index f9f2573..9ac975a 100644
--- a/notices/NOTICE-SDK
+++ b/notices/NOTICE-SDK
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2017 The Apache Software Foundation
+Copyright 2003-2018 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/groovy/blob/5206ef75/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 d19547f..68b18a0 100644
--- a/src/main/org/codehaus/groovy/tools/FileSystemCompiler.java
+++ b/src/main/org/codehaus/groovy/tools/FileSystemCompiler.java
@@ -84,7 +84,7 @@ public class FileSystemCompiler {
     public static void displayVersion() {
         String version = GroovySystem.getVersion();
         System.err.println("Groovy compiler version " + version);
-        System.err.println("Copyright 2003-2017 The Apache Software 
Foundation. http://groovy-lang.org/";);
+        System.err.println("Copyright 2003-2018 The Apache Software 
Foundation. http://groovy-lang.org/";);
         System.err.println("");
     }
 

http://git-wip-us.apache.org/repos/asf/groovy/blob/5206ef75/subprojects/groovy-console/NOTICE
----------------------------------------------------------------------
diff --git a/subprojects/groovy-console/NOTICE 
b/subprojects/groovy-console/NOTICE
index 1b76d0d..caa674a 100644
--- a/subprojects/groovy-console/NOTICE
+++ b/subprojects/groovy-console/NOTICE
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2017 The Apache Software Foundation
+Copyright 2003-2018 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Reply via email to