From 3b1f88354532e9de613273488f19537ebc2ffdb5 Mon Sep 17 00:00:00 2001 From: Paul King Date: Fri, 3 Jan 2025 02:44:16 +1000 Subject: [PATCH] update for 2025 --- NOTICE | 2 +- .../src/main/groovy/org.apache.groovy-documented.gradle | 4 ++-- notices/NOTICE-BASE | 2 +- notices/NOTICE-BINZIP | 2 +- notices/NOTICE-GROOID | 2 +- notices/NOTICE-GROOIDJARJAR | 2 +- notices/NOTICE-JARJAR | 2 +- notices/NOTICE-SDK | 2 +- .../java/org/codehaus/groovy/tools/FileSystemCompiler.java | 2 +- subprojects/groovy-console/NOTICE | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/NOTICE b/NOTICE index 41a7ca4d1d1..d945b2c8c88 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2024 The Apache Software Foundation +Copyright 2003-2025 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/build-logic/src/main/groovy/org.apache.groovy-documented.gradle b/build-logic/src/main/groovy/org.apache.groovy-documented.gradle index 6be381533c4..00487a56c13 100644 --- a/build-logic/src/main/groovy/org.apache.groovy-documented.gradle +++ b/build-logic/src/main/groovy/org.apache.groovy-documented.gradle @@ -56,7 +56,7 @@ tasks.withType(Javadoc).configureEach { encoding = 'UTF-8' version = true overview = project.relativePath(rootProject.file('src/main/java/overviewj.html')) - bottom = 'Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.' + bottom = 'Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.' source = sharedConfiguration.targetJavaVersion.get() links('https://docs.oracle.com/en/java/javase/11/docs/api/', 'https://docs.oracle.com/javaee/7/api/', @@ -75,7 +75,7 @@ tasks.withType(Groovydoc).configureEach { windowTitle = "Groovy ${versions.groovy}" docTitle = "Groovy ${versions.groovy}" header = "Groovy ${versions.groovy}" - footer = 'Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.' + footer = 'Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.' overviewText = rootProject.resources.text.fromFile('src/main/java/overview.html') access = GroovydocAccess.PROTECTED link 'https://docs.oracle.com/javaee/7/api/', 'javax.servlet.', 'javax.management.' diff --git a/notices/NOTICE-BASE b/notices/NOTICE-BASE index 81103090798..7017b28fc34 100644 --- a/notices/NOTICE-BASE +++ b/notices/NOTICE-BASE @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2024 The Apache Software Foundation +Copyright 2003-2025 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 a2e54a06e04..2f27b00262b 100644 --- a/notices/NOTICE-BINZIP +++ b/notices/NOTICE-BINZIP @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2024 The Apache Software Foundation +Copyright 2003-2025 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 7e96a20fa96..8cf98521ce2 100644 --- a/notices/NOTICE-GROOID +++ b/notices/NOTICE-GROOID @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2024 The Apache Software Foundation +Copyright 2003-2025 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 881974c4b6c..29eb15d374d 100644 --- a/notices/NOTICE-GROOIDJARJAR +++ b/notices/NOTICE-GROOIDJARJAR @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2024 The Apache Software Foundation +Copyright 2003-2025 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 ec9ce10ec07..afeb04d0425 100644 --- a/notices/NOTICE-JARJAR +++ b/notices/NOTICE-JARJAR @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2024 The Apache Software Foundation +Copyright 2003-2025 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 887365f33af..c24d04815ad 100644 --- a/notices/NOTICE-SDK +++ b/notices/NOTICE-SDK @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2024 The Apache Software Foundation +Copyright 2003-2025 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 6f0d15c6159..54d313d3aac 100644 --- a/src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java +++ b/src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java @@ -325,7 +325,7 @@ public static class VersionProvider implements IVersionProvider { public String[] getVersion() { return new String[]{ "Groovy compiler version " + GroovySystem.getVersion(), - "Copyright 2003-2024 The Apache Software Foundation. https://groovy-lang.org/", + "Copyright 2003-2025 The Apache Software Foundation. https://groovy-lang.org/", "", }; } diff --git a/subprojects/groovy-console/NOTICE b/subprojects/groovy-console/NOTICE index 878c1b3cd9b..cfc7dac5ba9 100644 --- a/subprojects/groovy-console/NOTICE +++ b/subprojects/groovy-console/NOTICE @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2024 The Apache Software Foundation +Copyright 2003-2025 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/).