Change end year in various notices (using updateNotices task)
Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/a9c41261 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/a9c41261 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/a9c41261 Branch: refs/heads/GROOVY_2_4_X Commit: a9c412610bfc62f2c5b675cf52956a0428f02f64 Parents: 778a67c Author: paulk <[email protected]> Authored: Tue Jan 3 19:33:34 2017 +1000 Committer: paulk <[email protected]> Committed: Tue Jan 3 19:34:32 2017 +1000 ---------------------------------------------------------------------- NOTICE | 2 +- gradle/docs.gradle | 2 +- notices/NOTICE-ALLJARJAR | 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 +- 11 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/a9c41261/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 72511db..1b76d0d 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2016 The Apache Software Foundation +Copyright 2003-2017 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/a9c41261/gradle/docs.gradle ---------------------------------------------------------------------- diff --git a/gradle/docs.gradle b/gradle/docs.gradle index f44f04c..ef761c9 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 © 2003-2016 The Apache Software Foundation. All rights reserved.' + ext.footer = 'Copyright © 2003-2017 The Apache Software Foundation. All rights reserved.' ext.title = "Groovy ${groovyVersion}" } http://git-wip-us.apache.org/repos/asf/groovy/blob/a9c41261/notices/NOTICE-ALLJARJAR ---------------------------------------------------------------------- diff --git a/notices/NOTICE-ALLJARJAR b/notices/NOTICE-ALLJARJAR index 5462935..23fcbe3 100644 --- a/notices/NOTICE-ALLJARJAR +++ b/notices/NOTICE-ALLJARJAR @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2016 The Apache Software Foundation +Copyright 2003-2017 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/a9c41261/notices/NOTICE-BASE ---------------------------------------------------------------------- diff --git a/notices/NOTICE-BASE b/notices/NOTICE-BASE index b863c49..8389b07 100644 --- a/notices/NOTICE-BASE +++ b/notices/NOTICE-BASE @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2016 The Apache Software Foundation +Copyright 2003-2017 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/a9c41261/notices/NOTICE-BINZIP ---------------------------------------------------------------------- diff --git a/notices/NOTICE-BINZIP b/notices/NOTICE-BINZIP index 1a4b9bc..843691c 100644 --- a/notices/NOTICE-BINZIP +++ b/notices/NOTICE-BINZIP @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2016 The Apache Software Foundation +Copyright 2003-2017 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/a9c41261/notices/NOTICE-GROOID ---------------------------------------------------------------------- diff --git a/notices/NOTICE-GROOID b/notices/NOTICE-GROOID index 3b6f704..032e0b8 100644 --- a/notices/NOTICE-GROOID +++ b/notices/NOTICE-GROOID @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2016 The Apache Software Foundation +Copyright 2003-2017 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/a9c41261/notices/NOTICE-GROOIDJARJAR ---------------------------------------------------------------------- diff --git a/notices/NOTICE-GROOIDJARJAR b/notices/NOTICE-GROOIDJARJAR index 127a70c..58a255b 100644 --- a/notices/NOTICE-GROOIDJARJAR +++ b/notices/NOTICE-GROOIDJARJAR @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2016 The Apache Software Foundation +Copyright 2003-2017 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/a9c41261/notices/NOTICE-JARJAR ---------------------------------------------------------------------- diff --git a/notices/NOTICE-JARJAR b/notices/NOTICE-JARJAR index 19bb83c..ecb27f2 100644 --- a/notices/NOTICE-JARJAR +++ b/notices/NOTICE-JARJAR @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2016 The Apache Software Foundation +Copyright 2003-2017 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/a9c41261/notices/NOTICE-SDK ---------------------------------------------------------------------- diff --git a/notices/NOTICE-SDK b/notices/NOTICE-SDK index c7ac460..f9f2573 100644 --- a/notices/NOTICE-SDK +++ b/notices/NOTICE-SDK @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2016 The Apache Software Foundation +Copyright 2003-2017 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/a9c41261/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 39540cd..71f3702 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-2016 The Apache Software Foundation. http://groovy-lang.org/"); + System.err.println("Copyright 2003-2017 The Apache Software Foundation. http://groovy-lang.org/"); System.err.println(""); } http://git-wip-us.apache.org/repos/asf/groovy/blob/a9c41261/subprojects/groovy-console/NOTICE ---------------------------------------------------------------------- diff --git a/subprojects/groovy-console/NOTICE b/subprojects/groovy-console/NOTICE index 72511db..1b76d0d 100644 --- a/subprojects/groovy-console/NOTICE +++ b/subprojects/groovy-console/NOTICE @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2016 The Apache Software Foundation +Copyright 2003-2017 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/).
