Skip to content

Commit

Permalink
update for 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Jan 2, 2025
1 parent 371182c commit 3b1f883
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand All @@ -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.'
Expand Down
2 changes: 1 addition & 1 deletion notices/NOTICE-BASE
Original file line number Diff line number Diff line change
@@ -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/).
2 changes: 1 addition & 1 deletion notices/NOTICE-BINZIP
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion notices/NOTICE-GROOID
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion notices/NOTICE-GROOIDJARJAR
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion notices/NOTICE-JARJAR
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion notices/NOTICE-SDK
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
"",
};
}
Expand Down
2 changes: 1 addition & 1 deletion subprojects/groovy-console/NOTICE
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down

0 comments on commit 3b1f883

Please sign in to comment.