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 655380d update copyright year 655380d is described below commit 655380d34561749fad2196bc2b0d29d456f99848 Author: Paul King <[hidden email]> AuthorDate: Sat Jan 9 18:04:39 2021 +1000 update copyright year --- NOTICE | 6 +++++- buildSrc/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, 15 insertions(+), 11 deletions(-) diff --git a/NOTICE b/NOTICE index 38f85de..f2f6823 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2020 The Apache Software Foundation +Copyright 2003-2021 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). @@ -8,6 +8,10 @@ The Java source files in src/main/java/org/apache/groovy/util/concurrent/concurr are from https://github.com/ben-manes/concurrentlinkedhashmap and the following notice applies: Copyright 2010-2012 Google Inc. All Rights Reserved. +The Java source file src/main/java/org/apache/groovy/util/concurrent/ConcurrentReferenceHashMap +is from https://github.com/hazelcast/hazelcast and the following notice applies: +Copyright (c) 2008-2020, Hazelcast, Inc. All Rights Reserved. + This product bundles icons from the famfamfam.com silk icons set http://www.famfamfam.com/lab/icons/silk/ Licensed under the Creative Commons Attribution Licence v2.5 diff --git a/buildSrc/src/main/groovy/org.apache.groovy-documented.gradle b/buildSrc/src/main/groovy/org.apache.groovy-documented.gradle index f2990f0..c1d337b 100644 --- a/buildSrc/src/main/groovy/org.apache.groovy-documented.gradle +++ b/buildSrc/src/main/groovy/org.apache.groovy-documented.gradle @@ -56,7 +56,7 @@ tasks.withType(Javadoc).configureEach { encoding = 'UTF-8' version = true overview = rootProject.file('src/main/java/overviewj.html') - footer = 'Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.' + footer = 'Copyright © 2003-2021 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-2020 The Apache Software Foundation. All rights reserved.' + footer = 'Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.' overviewText = rootProject.resources.text.fromFile('src/main/java/overview.html') includePrivate = false link 'https://docs.oracle.com/javaee/7/api/', 'javax.servlet.', 'javax.management.' diff --git a/notices/NOTICE-BASE b/notices/NOTICE-BASE index b22c377..45845c1 100644 --- a/notices/NOTICE-BASE +++ b/notices/NOTICE-BASE @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2020 The Apache Software Foundation +Copyright 2003-2021 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 998a6c8..1baea31 100644 --- a/notices/NOTICE-BINZIP +++ b/notices/NOTICE-BINZIP @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2020 The Apache Software Foundation +Copyright 2003-2021 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 7928c9e..c5f997f 100644 --- a/notices/NOTICE-GROOID +++ b/notices/NOTICE-GROOID @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2020 The Apache Software Foundation +Copyright 2003-2021 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 f594942..d87cb10 100644 --- a/notices/NOTICE-GROOIDJARJAR +++ b/notices/NOTICE-GROOIDJARJAR @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2020 The Apache Software Foundation +Copyright 2003-2021 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 85908b7..d686b4d 100644 --- a/notices/NOTICE-JARJAR +++ b/notices/NOTICE-JARJAR @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2020 The Apache Software Foundation +Copyright 2003-2021 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 6fe5925..7c4081e 100644 --- a/notices/NOTICE-SDK +++ b/notices/NOTICE-SDK @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2020 The Apache Software Foundation +Copyright 2003-2021 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 7be0e5f..097b201 100644 --- a/src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java +++ b/src/main/java/org/codehaus/groovy/tools/FileSystemCompiler.java @@ -324,7 +324,7 @@ public class FileSystemCompiler { public String[] getVersion() { return new String[]{ "Groovy compiler version " + GroovySystem.getVersion(), - "Copyright 2003-2020 The Apache Software Foundation. http://groovy-lang.org/", + "Copyright 2003-2021 The Apache Software Foundation. http://groovy-lang.org/", "", }; } diff --git a/subprojects/groovy-console/NOTICE b/subprojects/groovy-console/NOTICE index ac618fb..5de6dc3 100644 --- a/subprojects/groovy-console/NOTICE +++ b/subprojects/groovy-console/NOTICE @@ -1,5 +1,5 @@ Apache Groovy -Copyright 2003-2020 The Apache Software Foundation +Copyright 2003-2021 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). |
Free forum by Nabble | Edit this page |