From 12dadf097e7020b6d979e75cb1372f9334e51b34 Mon Sep 17 00:00:00 2001 From: jakub-bochenski Date: Fri, 25 Jul 2025 16:28:37 +0200 Subject: [PATCH] feat: Add `GPL v2 with the Classpath exception` This is the license name used by Nashorn: https://github.com/openjdk/nashorn/pull/27 Signed-off-by: jakub-bochenski --- src/main/resources/license-mapping.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/license-mapping.json b/src/main/resources/license-mapping.json index e4f3ef31c..b1fafb840 100644 --- a/src/main/resources/license-mapping.json +++ b/src/main/resources/license-mapping.json @@ -175,7 +175,8 @@ "GPLv2 with classpath exception", "GPLv2 license, includes the CLASSPATH exception", "GNU General Public License, version 2, with the Classpath Exception", - "GNU General Public License, version 2 with the GNU Classpath Exception" + "GNU General Public License, version 2 with the GNU Classpath Exception", + "GPL v2 with the Classpath exception" ] }, {