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:36:42 UTC

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


The following commit(s) were added to refs/heads/master by this push:
     new bd517f2  update notices - some still had 2018
bd517f2 is described below

commit bd517f2a73d03d9e152945bce7ff99be01ad7881
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 9e51793..369540f 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 4d69a76..a9ee954 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 d88119a..8938f30 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 b0c4cbe..6515897 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 ed5cf1d..c11b032 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 545478c..1c040cb 100644
--- a/src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java
+++ b/src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java
@@ -293,7 +293,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/).