This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_4_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 9d5e52f8f508b640c387f2fe88f32aea53e0b164 Author: Paul King <[email protected]> AuthorDate: Fri Jan 3 02:57:33 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 +- subprojects/groovy-console/NOTICE | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NOTICE b/NOTICE index b51ce1cecf..d945b2c8c8 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2023 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 f95c1d65ee..b2e0d5967b 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/javase/8/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 e298d6d663..7017b28fc3 100644 --- a/notices/NOTICE-BASE +++ b/notices/NOTICE-BASE @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2023 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 ee6919ec55..2f27b00262 100644 --- a/notices/NOTICE-BINZIP +++ b/notices/NOTICE-BINZIP @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2023 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 bdf936c28f..8cf98521ce 100644 --- a/notices/NOTICE-GROOID +++ b/notices/NOTICE-GROOID @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2023 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 9cbe589eb7..29eb15d374 100644 --- a/notices/NOTICE-GROOIDJARJAR +++ b/notices/NOTICE-GROOIDJARJAR @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2023 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 e9a44dda1c..afeb04d042 100644 --- a/notices/NOTICE-JARJAR +++ b/notices/NOTICE-JARJAR @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2023 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 be34d48085..c24d04815a 100644 --- a/notices/NOTICE-SDK +++ b/notices/NOTICE-SDK @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2023 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/subprojects/groovy-console/NOTICE b/subprojects/groovy-console/NOTICE index a0b91b3669..cfc7dac5ba 100644 --- a/subprojects/groovy-console/NOTICE +++ b/subprojects/groovy-console/NOTICE @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2023 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/).
