From 94760f634ad4d76835e97d6cf96c3338c35d54b7 Mon Sep 17 00:00:00 2001 From: Vardhman Jain Date: Thu, 3 Sep 2026 14:15:40 +0530 Subject: [PATCH] Update the regex for rorcksdbjni and use a different alias of CDDL in javax.annotation-api --- pig/src/main/resources/rh-license-exceptions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pig/src/main/resources/rh-license-exceptions.json b/pig/src/main/resources/rh-license-exceptions.json index 630455037..6c8ce8064 100644 --- a/pig/src/main/resources/rh-license-exceptions.json +++ b/pig/src/main/resources/rh-license-exceptions.json @@ -1284,7 +1284,7 @@ { "groupId": "org.rocksdb", "artifactId": "rocksdbjni", - "version-regexp": "[6789]\\..+", + "version-regexp": "([6-9]|[1-9]\\d+)\\..+", "licenses": [ { "name": "Apache License 2.0", @@ -1763,7 +1763,7 @@ "version-regexp": "1.3\\..+", "licenses": [ { - "name": "CDDL + GPLv2 with classpath exception", + "name": "Common Development and Distribution License (CDDL) and GNU Public License v.2 w/Classpath Exception", "url": "https://raw.githubusercontent.com/javaee/javax.annotation/refs/heads/master/LICENSE" } ]