From 1931ddf3e5d8514d0043cfbe517ee719320b1e82 Mon Sep 17 00:00:00 2001 From: Jaroslav Tulach Date: Mon, 29 Jan 2024 09:49:08 +0100 Subject: [PATCH 1/3] Upgrading to GraalVM 21.0.2 --- build.sbt | 4 ++-- project/GraalVM.scala | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index aa0c2640ceea..16712d98dbec 100644 --- a/build.sbt +++ b/build.sbt @@ -27,11 +27,11 @@ val scalacVersion = "2.13.11" // source version of the Java language val javaVersion = "21" // version of the GraalVM JDK -val graalVersion = "21.0.1" +val graalVersion = "21.0.2" // Version used for the Graal/Truffle related Maven packages // Keep in sync with GraalVM.version. Do not change the name of this variable, // it is used by the Rust build script via regex matching. -val graalMavenPackagesVersion = "23.1.0" +val graalMavenPackagesVersion = "23.1.2" val targetJavaVersion = "17" val defaultDevEnsoVersion = "0.0.0-dev" val ensoVersion = sys.env.getOrElse( diff --git a/project/GraalVM.scala b/project/GraalVM.scala index 57a227e9c136..27db386ffe10 100644 --- a/project/GraalVM.scala +++ b/project/GraalVM.scala @@ -10,7 +10,7 @@ import scala.collection.immutable.Seq */ object GraalVM { // Keep in sync with graalMavenPackagesVersion in build.sbt - val version: String = "23.1.0" + val version: String = "23.1.2" /** The list of modules that are included in the `component` directory in engine distribution. * When invoking the `java` command, these modules need to be put on the module-path. From 41b7efc1459864eeb7618ce03bb36ee392a25e18 Mon Sep 17 00:00:00 2001 From: Pavel Marek Date: Mon, 29 Jan 2024 10:31:47 +0100 Subject: [PATCH 2/3] Update licenses for GraalVM packages --- distribution/engine/THIRD-PARTY/NOTICE | 30 +++++++++---------- .../NOTICES | 0 .../NOTICES | 0 .../NOTICES | 0 .../NOTICES | 0 .../NOTICES | 0 .../NOTICES | 0 .../NOTICES | 0 .../NOTICES | 0 .../NOTICES | 0 .../LICENSE | 0 .../NOTICES | 0 .../NOTICE | 0 .../NOTICES | 0 .../NOTICES | 0 .../NOTICES | 0 .../NOTICES | 0 distribution/launcher/THIRD-PARTY/NOTICE | 10 +++---- .../NOTICES | 0 .../NOTICES | 0 .../NOTICES | 0 .../NOTICES | 0 .../NOTICES | 0 .../Base/0.0.0-dev/THIRD-PARTY/NOTICE | 8 ++--- .../project-manager/THIRD-PARTY/NOTICE | 10 +++---- .../NOTICES | 5 ---- .../NOTICES | 0 .../NOTICES | 5 ---- .../NOTICES | 0 .../NOTICES | 3 -- .../NOTICES | 0 .../org.graalvm.sdk.word-23.1.0/NOTICES | 3 -- .../org.graalvm.sdk.word-23.1.2}/NOTICES | 0 .../NOTICES | 0 tools/legal-review/AWS/report-state | 2 +- tools/legal-review/Base/report-state | 6 ++-- tools/legal-review/Table/report-state | 4 +-- .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-keep | 0 .../copyright-keep-context | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../custom-license | 0 .../files-keep | 0 .../files-add/NOTICE | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-ignore | 0 .../copyright-keep | 0 tools/legal-review/engine/report-state | 6 ++-- .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-ignore | 0 .../copyright-keep | 0 tools/legal-review/launcher/report-state | 6 ++-- .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../legal-review/project-manager/report-state | 6 ++-- 91 files changed, 44 insertions(+), 60 deletions(-) rename distribution/engine/THIRD-PARTY/{org.graalvm.js.js-language-23.1.0 => org.graalvm.js.js-language-23.1.2}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.graalvm.llvm.llvm-api-23.1.0 => org.graalvm.llvm.llvm-api-23.1.2}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.graalvm.polyglot.polyglot-23.1.0 => org.graalvm.polyglot.polyglot-23.1.2}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.graalvm.python.python-language-23.1.0 => org.graalvm.python.python-language-23.1.2}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.graalvm.python.python-resources-23.1.0 => org.graalvm.python.python-resources-23.1.2}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.graalvm.regex.regex-23.1.0 => org.graalvm.regex.regex-23.1.2}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.graalvm.sdk.collections-23.1.0 => org.graalvm.sdk.collections-23.1.2}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.graalvm.sdk.nativeimage-23.1.0 => org.graalvm.sdk.nativeimage-23.1.2}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.graalvm.sdk.word-23.1.0 => org.graalvm.sdk.word-23.1.2}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.graalvm.shadowed.icu4j-23.1.0 => org.graalvm.shadowed.icu4j-23.1.2}/LICENSE (100%) rename distribution/engine/THIRD-PARTY/{org.graalvm.shadowed.icu4j-23.1.0 => org.graalvm.shadowed.icu4j-23.1.2}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.graalvm.shadowed.json-23.1.0 => org.graalvm.shadowed.json-23.1.2}/NOTICE (100%) rename distribution/engine/THIRD-PARTY/{org.graalvm.tools.profiler-tool-23.1.0 => org.graalvm.tools.profiler-tool-23.1.2}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.graalvm.truffle.truffle-api-23.1.0 => org.graalvm.truffle.truffle-api-23.1.2}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.graalvm.truffle.truffle-nfi-23.1.0 => org.graalvm.truffle.truffle-nfi-23.1.2}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.graalvm.truffle.truffle-nfi-libffi-23.1.0 => org.graalvm.truffle.truffle-nfi-libffi-23.1.2}/NOTICES (100%) rename distribution/launcher/THIRD-PARTY/{org.graalvm.polyglot.polyglot-23.1.0 => org.graalvm.polyglot.polyglot-23.1.2}/NOTICES (100%) rename distribution/launcher/THIRD-PARTY/{org.graalvm.sdk.collections-23.1.0 => org.graalvm.sdk.collections-23.1.2}/NOTICES (100%) rename distribution/launcher/THIRD-PARTY/{org.graalvm.sdk.nativeimage-23.1.0 => org.graalvm.sdk.nativeimage-23.1.2}/NOTICES (100%) rename distribution/launcher/THIRD-PARTY/{org.graalvm.sdk.word-23.1.0 => org.graalvm.sdk.word-23.1.2}/NOTICES (100%) rename distribution/launcher/THIRD-PARTY/{org.graalvm.truffle.truffle-api-23.1.0 => org.graalvm.truffle.truffle-api-23.1.2}/NOTICES (100%) delete mode 100644 distribution/project-manager/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.0/NOTICES rename distribution/{lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.0 => project-manager/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.2}/NOTICES (100%) delete mode 100644 distribution/project-manager/THIRD-PARTY/org.graalvm.sdk.collections-23.1.0/NOTICES rename distribution/{lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.collections-23.1.0 => project-manager/THIRD-PARTY/org.graalvm.sdk.collections-23.1.2}/NOTICES (100%) delete mode 100644 distribution/project-manager/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.0/NOTICES rename distribution/{lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.0 => project-manager/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.2}/NOTICES (100%) delete mode 100644 distribution/project-manager/THIRD-PARTY/org.graalvm.sdk.word-23.1.0/NOTICES rename distribution/{lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.word-23.1.0 => project-manager/THIRD-PARTY/org.graalvm.sdk.word-23.1.2}/NOTICES (100%) rename distribution/project-manager/THIRD-PARTY/{org.graalvm.truffle.truffle-api-23.1.0 => org.graalvm.truffle.truffle-api-23.1.2}/NOTICES (100%) rename tools/legal-review/engine/{org.graalvm.js.js-language-23.1.0 => org.graalvm.js.js-language-23.1.2}/copyright-ignore (100%) rename tools/legal-review/engine/{org.graalvm.js.js-language-23.1.0 => org.graalvm.js.js-language-23.1.2}/copyright-keep (100%) rename tools/legal-review/engine/{org.graalvm.llvm.llvm-api-23.1.0 => org.graalvm.llvm.llvm-api-23.1.2}/copyright-ignore (100%) rename tools/legal-review/engine/{org.graalvm.llvm.llvm-api-23.1.0 => org.graalvm.llvm.llvm-api-23.1.2}/copyright-keep (100%) rename tools/legal-review/engine/{org.graalvm.polyglot.polyglot-23.1.0 => org.graalvm.polyglot.polyglot-23.1.2}/copyright-ignore (100%) rename tools/legal-review/engine/{org.graalvm.polyglot.polyglot-23.1.0 => org.graalvm.polyglot.polyglot-23.1.2}/copyright-keep (100%) rename tools/legal-review/engine/{org.graalvm.python.python-language-23.1.0 => org.graalvm.python.python-language-23.1.2}/copyright-ignore (100%) rename tools/legal-review/engine/{org.graalvm.python.python-language-23.1.0 => org.graalvm.python.python-language-23.1.2}/copyright-keep (100%) rename tools/legal-review/engine/{org.graalvm.python.python-resources-23.1.0 => org.graalvm.python.python-resources-23.1.2}/copyright-keep (100%) rename tools/legal-review/engine/{org.graalvm.python.python-resources-23.1.0 => org.graalvm.python.python-resources-23.1.2}/copyright-keep-context (100%) rename tools/legal-review/engine/{org.graalvm.regex.regex-23.1.0 => org.graalvm.regex.regex-23.1.2}/copyright-ignore (100%) rename tools/legal-review/engine/{org.graalvm.regex.regex-23.1.0 => org.graalvm.regex.regex-23.1.2}/copyright-keep (100%) rename tools/legal-review/engine/{org.graalvm.sdk.collections-23.1.0 => org.graalvm.sdk.collections-23.1.2}/copyright-ignore (100%) rename tools/legal-review/engine/{org.graalvm.sdk.collections-23.1.0 => org.graalvm.sdk.collections-23.1.2}/copyright-keep (100%) rename tools/legal-review/engine/{org.graalvm.sdk.nativeimage-23.1.0 => org.graalvm.sdk.nativeimage-23.1.2}/copyright-ignore (100%) rename tools/legal-review/engine/{org.graalvm.sdk.nativeimage-23.1.0 => org.graalvm.sdk.nativeimage-23.1.2}/copyright-keep (100%) rename tools/legal-review/engine/{org.graalvm.sdk.word-23.1.0 => org.graalvm.sdk.word-23.1.2}/copyright-ignore (100%) rename tools/legal-review/engine/{org.graalvm.sdk.word-23.1.0 => org.graalvm.sdk.word-23.1.2}/copyright-keep (100%) rename tools/legal-review/engine/{org.graalvm.shadowed.icu4j-23.1.0 => org.graalvm.shadowed.icu4j-23.1.2}/copyright-ignore (100%) rename tools/legal-review/engine/{org.graalvm.shadowed.icu4j-23.1.0 => org.graalvm.shadowed.icu4j-23.1.2}/copyright-keep (100%) rename tools/legal-review/engine/{org.graalvm.shadowed.icu4j-23.1.0 => org.graalvm.shadowed.icu4j-23.1.2}/custom-license (100%) rename tools/legal-review/engine/{org.graalvm.shadowed.icu4j-23.1.0 => org.graalvm.shadowed.icu4j-23.1.2}/files-keep (100%) rename tools/legal-review/engine/{org.graalvm.shadowed.json-23.1.0 => org.graalvm.shadowed.json-23.1.2}/files-add/NOTICE (100%) rename tools/legal-review/engine/{org.graalvm.tools.profiler-tool-23.1.0 => org.graalvm.tools.profiler-tool-23.1.2}/copyright-ignore (100%) rename tools/legal-review/engine/{org.graalvm.tools.profiler-tool-23.1.0 => org.graalvm.tools.profiler-tool-23.1.2}/copyright-keep (100%) rename tools/legal-review/engine/{org.graalvm.truffle.truffle-api-23.1.0 => org.graalvm.truffle.truffle-api-23.1.2}/copyright-ignore (100%) rename tools/legal-review/engine/{org.graalvm.truffle.truffle-api-23.1.0 => org.graalvm.truffle.truffle-api-23.1.2}/copyright-keep (100%) rename tools/legal-review/engine/{org.graalvm.truffle.truffle-nfi-23.1.0 => org.graalvm.truffle.truffle-nfi-23.1.2}/copyright-ignore (100%) rename tools/legal-review/engine/{org.graalvm.truffle.truffle-nfi-23.1.0 => org.graalvm.truffle.truffle-nfi-23.1.2}/copyright-keep (100%) rename tools/legal-review/engine/{org.graalvm.truffle.truffle-nfi-libffi-23.1.0 => org.graalvm.truffle.truffle-nfi-libffi-23.1.2}/copyright-ignore (100%) rename tools/legal-review/engine/{org.graalvm.truffle.truffle-nfi-libffi-23.1.0 => org.graalvm.truffle.truffle-nfi-libffi-23.1.2}/copyright-keep (100%) rename tools/legal-review/launcher/{org.graalvm.polyglot.polyglot-23.1.0 => org.graalvm.polyglot.polyglot-23.1.2}/copyright-ignore (100%) rename tools/legal-review/launcher/{org.graalvm.polyglot.polyglot-23.1.0 => org.graalvm.polyglot.polyglot-23.1.2}/copyright-keep (100%) rename tools/legal-review/launcher/{org.graalvm.sdk.collections-23.1.0 => org.graalvm.sdk.collections-23.1.2}/copyright-ignore (100%) rename tools/legal-review/launcher/{org.graalvm.sdk.collections-23.1.0 => org.graalvm.sdk.collections-23.1.2}/copyright-keep (100%) rename tools/legal-review/launcher/{org.graalvm.sdk.nativeimage-23.1.0 => org.graalvm.sdk.nativeimage-23.1.2}/copyright-ignore (100%) rename tools/legal-review/launcher/{org.graalvm.sdk.nativeimage-23.1.0 => org.graalvm.sdk.nativeimage-23.1.2}/copyright-keep (100%) rename tools/legal-review/launcher/{org.graalvm.sdk.word-23.1.0 => org.graalvm.sdk.word-23.1.2}/copyright-ignore (100%) rename tools/legal-review/launcher/{org.graalvm.sdk.word-23.1.0 => org.graalvm.sdk.word-23.1.2}/copyright-keep (100%) rename tools/legal-review/launcher/{org.graalvm.truffle.truffle-api-23.1.0 => org.graalvm.truffle.truffle-api-23.1.2}/copyright-ignore (100%) rename tools/legal-review/launcher/{org.graalvm.truffle.truffle-api-23.1.0 => org.graalvm.truffle.truffle-api-23.1.2}/copyright-keep (100%) rename tools/legal-review/project-manager/{org.graalvm.polyglot.polyglot-23.1.0 => org.graalvm.polyglot.polyglot-23.1.2}/copyright-ignore (100%) rename tools/legal-review/project-manager/{org.graalvm.polyglot.polyglot-23.1.0 => org.graalvm.polyglot.polyglot-23.1.2}/copyright-keep (100%) rename tools/legal-review/project-manager/{org.graalvm.sdk.collections-23.1.0 => org.graalvm.sdk.collections-23.1.2}/copyright-ignore (100%) rename tools/legal-review/project-manager/{org.graalvm.sdk.collections-23.1.0 => org.graalvm.sdk.collections-23.1.2}/copyright-keep (100%) rename tools/legal-review/project-manager/{org.graalvm.sdk.nativeimage-23.1.0 => org.graalvm.sdk.nativeimage-23.1.2}/copyright-ignore (100%) rename tools/legal-review/project-manager/{org.graalvm.sdk.nativeimage-23.1.0 => org.graalvm.sdk.nativeimage-23.1.2}/copyright-keep (100%) rename tools/legal-review/project-manager/{org.graalvm.sdk.word-23.1.0 => org.graalvm.sdk.word-23.1.2}/copyright-ignore (100%) rename tools/legal-review/project-manager/{org.graalvm.sdk.word-23.1.0 => org.graalvm.sdk.word-23.1.2}/copyright-keep (100%) rename tools/legal-review/project-manager/{org.graalvm.truffle.truffle-api-23.1.0 => org.graalvm.truffle.truffle-api-23.1.2}/copyright-ignore (100%) rename tools/legal-review/project-manager/{org.graalvm.truffle.truffle-api-23.1.0 => org.graalvm.truffle.truffle-api-23.1.2}/copyright-keep (100%) diff --git a/distribution/engine/THIRD-PARTY/NOTICE b/distribution/engine/THIRD-PARTY/NOTICE index 2ceedaf9c694..fe2b0c83d4ea 100644 --- a/distribution/engine/THIRD-PARTY/NOTICE +++ b/distribution/engine/THIRD-PARTY/NOTICE @@ -313,77 +313,77 @@ Copyright notices related to this dependency can be found in the directory `org. 'js-language', licensed under the MIT License, is distributed with the engine. The license file can be found at `licenses/MIT`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.js.js-language-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.js.js-language-23.1.2`. 'llvm-api', licensed under the New BSD License (3-clause BSD license), is distributed with the engine. The license file can be found at `licenses/BSD-3-Clause`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.llvm.llvm-api-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.llvm.llvm-api-23.1.2`. 'polyglot', licensed under the Universal Permissive License, Version 1.0, is distributed with the engine. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.polyglot.polyglot-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.polyglot.polyglot-23.1.2`. 'python-language', licensed under the MIT License, is distributed with the engine. The license file can be found at `licenses/MIT`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.python.python-language-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.python.python-language-23.1.2`. 'python-resources', licensed under the MIT License, is distributed with the engine. The license file can be found at `licenses/MIT`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.python.python-resources-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.python.python-resources-23.1.2`. 'regex', licensed under the Universal Permissive License, Version 1.0, is distributed with the engine. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.regex.regex-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.regex.regex-23.1.2`. 'collections', licensed under the Universal Permissive License, Version 1.0, is distributed with the engine. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.collections-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.collections-23.1.2`. 'nativeimage', licensed under the Universal Permissive License, Version 1.0, is distributed with the engine. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.nativeimage-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.nativeimage-23.1.2`. 'word', licensed under the Universal Permissive License, Version 1.0, is distributed with the engine. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.word-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.word-23.1.2`. 'icu4j', licensed under the Unicode/ICU License, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `org.graalvm.shadowed.icu4j-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.shadowed.icu4j-23.1.2`. 'json', licensed under the Universal Permissive License, Version 1.0, is distributed with the engine. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.shadowed.json-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.shadowed.json-23.1.2`. 'profiler-tool', licensed under the GNU General Public License, version 2, with the Classpath Exception, is distributed with the engine. The license file can be found at `licenses/GNU_General_Public_License__version_2__with_the_Classpath_Exception`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.tools.profiler-tool-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.tools.profiler-tool-23.1.2`. 'truffle-api', licensed under the Universal Permissive License, Version 1.0, is distributed with the engine. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.truffle.truffle-api-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.truffle.truffle-api-23.1.2`. 'truffle-nfi', licensed under the Universal Permissive License, Version 1.0, is distributed with the engine. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.truffle.truffle-nfi-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.truffle.truffle-nfi-23.1.2`. 'truffle-nfi-libffi', licensed under the Universal Permissive License, Version 1.0, is distributed with the engine. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.truffle.truffle-nfi-libffi-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.truffle.truffle-nfi-libffi-23.1.2`. 'jline', licensed under the The BSD License, is distributed with the engine. diff --git a/distribution/engine/THIRD-PARTY/org.graalvm.js.js-language-23.1.0/NOTICES b/distribution/engine/THIRD-PARTY/org.graalvm.js.js-language-23.1.2/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.graalvm.js.js-language-23.1.0/NOTICES rename to distribution/engine/THIRD-PARTY/org.graalvm.js.js-language-23.1.2/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.graalvm.llvm.llvm-api-23.1.0/NOTICES b/distribution/engine/THIRD-PARTY/org.graalvm.llvm.llvm-api-23.1.2/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.graalvm.llvm.llvm-api-23.1.0/NOTICES rename to distribution/engine/THIRD-PARTY/org.graalvm.llvm.llvm-api-23.1.2/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.0/NOTICES b/distribution/engine/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.2/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.0/NOTICES rename to distribution/engine/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.2/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.graalvm.python.python-language-23.1.0/NOTICES b/distribution/engine/THIRD-PARTY/org.graalvm.python.python-language-23.1.2/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.graalvm.python.python-language-23.1.0/NOTICES rename to distribution/engine/THIRD-PARTY/org.graalvm.python.python-language-23.1.2/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.graalvm.python.python-resources-23.1.0/NOTICES b/distribution/engine/THIRD-PARTY/org.graalvm.python.python-resources-23.1.2/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.graalvm.python.python-resources-23.1.0/NOTICES rename to distribution/engine/THIRD-PARTY/org.graalvm.python.python-resources-23.1.2/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.graalvm.regex.regex-23.1.0/NOTICES b/distribution/engine/THIRD-PARTY/org.graalvm.regex.regex-23.1.2/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.graalvm.regex.regex-23.1.0/NOTICES rename to distribution/engine/THIRD-PARTY/org.graalvm.regex.regex-23.1.2/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.graalvm.sdk.collections-23.1.0/NOTICES b/distribution/engine/THIRD-PARTY/org.graalvm.sdk.collections-23.1.2/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.graalvm.sdk.collections-23.1.0/NOTICES rename to distribution/engine/THIRD-PARTY/org.graalvm.sdk.collections-23.1.2/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.0/NOTICES b/distribution/engine/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.2/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.0/NOTICES rename to distribution/engine/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.2/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.graalvm.sdk.word-23.1.0/NOTICES b/distribution/engine/THIRD-PARTY/org.graalvm.sdk.word-23.1.2/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.graalvm.sdk.word-23.1.0/NOTICES rename to distribution/engine/THIRD-PARTY/org.graalvm.sdk.word-23.1.2/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.graalvm.shadowed.icu4j-23.1.0/LICENSE b/distribution/engine/THIRD-PARTY/org.graalvm.shadowed.icu4j-23.1.2/LICENSE similarity index 100% rename from distribution/engine/THIRD-PARTY/org.graalvm.shadowed.icu4j-23.1.0/LICENSE rename to distribution/engine/THIRD-PARTY/org.graalvm.shadowed.icu4j-23.1.2/LICENSE diff --git a/distribution/engine/THIRD-PARTY/org.graalvm.shadowed.icu4j-23.1.0/NOTICES b/distribution/engine/THIRD-PARTY/org.graalvm.shadowed.icu4j-23.1.2/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.graalvm.shadowed.icu4j-23.1.0/NOTICES rename to distribution/engine/THIRD-PARTY/org.graalvm.shadowed.icu4j-23.1.2/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.graalvm.shadowed.json-23.1.0/NOTICE b/distribution/engine/THIRD-PARTY/org.graalvm.shadowed.json-23.1.2/NOTICE similarity index 100% rename from distribution/engine/THIRD-PARTY/org.graalvm.shadowed.json-23.1.0/NOTICE rename to distribution/engine/THIRD-PARTY/org.graalvm.shadowed.json-23.1.2/NOTICE diff --git a/distribution/engine/THIRD-PARTY/org.graalvm.tools.profiler-tool-23.1.0/NOTICES b/distribution/engine/THIRD-PARTY/org.graalvm.tools.profiler-tool-23.1.2/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.graalvm.tools.profiler-tool-23.1.0/NOTICES rename to distribution/engine/THIRD-PARTY/org.graalvm.tools.profiler-tool-23.1.2/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.graalvm.truffle.truffle-api-23.1.0/NOTICES b/distribution/engine/THIRD-PARTY/org.graalvm.truffle.truffle-api-23.1.2/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.graalvm.truffle.truffle-api-23.1.0/NOTICES rename to distribution/engine/THIRD-PARTY/org.graalvm.truffle.truffle-api-23.1.2/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.graalvm.truffle.truffle-nfi-23.1.0/NOTICES b/distribution/engine/THIRD-PARTY/org.graalvm.truffle.truffle-nfi-23.1.2/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.graalvm.truffle.truffle-nfi-23.1.0/NOTICES rename to distribution/engine/THIRD-PARTY/org.graalvm.truffle.truffle-nfi-23.1.2/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.graalvm.truffle.truffle-nfi-libffi-23.1.0/NOTICES b/distribution/engine/THIRD-PARTY/org.graalvm.truffle.truffle-nfi-libffi-23.1.2/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.graalvm.truffle.truffle-nfi-libffi-23.1.0/NOTICES rename to distribution/engine/THIRD-PARTY/org.graalvm.truffle.truffle-nfi-libffi-23.1.2/NOTICES diff --git a/distribution/launcher/THIRD-PARTY/NOTICE b/distribution/launcher/THIRD-PARTY/NOTICE index 0584a5a5f8a0..7d588ada4554 100644 --- a/distribution/launcher/THIRD-PARTY/NOTICE +++ b/distribution/launcher/THIRD-PARTY/NOTICE @@ -118,27 +118,27 @@ Copyright notices related to this dependency can be found in the directory `org. 'polyglot', licensed under the Universal Permissive License, Version 1.0, is distributed with the launcher. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.polyglot.polyglot-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.polyglot.polyglot-23.1.2`. 'collections', licensed under the Universal Permissive License, Version 1.0, is distributed with the launcher. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.collections-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.collections-23.1.2`. 'nativeimage', licensed under the Universal Permissive License, Version 1.0, is distributed with the launcher. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.nativeimage-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.nativeimage-23.1.2`. 'word', licensed under the Universal Permissive License, Version 1.0, is distributed with the launcher. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.word-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.word-23.1.2`. 'truffle-api', licensed under the Universal Permissive License, Version 1.0, is distributed with the launcher. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.truffle.truffle-api-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.truffle.truffle-api-23.1.2`. 'reactive-streams', licensed under the CC0, is distributed with the launcher. diff --git a/distribution/launcher/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.0/NOTICES b/distribution/launcher/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.2/NOTICES similarity index 100% rename from distribution/launcher/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.0/NOTICES rename to distribution/launcher/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.2/NOTICES diff --git a/distribution/launcher/THIRD-PARTY/org.graalvm.sdk.collections-23.1.0/NOTICES b/distribution/launcher/THIRD-PARTY/org.graalvm.sdk.collections-23.1.2/NOTICES similarity index 100% rename from distribution/launcher/THIRD-PARTY/org.graalvm.sdk.collections-23.1.0/NOTICES rename to distribution/launcher/THIRD-PARTY/org.graalvm.sdk.collections-23.1.2/NOTICES diff --git a/distribution/launcher/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.0/NOTICES b/distribution/launcher/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.2/NOTICES similarity index 100% rename from distribution/launcher/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.0/NOTICES rename to distribution/launcher/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.2/NOTICES diff --git a/distribution/launcher/THIRD-PARTY/org.graalvm.sdk.word-23.1.0/NOTICES b/distribution/launcher/THIRD-PARTY/org.graalvm.sdk.word-23.1.2/NOTICES similarity index 100% rename from distribution/launcher/THIRD-PARTY/org.graalvm.sdk.word-23.1.0/NOTICES rename to distribution/launcher/THIRD-PARTY/org.graalvm.sdk.word-23.1.2/NOTICES diff --git a/distribution/launcher/THIRD-PARTY/org.graalvm.truffle.truffle-api-23.1.0/NOTICES b/distribution/launcher/THIRD-PARTY/org.graalvm.truffle.truffle-api-23.1.2/NOTICES similarity index 100% rename from distribution/launcher/THIRD-PARTY/org.graalvm.truffle.truffle-api-23.1.0/NOTICES rename to distribution/launcher/THIRD-PARTY/org.graalvm.truffle.truffle-api-23.1.2/NOTICES diff --git a/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/NOTICE b/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/NOTICE index bee0625d3f49..b473114721dd 100644 --- a/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/NOTICE +++ b/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/NOTICE @@ -8,20 +8,20 @@ Copyright notices related to this dependency can be found in the directory `com. 'polyglot', licensed under the Universal Permissive License, Version 1.0, is distributed with the Base. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.polyglot.polyglot-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.polyglot.polyglot-23.1.2`. 'collections', licensed under the Universal Permissive License, Version 1.0, is distributed with the Base. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.collections-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.collections-23.1.2`. 'nativeimage', licensed under the Universal Permissive License, Version 1.0, is distributed with the Base. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.nativeimage-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.nativeimage-23.1.2`. 'word', licensed under the Universal Permissive License, Version 1.0, is distributed with the Base. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.word-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.word-23.1.2`. diff --git a/distribution/project-manager/THIRD-PARTY/NOTICE b/distribution/project-manager/THIRD-PARTY/NOTICE index baebff70cde4..bfaf09ee6ccd 100644 --- a/distribution/project-manager/THIRD-PARTY/NOTICE +++ b/distribution/project-manager/THIRD-PARTY/NOTICE @@ -248,27 +248,27 @@ Copyright notices related to this dependency can be found in the directory `org. 'polyglot', licensed under the Universal Permissive License, Version 1.0, is distributed with the project-manager. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.polyglot.polyglot-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.polyglot.polyglot-23.1.2`. 'collections', licensed under the Universal Permissive License, Version 1.0, is distributed with the project-manager. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.collections-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.collections-23.1.2`. 'nativeimage', licensed under the Universal Permissive License, Version 1.0, is distributed with the project-manager. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.nativeimage-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.nativeimage-23.1.2`. 'word', licensed under the Universal Permissive License, Version 1.0, is distributed with the project-manager. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.word-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.sdk.word-23.1.2`. 'truffle-api', licensed under the Universal Permissive License, Version 1.0, is distributed with the project-manager. The license file can be found at `licenses/Universal_Permissive_License__Version_1.0`. -Copyright notices related to this dependency can be found in the directory `org.graalvm.truffle.truffle-api-23.1.0`. +Copyright notices related to this dependency can be found in the directory `org.graalvm.truffle.truffle-api-23.1.2`. 'reactive-streams', licensed under the CC0, is distributed with the project-manager. diff --git a/distribution/project-manager/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.0/NOTICES b/distribution/project-manager/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.0/NOTICES deleted file mode 100644 index a6b2e1fc0d0b..000000000000 --- a/distribution/project-manager/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.0/NOTICES +++ /dev/null @@ -1,5 +0,0 @@ -Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved. - -Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved. - -DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. diff --git a/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.0/NOTICES b/distribution/project-manager/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.2/NOTICES similarity index 100% rename from distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.0/NOTICES rename to distribution/project-manager/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.2/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/org.graalvm.sdk.collections-23.1.0/NOTICES b/distribution/project-manager/THIRD-PARTY/org.graalvm.sdk.collections-23.1.0/NOTICES deleted file mode 100644 index b1d39d405064..000000000000 --- a/distribution/project-manager/THIRD-PARTY/org.graalvm.sdk.collections-23.1.0/NOTICES +++ /dev/null @@ -1,5 +0,0 @@ -Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. - -Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved. - -DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. diff --git a/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.collections-23.1.0/NOTICES b/distribution/project-manager/THIRD-PARTY/org.graalvm.sdk.collections-23.1.2/NOTICES similarity index 100% rename from distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.collections-23.1.0/NOTICES rename to distribution/project-manager/THIRD-PARTY/org.graalvm.sdk.collections-23.1.2/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.0/NOTICES b/distribution/project-manager/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.0/NOTICES deleted file mode 100644 index b2f56cdae464..000000000000 --- a/distribution/project-manager/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.0/NOTICES +++ /dev/null @@ -1,3 +0,0 @@ -Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved. - -Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved. diff --git a/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.0/NOTICES b/distribution/project-manager/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.2/NOTICES similarity index 100% rename from distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.0/NOTICES rename to distribution/project-manager/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.2/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/org.graalvm.sdk.word-23.1.0/NOTICES b/distribution/project-manager/THIRD-PARTY/org.graalvm.sdk.word-23.1.0/NOTICES deleted file mode 100644 index 4cfb61c1c481..000000000000 --- a/distribution/project-manager/THIRD-PARTY/org.graalvm.sdk.word-23.1.0/NOTICES +++ /dev/null @@ -1,3 +0,0 @@ -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - -Copyright (c) 2011, 2022, Oracle and/or its affiliates. All rights reserved. diff --git a/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.word-23.1.0/NOTICES b/distribution/project-manager/THIRD-PARTY/org.graalvm.sdk.word-23.1.2/NOTICES similarity index 100% rename from distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.word-23.1.0/NOTICES rename to distribution/project-manager/THIRD-PARTY/org.graalvm.sdk.word-23.1.2/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/org.graalvm.truffle.truffle-api-23.1.0/NOTICES b/distribution/project-manager/THIRD-PARTY/org.graalvm.truffle.truffle-api-23.1.2/NOTICES similarity index 100% rename from distribution/project-manager/THIRD-PARTY/org.graalvm.truffle.truffle-api-23.1.0/NOTICES rename to distribution/project-manager/THIRD-PARTY/org.graalvm.truffle.truffle-api-23.1.2/NOTICES diff --git a/tools/legal-review/AWS/report-state b/tools/legal-review/AWS/report-state index cbf55afbcb6a..35aa04df9265 100644 --- a/tools/legal-review/AWS/report-state +++ b/tools/legal-review/AWS/report-state @@ -1,3 +1,3 @@ 79F8085006CADBE1F915455506E1CDEB9A27B8B59EDFCA78FAA3218A3296DE62 6F5A08E5432F0B0C17A5CFC28207781B7C39E85B120D4F74B9B6AA35FF80E8C0 -0 +2 diff --git a/tools/legal-review/Base/report-state b/tools/legal-review/Base/report-state index d5de58dfbd79..d02776320993 100644 --- a/tools/legal-review/Base/report-state +++ b/tools/legal-review/Base/report-state @@ -1,3 +1,3 @@ -58F42EA238F4F16E775412B67F584C74188267FB305705B57A50E10124FE56BC -DC3F2E51015236DC72560E5DD29B13156A2244C6753828B6D0848683018D5ABA -0 +9355D8250E332BB5172BF3A821F026A2C52645F6A91B04E7F7C5F56695D98D52 +2AA62604E895CA7F357E1B8C57CA52119E79CCA021E2A7659193DC1C954CDEC9 +12 diff --git a/tools/legal-review/Table/report-state b/tools/legal-review/Table/report-state index 83bef2910f95..ea4c0da055c3 100644 --- a/tools/legal-review/Table/report-state +++ b/tools/legal-review/Table/report-state @@ -1,3 +1,3 @@ AE474B24FC7C88ACA56C70EC19DCD5F224178089AA2910DB117EE7D914D6C7FF -45B9C528D26D13399A07F9FFE79576924709B1DEB991862372B4AFB185869893 -0 +B1FEB2318218F5AC9CA5E5CEC9B32A557ED81934709392767D2FA8C2E4453CA7 +3 diff --git a/tools/legal-review/engine/org.graalvm.js.js-language-23.1.0/copyright-ignore b/tools/legal-review/engine/org.graalvm.js.js-language-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/engine/org.graalvm.js.js-language-23.1.0/copyright-ignore rename to tools/legal-review/engine/org.graalvm.js.js-language-23.1.2/copyright-ignore diff --git a/tools/legal-review/engine/org.graalvm.js.js-language-23.1.0/copyright-keep b/tools/legal-review/engine/org.graalvm.js.js-language-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.graalvm.js.js-language-23.1.0/copyright-keep rename to tools/legal-review/engine/org.graalvm.js.js-language-23.1.2/copyright-keep diff --git a/tools/legal-review/engine/org.graalvm.llvm.llvm-api-23.1.0/copyright-ignore b/tools/legal-review/engine/org.graalvm.llvm.llvm-api-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/engine/org.graalvm.llvm.llvm-api-23.1.0/copyright-ignore rename to tools/legal-review/engine/org.graalvm.llvm.llvm-api-23.1.2/copyright-ignore diff --git a/tools/legal-review/engine/org.graalvm.llvm.llvm-api-23.1.0/copyright-keep b/tools/legal-review/engine/org.graalvm.llvm.llvm-api-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.graalvm.llvm.llvm-api-23.1.0/copyright-keep rename to tools/legal-review/engine/org.graalvm.llvm.llvm-api-23.1.2/copyright-keep diff --git a/tools/legal-review/engine/org.graalvm.polyglot.polyglot-23.1.0/copyright-ignore b/tools/legal-review/engine/org.graalvm.polyglot.polyglot-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/engine/org.graalvm.polyglot.polyglot-23.1.0/copyright-ignore rename to tools/legal-review/engine/org.graalvm.polyglot.polyglot-23.1.2/copyright-ignore diff --git a/tools/legal-review/engine/org.graalvm.polyglot.polyglot-23.1.0/copyright-keep b/tools/legal-review/engine/org.graalvm.polyglot.polyglot-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.graalvm.polyglot.polyglot-23.1.0/copyright-keep rename to tools/legal-review/engine/org.graalvm.polyglot.polyglot-23.1.2/copyright-keep diff --git a/tools/legal-review/engine/org.graalvm.python.python-language-23.1.0/copyright-ignore b/tools/legal-review/engine/org.graalvm.python.python-language-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/engine/org.graalvm.python.python-language-23.1.0/copyright-ignore rename to tools/legal-review/engine/org.graalvm.python.python-language-23.1.2/copyright-ignore diff --git a/tools/legal-review/engine/org.graalvm.python.python-language-23.1.0/copyright-keep b/tools/legal-review/engine/org.graalvm.python.python-language-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.graalvm.python.python-language-23.1.0/copyright-keep rename to tools/legal-review/engine/org.graalvm.python.python-language-23.1.2/copyright-keep diff --git a/tools/legal-review/engine/org.graalvm.python.python-resources-23.1.0/copyright-keep b/tools/legal-review/engine/org.graalvm.python.python-resources-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.graalvm.python.python-resources-23.1.0/copyright-keep rename to tools/legal-review/engine/org.graalvm.python.python-resources-23.1.2/copyright-keep diff --git a/tools/legal-review/engine/org.graalvm.python.python-resources-23.1.0/copyright-keep-context b/tools/legal-review/engine/org.graalvm.python.python-resources-23.1.2/copyright-keep-context similarity index 100% rename from tools/legal-review/engine/org.graalvm.python.python-resources-23.1.0/copyright-keep-context rename to tools/legal-review/engine/org.graalvm.python.python-resources-23.1.2/copyright-keep-context diff --git a/tools/legal-review/engine/org.graalvm.regex.regex-23.1.0/copyright-ignore b/tools/legal-review/engine/org.graalvm.regex.regex-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/engine/org.graalvm.regex.regex-23.1.0/copyright-ignore rename to tools/legal-review/engine/org.graalvm.regex.regex-23.1.2/copyright-ignore diff --git a/tools/legal-review/engine/org.graalvm.regex.regex-23.1.0/copyright-keep b/tools/legal-review/engine/org.graalvm.regex.regex-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.graalvm.regex.regex-23.1.0/copyright-keep rename to tools/legal-review/engine/org.graalvm.regex.regex-23.1.2/copyright-keep diff --git a/tools/legal-review/engine/org.graalvm.sdk.collections-23.1.0/copyright-ignore b/tools/legal-review/engine/org.graalvm.sdk.collections-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/engine/org.graalvm.sdk.collections-23.1.0/copyright-ignore rename to tools/legal-review/engine/org.graalvm.sdk.collections-23.1.2/copyright-ignore diff --git a/tools/legal-review/engine/org.graalvm.sdk.collections-23.1.0/copyright-keep b/tools/legal-review/engine/org.graalvm.sdk.collections-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.graalvm.sdk.collections-23.1.0/copyright-keep rename to tools/legal-review/engine/org.graalvm.sdk.collections-23.1.2/copyright-keep diff --git a/tools/legal-review/engine/org.graalvm.sdk.nativeimage-23.1.0/copyright-ignore b/tools/legal-review/engine/org.graalvm.sdk.nativeimage-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/engine/org.graalvm.sdk.nativeimage-23.1.0/copyright-ignore rename to tools/legal-review/engine/org.graalvm.sdk.nativeimage-23.1.2/copyright-ignore diff --git a/tools/legal-review/engine/org.graalvm.sdk.nativeimage-23.1.0/copyright-keep b/tools/legal-review/engine/org.graalvm.sdk.nativeimage-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.graalvm.sdk.nativeimage-23.1.0/copyright-keep rename to tools/legal-review/engine/org.graalvm.sdk.nativeimage-23.1.2/copyright-keep diff --git a/tools/legal-review/engine/org.graalvm.sdk.word-23.1.0/copyright-ignore b/tools/legal-review/engine/org.graalvm.sdk.word-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/engine/org.graalvm.sdk.word-23.1.0/copyright-ignore rename to tools/legal-review/engine/org.graalvm.sdk.word-23.1.2/copyright-ignore diff --git a/tools/legal-review/engine/org.graalvm.sdk.word-23.1.0/copyright-keep b/tools/legal-review/engine/org.graalvm.sdk.word-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.graalvm.sdk.word-23.1.0/copyright-keep rename to tools/legal-review/engine/org.graalvm.sdk.word-23.1.2/copyright-keep diff --git a/tools/legal-review/engine/org.graalvm.shadowed.icu4j-23.1.0/copyright-ignore b/tools/legal-review/engine/org.graalvm.shadowed.icu4j-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/engine/org.graalvm.shadowed.icu4j-23.1.0/copyright-ignore rename to tools/legal-review/engine/org.graalvm.shadowed.icu4j-23.1.2/copyright-ignore diff --git a/tools/legal-review/engine/org.graalvm.shadowed.icu4j-23.1.0/copyright-keep b/tools/legal-review/engine/org.graalvm.shadowed.icu4j-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.graalvm.shadowed.icu4j-23.1.0/copyright-keep rename to tools/legal-review/engine/org.graalvm.shadowed.icu4j-23.1.2/copyright-keep diff --git a/tools/legal-review/engine/org.graalvm.shadowed.icu4j-23.1.0/custom-license b/tools/legal-review/engine/org.graalvm.shadowed.icu4j-23.1.2/custom-license similarity index 100% rename from tools/legal-review/engine/org.graalvm.shadowed.icu4j-23.1.0/custom-license rename to tools/legal-review/engine/org.graalvm.shadowed.icu4j-23.1.2/custom-license diff --git a/tools/legal-review/engine/org.graalvm.shadowed.icu4j-23.1.0/files-keep b/tools/legal-review/engine/org.graalvm.shadowed.icu4j-23.1.2/files-keep similarity index 100% rename from tools/legal-review/engine/org.graalvm.shadowed.icu4j-23.1.0/files-keep rename to tools/legal-review/engine/org.graalvm.shadowed.icu4j-23.1.2/files-keep diff --git a/tools/legal-review/engine/org.graalvm.shadowed.json-23.1.0/files-add/NOTICE b/tools/legal-review/engine/org.graalvm.shadowed.json-23.1.2/files-add/NOTICE similarity index 100% rename from tools/legal-review/engine/org.graalvm.shadowed.json-23.1.0/files-add/NOTICE rename to tools/legal-review/engine/org.graalvm.shadowed.json-23.1.2/files-add/NOTICE diff --git a/tools/legal-review/engine/org.graalvm.tools.profiler-tool-23.1.0/copyright-ignore b/tools/legal-review/engine/org.graalvm.tools.profiler-tool-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/engine/org.graalvm.tools.profiler-tool-23.1.0/copyright-ignore rename to tools/legal-review/engine/org.graalvm.tools.profiler-tool-23.1.2/copyright-ignore diff --git a/tools/legal-review/engine/org.graalvm.tools.profiler-tool-23.1.0/copyright-keep b/tools/legal-review/engine/org.graalvm.tools.profiler-tool-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.graalvm.tools.profiler-tool-23.1.0/copyright-keep rename to tools/legal-review/engine/org.graalvm.tools.profiler-tool-23.1.2/copyright-keep diff --git a/tools/legal-review/engine/org.graalvm.truffle.truffle-api-23.1.0/copyright-ignore b/tools/legal-review/engine/org.graalvm.truffle.truffle-api-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/engine/org.graalvm.truffle.truffle-api-23.1.0/copyright-ignore rename to tools/legal-review/engine/org.graalvm.truffle.truffle-api-23.1.2/copyright-ignore diff --git a/tools/legal-review/engine/org.graalvm.truffle.truffle-api-23.1.0/copyright-keep b/tools/legal-review/engine/org.graalvm.truffle.truffle-api-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.graalvm.truffle.truffle-api-23.1.0/copyright-keep rename to tools/legal-review/engine/org.graalvm.truffle.truffle-api-23.1.2/copyright-keep diff --git a/tools/legal-review/engine/org.graalvm.truffle.truffle-nfi-23.1.0/copyright-ignore b/tools/legal-review/engine/org.graalvm.truffle.truffle-nfi-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/engine/org.graalvm.truffle.truffle-nfi-23.1.0/copyright-ignore rename to tools/legal-review/engine/org.graalvm.truffle.truffle-nfi-23.1.2/copyright-ignore diff --git a/tools/legal-review/engine/org.graalvm.truffle.truffle-nfi-23.1.0/copyright-keep b/tools/legal-review/engine/org.graalvm.truffle.truffle-nfi-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.graalvm.truffle.truffle-nfi-23.1.0/copyright-keep rename to tools/legal-review/engine/org.graalvm.truffle.truffle-nfi-23.1.2/copyright-keep diff --git a/tools/legal-review/engine/org.graalvm.truffle.truffle-nfi-libffi-23.1.0/copyright-ignore b/tools/legal-review/engine/org.graalvm.truffle.truffle-nfi-libffi-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/engine/org.graalvm.truffle.truffle-nfi-libffi-23.1.0/copyright-ignore rename to tools/legal-review/engine/org.graalvm.truffle.truffle-nfi-libffi-23.1.2/copyright-ignore diff --git a/tools/legal-review/engine/org.graalvm.truffle.truffle-nfi-libffi-23.1.0/copyright-keep b/tools/legal-review/engine/org.graalvm.truffle.truffle-nfi-libffi-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.graalvm.truffle.truffle-nfi-libffi-23.1.0/copyright-keep rename to tools/legal-review/engine/org.graalvm.truffle.truffle-nfi-libffi-23.1.2/copyright-keep diff --git a/tools/legal-review/engine/report-state b/tools/legal-review/engine/report-state index 769657194d34..117e7775ad88 100644 --- a/tools/legal-review/engine/report-state +++ b/tools/legal-review/engine/report-state @@ -1,3 +1,3 @@ -D8B011DD7E11E226FD042DCDEE28B22C5D74D2B7A666346317619CCB487832C4 -0035ED295654FAACCD79D0DA6D2CDDA8E2EC8D0BA9254722FB55C6F622A68B94 -0 +6833A9EED918805113BD1177678C1FF1EB9CCF8AFCCF857F35EBBDC0F0F3F0F0 +D9D86976C483ED172A393303F4B4FB4D4D0F6A7FAAE8ACA8094A1CF865AB993E +54 diff --git a/tools/legal-review/launcher/org.graalvm.polyglot.polyglot-23.1.0/copyright-ignore b/tools/legal-review/launcher/org.graalvm.polyglot.polyglot-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/launcher/org.graalvm.polyglot.polyglot-23.1.0/copyright-ignore rename to tools/legal-review/launcher/org.graalvm.polyglot.polyglot-23.1.2/copyright-ignore diff --git a/tools/legal-review/launcher/org.graalvm.polyglot.polyglot-23.1.0/copyright-keep b/tools/legal-review/launcher/org.graalvm.polyglot.polyglot-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/launcher/org.graalvm.polyglot.polyglot-23.1.0/copyright-keep rename to tools/legal-review/launcher/org.graalvm.polyglot.polyglot-23.1.2/copyright-keep diff --git a/tools/legal-review/launcher/org.graalvm.sdk.collections-23.1.0/copyright-ignore b/tools/legal-review/launcher/org.graalvm.sdk.collections-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/launcher/org.graalvm.sdk.collections-23.1.0/copyright-ignore rename to tools/legal-review/launcher/org.graalvm.sdk.collections-23.1.2/copyright-ignore diff --git a/tools/legal-review/launcher/org.graalvm.sdk.collections-23.1.0/copyright-keep b/tools/legal-review/launcher/org.graalvm.sdk.collections-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/launcher/org.graalvm.sdk.collections-23.1.0/copyright-keep rename to tools/legal-review/launcher/org.graalvm.sdk.collections-23.1.2/copyright-keep diff --git a/tools/legal-review/launcher/org.graalvm.sdk.nativeimage-23.1.0/copyright-ignore b/tools/legal-review/launcher/org.graalvm.sdk.nativeimage-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/launcher/org.graalvm.sdk.nativeimage-23.1.0/copyright-ignore rename to tools/legal-review/launcher/org.graalvm.sdk.nativeimage-23.1.2/copyright-ignore diff --git a/tools/legal-review/launcher/org.graalvm.sdk.nativeimage-23.1.0/copyright-keep b/tools/legal-review/launcher/org.graalvm.sdk.nativeimage-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/launcher/org.graalvm.sdk.nativeimage-23.1.0/copyright-keep rename to tools/legal-review/launcher/org.graalvm.sdk.nativeimage-23.1.2/copyright-keep diff --git a/tools/legal-review/launcher/org.graalvm.sdk.word-23.1.0/copyright-ignore b/tools/legal-review/launcher/org.graalvm.sdk.word-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/launcher/org.graalvm.sdk.word-23.1.0/copyright-ignore rename to tools/legal-review/launcher/org.graalvm.sdk.word-23.1.2/copyright-ignore diff --git a/tools/legal-review/launcher/org.graalvm.sdk.word-23.1.0/copyright-keep b/tools/legal-review/launcher/org.graalvm.sdk.word-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/launcher/org.graalvm.sdk.word-23.1.0/copyright-keep rename to tools/legal-review/launcher/org.graalvm.sdk.word-23.1.2/copyright-keep diff --git a/tools/legal-review/launcher/org.graalvm.truffle.truffle-api-23.1.0/copyright-ignore b/tools/legal-review/launcher/org.graalvm.truffle.truffle-api-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/launcher/org.graalvm.truffle.truffle-api-23.1.0/copyright-ignore rename to tools/legal-review/launcher/org.graalvm.truffle.truffle-api-23.1.2/copyright-ignore diff --git a/tools/legal-review/launcher/org.graalvm.truffle.truffle-api-23.1.0/copyright-keep b/tools/legal-review/launcher/org.graalvm.truffle.truffle-api-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/launcher/org.graalvm.truffle.truffle-api-23.1.0/copyright-keep rename to tools/legal-review/launcher/org.graalvm.truffle.truffle-api-23.1.2/copyright-keep diff --git a/tools/legal-review/launcher/report-state b/tools/legal-review/launcher/report-state index 47cbd8faa811..de0981fe817a 100644 --- a/tools/legal-review/launcher/report-state +++ b/tools/legal-review/launcher/report-state @@ -1,3 +1,3 @@ -7FD6B2CEF25DA9C73D447AAFC64AB53637F764914391B1A08BE19DC78C9A30E8 -BBDB37A47F71427476C52022158EA9E9BC3FF9AEFB6705E2BE56D8AF09A6A621 -0 +6377D131E01C27868989472EC0E9E6BF00A6E4C908C46E125377135B12951858 +EAF1EDD70BE75B3EC146D71199117058EA341ECF442D5CF64CF9AD428AB8CA41 +53 diff --git a/tools/legal-review/project-manager/org.graalvm.polyglot.polyglot-23.1.0/copyright-ignore b/tools/legal-review/project-manager/org.graalvm.polyglot.polyglot-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/project-manager/org.graalvm.polyglot.polyglot-23.1.0/copyright-ignore rename to tools/legal-review/project-manager/org.graalvm.polyglot.polyglot-23.1.2/copyright-ignore diff --git a/tools/legal-review/project-manager/org.graalvm.polyglot.polyglot-23.1.0/copyright-keep b/tools/legal-review/project-manager/org.graalvm.polyglot.polyglot-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/project-manager/org.graalvm.polyglot.polyglot-23.1.0/copyright-keep rename to tools/legal-review/project-manager/org.graalvm.polyglot.polyglot-23.1.2/copyright-keep diff --git a/tools/legal-review/project-manager/org.graalvm.sdk.collections-23.1.0/copyright-ignore b/tools/legal-review/project-manager/org.graalvm.sdk.collections-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/project-manager/org.graalvm.sdk.collections-23.1.0/copyright-ignore rename to tools/legal-review/project-manager/org.graalvm.sdk.collections-23.1.2/copyright-ignore diff --git a/tools/legal-review/project-manager/org.graalvm.sdk.collections-23.1.0/copyright-keep b/tools/legal-review/project-manager/org.graalvm.sdk.collections-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/project-manager/org.graalvm.sdk.collections-23.1.0/copyright-keep rename to tools/legal-review/project-manager/org.graalvm.sdk.collections-23.1.2/copyright-keep diff --git a/tools/legal-review/project-manager/org.graalvm.sdk.nativeimage-23.1.0/copyright-ignore b/tools/legal-review/project-manager/org.graalvm.sdk.nativeimage-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/project-manager/org.graalvm.sdk.nativeimage-23.1.0/copyright-ignore rename to tools/legal-review/project-manager/org.graalvm.sdk.nativeimage-23.1.2/copyright-ignore diff --git a/tools/legal-review/project-manager/org.graalvm.sdk.nativeimage-23.1.0/copyright-keep b/tools/legal-review/project-manager/org.graalvm.sdk.nativeimage-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/project-manager/org.graalvm.sdk.nativeimage-23.1.0/copyright-keep rename to tools/legal-review/project-manager/org.graalvm.sdk.nativeimage-23.1.2/copyright-keep diff --git a/tools/legal-review/project-manager/org.graalvm.sdk.word-23.1.0/copyright-ignore b/tools/legal-review/project-manager/org.graalvm.sdk.word-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/project-manager/org.graalvm.sdk.word-23.1.0/copyright-ignore rename to tools/legal-review/project-manager/org.graalvm.sdk.word-23.1.2/copyright-ignore diff --git a/tools/legal-review/project-manager/org.graalvm.sdk.word-23.1.0/copyright-keep b/tools/legal-review/project-manager/org.graalvm.sdk.word-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/project-manager/org.graalvm.sdk.word-23.1.0/copyright-keep rename to tools/legal-review/project-manager/org.graalvm.sdk.word-23.1.2/copyright-keep diff --git a/tools/legal-review/project-manager/org.graalvm.truffle.truffle-api-23.1.0/copyright-ignore b/tools/legal-review/project-manager/org.graalvm.truffle.truffle-api-23.1.2/copyright-ignore similarity index 100% rename from tools/legal-review/project-manager/org.graalvm.truffle.truffle-api-23.1.0/copyright-ignore rename to tools/legal-review/project-manager/org.graalvm.truffle.truffle-api-23.1.2/copyright-ignore diff --git a/tools/legal-review/project-manager/org.graalvm.truffle.truffle-api-23.1.0/copyright-keep b/tools/legal-review/project-manager/org.graalvm.truffle.truffle-api-23.1.2/copyright-keep similarity index 100% rename from tools/legal-review/project-manager/org.graalvm.truffle.truffle-api-23.1.0/copyright-keep rename to tools/legal-review/project-manager/org.graalvm.truffle.truffle-api-23.1.2/copyright-keep diff --git a/tools/legal-review/project-manager/report-state b/tools/legal-review/project-manager/report-state index 5d65f231dd65..7304f0479ce2 100644 --- a/tools/legal-review/project-manager/report-state +++ b/tools/legal-review/project-manager/report-state @@ -1,3 +1,3 @@ -578C28B786B877E41559F52CBDFBF45DE798CEB12FDF9632A93CC4B1B30C72C6 -D1B18FEE4514908AD689F9B25D7E4445E5F3D75296F136BED478DB855D891F88 -0 +DF3A7C072085362B8D9DAA68A115C182E2EBD6E17191932A56FA10272C135BC1 +0D6C5FAF1A26C9ADA9090DDD983C0B51F069D942A98556FE69AF10619BF8B897 +74 From 9e460f950326f1cd155d98f6ce787ddf95a88a8f Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Mon, 19 Feb 2024 10:47:16 +0000 Subject: [PATCH 3/3] misc: legal review --- .../NOTICES | 5 ++ .../NOTICES | 7 ++ .../NOTICES | 7 ++ .../org.graalvm.sdk.word-23.1.2/NOTICES | 7 ++ .../files-ignore | 1 + tools/legal-review/AWS/report-state | 2 +- .../copyright-keep | 3 - .../copyright-ignore | 30 ++++----- .../copyright-keep | 3 + .../copyright-keep | 3 - .../copyright-ignore | 11 ++-- .../copyright-keep | 4 ++ .../copyright-keep | 2 - .../copyright-ignore | 64 +++++++++---------- .../copyright-keep | 4 ++ .../copyright-keep | 2 - .../copyright-ignore | 4 +- .../copyright-keep | 4 ++ tools/legal-review/Base/report-state | 4 +- tools/legal-review/Table/report-state | 4 +- tools/legal-review/engine/report-state | 4 +- tools/legal-review/launcher/report-state | 4 +- .../legal-review/project-manager/report-state | 4 +- 23 files changed, 105 insertions(+), 78 deletions(-) create mode 100644 distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.2/NOTICES create mode 100644 distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.collections-23.1.2/NOTICES create mode 100644 distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.2/NOTICES create mode 100644 distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.word-23.1.2/NOTICES create mode 100644 tools/legal-review/AWS/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.12.6/files-ignore delete mode 100644 tools/legal-review/Base/org.graalvm.polyglot.polyglot-23.1.0/copyright-keep rename tools/legal-review/Base/{org.graalvm.polyglot.polyglot-23.1.0 => org.graalvm.polyglot.polyglot-23.1.2}/copyright-ignore (85%) create mode 100644 tools/legal-review/Base/org.graalvm.polyglot.polyglot-23.1.2/copyright-keep delete mode 100644 tools/legal-review/Base/org.graalvm.sdk.collections-23.1.0/copyright-keep rename tools/legal-review/Base/{org.graalvm.sdk.collections-23.1.0 => org.graalvm.sdk.collections-23.1.2}/copyright-ignore (67%) create mode 100644 tools/legal-review/Base/org.graalvm.sdk.collections-23.1.2/copyright-keep delete mode 100644 tools/legal-review/Base/org.graalvm.sdk.nativeimage-23.1.0/copyright-keep rename tools/legal-review/Base/{org.graalvm.sdk.nativeimage-23.1.0 => org.graalvm.sdk.nativeimage-23.1.2}/copyright-ignore (92%) create mode 100644 tools/legal-review/Base/org.graalvm.sdk.nativeimage-23.1.2/copyright-keep delete mode 100644 tools/legal-review/Base/org.graalvm.sdk.word-23.1.0/copyright-keep rename tools/legal-review/Base/{org.graalvm.sdk.word-23.1.0 => org.graalvm.sdk.word-23.1.2}/copyright-ignore (64%) create mode 100644 tools/legal-review/Base/org.graalvm.sdk.word-23.1.2/copyright-keep diff --git a/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.2/NOTICES b/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.2/NOTICES new file mode 100644 index 000000000000..13ed7577befa --- /dev/null +++ b/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.polyglot.polyglot-23.1.2/NOTICES @@ -0,0 +1,5 @@ +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + +The above copyright notice and either this complete permission notice or at a + +copyright rights in the Software, and any and all patent rights owned or diff --git a/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.collections-23.1.2/NOTICES b/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.collections-23.1.2/NOTICES new file mode 100644 index 000000000000..4e1daf3209ba --- /dev/null +++ b/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.collections-23.1.2/NOTICES @@ -0,0 +1,7 @@ +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + +The above copyright notice and either this complete permission notice or at a + +copyright rights in the Software, and any and all patent rights owned or diff --git a/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.2/NOTICES b/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.2/NOTICES new file mode 100644 index 000000000000..0bcf5ca20516 --- /dev/null +++ b/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.nativeimage-23.1.2/NOTICES @@ -0,0 +1,7 @@ +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + +Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved. + +The above copyright notice and either this complete permission notice or at a + +copyright rights in the Software, and any and all patent rights owned or diff --git a/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.word-23.1.2/NOTICES b/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.word-23.1.2/NOTICES new file mode 100644 index 000000000000..01e45ab0bed6 --- /dev/null +++ b/distribution/lib/Standard/Base/0.0.0-dev/THIRD-PARTY/org.graalvm.sdk.word-23.1.2/NOTICES @@ -0,0 +1,7 @@ +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + +The above copyright notice and either this complete permission notice or at a + +copyright rights in the Software, and any and all patent rights owned or diff --git a/tools/legal-review/AWS/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.12.6/files-ignore b/tools/legal-review/AWS/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.12.6/files-ignore new file mode 100644 index 000000000000..8058ba1fb0e7 --- /dev/null +++ b/tools/legal-review/AWS/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.12.6/files-ignore @@ -0,0 +1 @@ +/FasterXML/jackson-dataformats-binary/blob/2.17/LICENSE diff --git a/tools/legal-review/AWS/report-state b/tools/legal-review/AWS/report-state index 35aa04df9265..cbf55afbcb6a 100644 --- a/tools/legal-review/AWS/report-state +++ b/tools/legal-review/AWS/report-state @@ -1,3 +1,3 @@ 79F8085006CADBE1F915455506E1CDEB9A27B8B59EDFCA78FAA3218A3296DE62 6F5A08E5432F0B0C17A5CFC28207781B7C39E85B120D4F74B9B6AA35FF80E8C0 -2 +0 diff --git a/tools/legal-review/Base/org.graalvm.polyglot.polyglot-23.1.0/copyright-keep b/tools/legal-review/Base/org.graalvm.polyglot.polyglot-23.1.0/copyright-keep deleted file mode 100644 index e8cd72b6f25f..000000000000 --- a/tools/legal-review/Base/org.graalvm.polyglot.polyglot-23.1.0/copyright-keep +++ /dev/null @@ -1,3 +0,0 @@ -DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved. diff --git a/tools/legal-review/Base/org.graalvm.polyglot.polyglot-23.1.0/copyright-ignore b/tools/legal-review/Base/org.graalvm.polyglot.polyglot-23.1.2/copyright-ignore similarity index 85% rename from tools/legal-review/Base/org.graalvm.polyglot.polyglot-23.1.0/copyright-ignore rename to tools/legal-review/Base/org.graalvm.polyglot.polyglot-23.1.2/copyright-ignore index 05ae6d6ba74c..a4a12c07600c 100644 --- a/tools/legal-review/Base/org.graalvm.polyglot.polyglot-23.1.0/copyright-ignore +++ b/tools/legal-review/Base/org.graalvm.polyglot.polyglot-23.1.2/copyright-ignore @@ -1,19 +1,19 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -The above copyright notice and either this complete permission notice or at a -copyright rights in the Software, and any and all patent rights owned or +Copyright (c) 2017, 2021, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2018, 2022, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2019, 2021, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2019, 2022, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2019, 2022, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2019, 2021, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2018, 2022, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2017, 2021, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved. +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. diff --git a/tools/legal-review/Base/org.graalvm.polyglot.polyglot-23.1.2/copyright-keep b/tools/legal-review/Base/org.graalvm.polyglot.polyglot-23.1.2/copyright-keep new file mode 100644 index 000000000000..51d52565aa7e --- /dev/null +++ b/tools/legal-review/Base/org.graalvm.polyglot.polyglot-23.1.2/copyright-keep @@ -0,0 +1,3 @@ +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +The above copyright notice and either this complete permission notice or at a +copyright rights in the Software, and any and all patent rights owned or diff --git a/tools/legal-review/Base/org.graalvm.sdk.collections-23.1.0/copyright-keep b/tools/legal-review/Base/org.graalvm.sdk.collections-23.1.0/copyright-keep deleted file mode 100644 index aad5c148f2d3..000000000000 --- a/tools/legal-review/Base/org.graalvm.sdk.collections-23.1.0/copyright-keep +++ /dev/null @@ -1,3 +0,0 @@ -Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved. -DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. diff --git a/tools/legal-review/Base/org.graalvm.sdk.collections-23.1.0/copyright-ignore b/tools/legal-review/Base/org.graalvm.sdk.collections-23.1.2/copyright-ignore similarity index 67% rename from tools/legal-review/Base/org.graalvm.sdk.collections-23.1.0/copyright-ignore rename to tools/legal-review/Base/org.graalvm.sdk.collections-23.1.2/copyright-ignore index 3cf75175a37f..773ca565e03b 100644 --- a/tools/legal-review/Base/org.graalvm.sdk.collections-23.1.0/copyright-ignore +++ b/tools/legal-review/Base/org.graalvm.sdk.collections-23.1.2/copyright-ignore @@ -1,9 +1,8 @@ -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -The above copyright notice and either this complete permission notice or at a -copyright rights in the Software, and any and all patent rights owned or +Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2021, 2023, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved. +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. diff --git a/tools/legal-review/Base/org.graalvm.sdk.collections-23.1.2/copyright-keep b/tools/legal-review/Base/org.graalvm.sdk.collections-23.1.2/copyright-keep new file mode 100644 index 000000000000..f42b45fe69fb --- /dev/null +++ b/tools/legal-review/Base/org.graalvm.sdk.collections-23.1.2/copyright-keep @@ -0,0 +1,4 @@ +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +The above copyright notice and either this complete permission notice or at a +copyright rights in the Software, and any and all patent rights owned or diff --git a/tools/legal-review/Base/org.graalvm.sdk.nativeimage-23.1.0/copyright-keep b/tools/legal-review/Base/org.graalvm.sdk.nativeimage-23.1.0/copyright-keep deleted file mode 100644 index b4c2cb61258b..000000000000 --- a/tools/legal-review/Base/org.graalvm.sdk.nativeimage-23.1.0/copyright-keep +++ /dev/null @@ -1,2 +0,0 @@ -Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved. diff --git a/tools/legal-review/Base/org.graalvm.sdk.nativeimage-23.1.0/copyright-ignore b/tools/legal-review/Base/org.graalvm.sdk.nativeimage-23.1.2/copyright-ignore similarity index 92% rename from tools/legal-review/Base/org.graalvm.sdk.nativeimage-23.1.0/copyright-ignore rename to tools/legal-review/Base/org.graalvm.sdk.nativeimage-23.1.2/copyright-ignore index 40098cef90df..9ed34bb03b2f 100644 --- a/tools/legal-review/Base/org.graalvm.sdk.nativeimage-23.1.0/copyright-ignore +++ b/tools/legal-review/Base/org.graalvm.sdk.nativeimage-23.1.2/copyright-ignore @@ -1,37 +1,35 @@ -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -The above copyright notice and either this complete permission notice or at a -copyright rights in the Software, and any and all patent rights owned or +Copyright (c) 2007, 2023, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2009, 2023, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2010, 2022, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2012, 2022, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2013, 2021, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2013, 2022, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2014, 2021, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2014, 2022, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2017, 2021, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2018, 2022, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2019, 2021, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2019, 2022, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2020, 2020, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -Copyright (c) 2020, 2020, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2019, 2022, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2019, 2021, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2018, 2022, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2017, 2021, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2014, 2022, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2014, 2021, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2013, 2022, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2013, 2021, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2012, 2022, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2010, 2022, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2009, 2023, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2007, 2023, Oracle and/or its affiliates. All rights reserved. diff --git a/tools/legal-review/Base/org.graalvm.sdk.nativeimage-23.1.2/copyright-keep b/tools/legal-review/Base/org.graalvm.sdk.nativeimage-23.1.2/copyright-keep new file mode 100644 index 000000000000..c9dcc9380fbe --- /dev/null +++ b/tools/legal-review/Base/org.graalvm.sdk.nativeimage-23.1.2/copyright-keep @@ -0,0 +1,4 @@ +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved. +The above copyright notice and either this complete permission notice or at a +copyright rights in the Software, and any and all patent rights owned or diff --git a/tools/legal-review/Base/org.graalvm.sdk.word-23.1.0/copyright-keep b/tools/legal-review/Base/org.graalvm.sdk.word-23.1.0/copyright-keep deleted file mode 100644 index eda8fd514c3c..000000000000 --- a/tools/legal-review/Base/org.graalvm.sdk.word-23.1.0/copyright-keep +++ /dev/null @@ -1,2 +0,0 @@ -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -Copyright (c) 2011, 2022, Oracle and/or its affiliates. All rights reserved. diff --git a/tools/legal-review/Base/org.graalvm.sdk.word-23.1.0/copyright-ignore b/tools/legal-review/Base/org.graalvm.sdk.word-23.1.2/copyright-ignore similarity index 64% rename from tools/legal-review/Base/org.graalvm.sdk.word-23.1.0/copyright-ignore rename to tools/legal-review/Base/org.graalvm.sdk.word-23.1.2/copyright-ignore index 176d7dcc5498..c5849e5b8f7d 100644 --- a/tools/legal-review/Base/org.graalvm.sdk.word-23.1.0/copyright-ignore +++ b/tools/legal-review/Base/org.graalvm.sdk.word-23.1.2/copyright-ignore @@ -1,8 +1,6 @@ -The above copyright notice and either this complete permission notice or at a -copyright rights in the Software, and any and all patent rights owned or +Copyright (c) 2011, 2022, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2012, 2023, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. -DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. diff --git a/tools/legal-review/Base/org.graalvm.sdk.word-23.1.2/copyright-keep b/tools/legal-review/Base/org.graalvm.sdk.word-23.1.2/copyright-keep new file mode 100644 index 000000000000..d3c8b9427343 --- /dev/null +++ b/tools/legal-review/Base/org.graalvm.sdk.word-23.1.2/copyright-keep @@ -0,0 +1,4 @@ +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +The above copyright notice and either this complete permission notice or at a +copyright rights in the Software, and any and all patent rights owned or diff --git a/tools/legal-review/Base/report-state b/tools/legal-review/Base/report-state index d11ec3de2bcd..96be37964c55 100644 --- a/tools/legal-review/Base/report-state +++ b/tools/legal-review/Base/report-state @@ -1,3 +1,3 @@ -44A2EB4467C91025C305D370F3E8C9430A69FCD957630A539385AB785B0A1C6D -5F5974B8673A2E82B0148235CCE1FC0DD9FB8D3ED9C9552A4D86A4EE14723DE5 +DB9DA9C510DFA8BEC90E4783DC4B38250348A933AC619F8B23F524468A717D66 +4D34F128EF38C7A04EAF5F44292BD67D157A107CF70DDB04080515EEF6541AF1 0 diff --git a/tools/legal-review/Table/report-state b/tools/legal-review/Table/report-state index ea4c0da055c3..83bef2910f95 100644 --- a/tools/legal-review/Table/report-state +++ b/tools/legal-review/Table/report-state @@ -1,3 +1,3 @@ AE474B24FC7C88ACA56C70EC19DCD5F224178089AA2910DB117EE7D914D6C7FF -B1FEB2318218F5AC9CA5E5CEC9B32A557ED81934709392767D2FA8C2E4453CA7 -3 +45B9C528D26D13399A07F9FFE79576924709B1DEB991862372B4AFB185869893 +0 diff --git a/tools/legal-review/engine/report-state b/tools/legal-review/engine/report-state index 117e7775ad88..8f4a434c3e24 100644 --- a/tools/legal-review/engine/report-state +++ b/tools/legal-review/engine/report-state @@ -1,3 +1,3 @@ 6833A9EED918805113BD1177678C1FF1EB9CCF8AFCCF857F35EBBDC0F0F3F0F0 -D9D86976C483ED172A393303F4B4FB4D4D0F6A7FAAE8ACA8094A1CF865AB993E -54 +37D2333BCB98AF28C3DCFAB020950FCEE7BAD01D9287AF4BDDB1D859E78F86A2 +0 diff --git a/tools/legal-review/launcher/report-state b/tools/legal-review/launcher/report-state index de0981fe817a..b072922632c2 100644 --- a/tools/legal-review/launcher/report-state +++ b/tools/legal-review/launcher/report-state @@ -1,3 +1,3 @@ 6377D131E01C27868989472EC0E9E6BF00A6E4C908C46E125377135B12951858 -EAF1EDD70BE75B3EC146D71199117058EA341ECF442D5CF64CF9AD428AB8CA41 -53 +041766A0DBC4157B5B5D814069DE2F66CC9EEF5833B5156073A9F852ACF1D778 +0 diff --git a/tools/legal-review/project-manager/report-state b/tools/legal-review/project-manager/report-state index 7304f0479ce2..ed9447697478 100644 --- a/tools/legal-review/project-manager/report-state +++ b/tools/legal-review/project-manager/report-state @@ -1,3 +1,3 @@ DF3A7C072085362B8D9DAA68A115C182E2EBD6E17191932A56FA10272C135BC1 -0D6C5FAF1A26C9ADA9090DDD983C0B51F069D942A98556FE69AF10619BF8B897 -74 +1FA74ED538D76E223FDEF2DCA2A21F81FF477406F006E854AAA3BECE938AACD1 +0