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 2019/04/22 09:37:30 UTC

[groovy] branch GROOVY_2_5_X updated: update notices - some still had 2018

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 b88184f  update notices - some still had 2018
b88184f is described below

commit b88184f4ce862c89ca2babd958fbf83e7b639fb5
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Apr 22 19:36:31 2019 +1000

    update notices - some still had 2018
---
 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/java/org/codehaus/groovy/tools/FileSystemCompiler.java | 2 +-
 subprojects/groovy-console/NOTICE                               | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/NOTICE b/NOTICE
index caa674a..eb5add2 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2018 The Apache Software Foundation
+Copyright 2003-2019 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/gradle/docs.gradle b/gradle/docs.gradle
index 0cb8b59..d8d3c66 100644
--- a/gradle/docs.gradle
+++ b/gradle/docs.gradle
@@ -18,7 +18,7 @@
  */
 
 task doc(dependsOn: ['javadocAll', 'groovydocAll', 'docGDK', 'asciidocAll']) {
-    ext.footer = 'Copyright &copy; 2003-2018 The Apache Software Foundation. All rights reserved.'
+    ext.footer = 'Copyright &copy; 2003-2019 The Apache Software Foundation. All rights reserved.'
     ext.title = "Groovy ${groovyVersion}"
 }
 
diff --git a/notices/NOTICE-BASE b/notices/NOTICE-BASE
index 3ffcb8b..3dcd79f 100644
--- a/notices/NOTICE-BASE
+++ b/notices/NOTICE-BASE
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2018 The Apache Software Foundation
+Copyright 2003-2019 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 4fb2f73..c7ae112 100644
--- a/notices/NOTICE-BINZIP
+++ b/notices/NOTICE-BINZIP
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2018 The Apache Software Foundation
+Copyright 2003-2019 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 cf3b065..27bc652 100644
--- a/notices/NOTICE-GROOID
+++ b/notices/NOTICE-GROOID
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2018 The Apache Software Foundation
+Copyright 2003-2019 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 1de687e..b53055c 100644
--- a/notices/NOTICE-GROOIDJARJAR
+++ b/notices/NOTICE-GROOIDJARJAR
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2018 The Apache Software Foundation
+Copyright 2003-2019 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 d946ebe..270d78f 100644
--- a/notices/NOTICE-JARJAR
+++ b/notices/NOTICE-JARJAR
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2018 The Apache Software Foundation
+Copyright 2003-2019 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 f786719..f67bebf 100644
--- a/notices/NOTICE-SDK
+++ b/notices/NOTICE-SDK
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2018 The Apache Software Foundation
+Copyright 2003-2019 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 e28f7d5..8836f4b 100644
--- a/src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java
+++ b/src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java
@@ -296,7 +296,7 @@ public class FileSystemCompiler {
         public String[] getVersion() {
             return new String[] {
                     "Groovy compiler version " + GroovySystem.getVersion(),
-                    "Copyright 2003-2018 The Apache Software Foundation. http://groovy-lang.org/",
+                    "Copyright 2003-2019 The Apache Software Foundation. http://groovy-lang.org/",
                     "",
             };
         }
diff --git a/subprojects/groovy-console/NOTICE b/subprojects/groovy-console/NOTICE
index caa674a..eb5add2 100644
--- a/subprojects/groovy-console/NOTICE
+++ b/subprojects/groovy-console/NOTICE
@@ -1,5 +1,5 @@
 Apache Groovy
-Copyright 2003-2018 The Apache Software Foundation
+Copyright 2003-2019 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).