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 3b1f883545 update for 2025
3b1f883545 is described below
commit 3b1f88354532e9de613273488f19537ebc2ffdb5
Author: Paul King <[email protected]>
AuthorDate: Fri Jan 3 02:44:16 2025 +1000
update for 2025
---
NOTICE | 2 +-
build-logic/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 +-
src/main/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 41a7ca4d1d..d945b2c8c8 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 6be381533c..00487a56c1 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 8110309079..7017b28fc3 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 a2e54a06e0..2f27b00262 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 7e96a20fa9..8cf98521ce 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 881974c4b6..29eb15d374 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 ec9ce10ec0..afeb04d042 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 887365f33a..c24d04815a 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 6f0d15c615..54d313d3aa 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 class FileSystemCompiler {
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 878c1b3cd9..cfc7dac5ba 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/).