diff --git a/licenses-generator/src/main/resources/rh-license-exceptions.json b/licenses-generator/src/main/resources/rh-license-exceptions.json index 239800e8..df3e31f7 100644 --- a/licenses-generator/src/main/resources/rh-license-exceptions.json +++ b/licenses-generator/src/main/resources/rh-license-exceptions.json @@ -102,5 +102,64 @@ "url": "https://www.mozilla.org/en-US/MPL/2.0/" } ] + }, + { + "groupId": "org.apache.avro", + "artifactId": "avro", + "version-regexp": "1\\..+", + "licenses": [ + { + "name": "Apache License 2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ] + }, + { + "groupId": "org.cryptacular", + "artifactId": "cryptacular", + "version-regexp": ".*", + "licenses": [ + { + "name": "Apache License 2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + }, + { + "name": "GNU Lesser General Public License v3.0 only", + "url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html" + } + ] + }, + { + "groupId": "org.apache.avro", + "artifactId": "avro-parent", + "version-regexp": "1\\..+", + "licenses": [ + { + "name": "Apache License 2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ] + }, + { + "groupId": "org.apache.avro", + "artifactId": "avro-toplevel", + "version-regexp": "1\\..+", + "licenses": [ + { + "name": "Apache License 2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ] + }, + { + "groupId": "org.jboss", + "artifactId": "jboss-parent", + "version-regexp": ".*", + "licenses": [ + { + "name": "Apache License 2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ] } -] +] \ No newline at end of file diff --git a/licenses-generator/src/main/resources/rh-license-names.json b/licenses-generator/src/main/resources/rh-license-names.json index 77f9695b..8ff0784e 100644 --- a/licenses-generator/src/main/resources/rh-license-names.json +++ b/licenses-generator/src/main/resources/rh-license-names.json @@ -54,12 +54,16 @@ }, { "name": "GNU Lesser General Public License, Version 3", + "textUrl": "https://repository.jboss.org/licenses/lgpl-3.0.txt", "url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html", "aliases": [ "GNU Lesser General Public License, Version 3", - "The GNU Lesser General Public License, version 3" + "The GNU Lesser General Public License, version 3", + "GNU Lesser General Public License v3.0 only", + "GNU Lesser General Public License v3.0 or later" ], "urlAliases": [ + "https://repository.jboss.org/licenses/lgpl-3.0.txt", "https://www.gnu.org/licenses/lgpl-3.0-standalone.html", "http://www.gnu.org/licenses/lgpl-3.0-standalone.html", "https://www.gnu.org/licenses/lgpl.html", @@ -70,12 +74,14 @@ }, { "name": "GNU General Public License v2.0 only", + "textUrl": "https://repository.jboss.org/licenses/gpl-2.0.txt", "url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", "aliases": [ "GNU General Public License v2.0 only", "The GNU General Public License, Version 2" ], "urlAliases": [ + "https://repository.jboss.org/licenses/gpl-2.0.txt", "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html", @@ -89,7 +95,8 @@ "url": "http://repository.jboss.org/licenses/gpl-2.0-ce.txt", "aliases": [ "GNU General Public License, Version 2 with the Classpath Exception", - "GPL2 w/ CPE" + "GPL2 w/ CPE", + "GNU General Public License" ], "urlAliases": [ "http://repository.jboss.org/licenses/gpl-2.0-ce.txt" @@ -319,5 +326,16 @@ "urlAliases": [ "http://creativecommons.org/publicdomain/zero/1.0" ] + }, + { + "name": "Unicode-3.0", + "url": "https://raw.githubusercontent.com/unicode-org/icu/main/LICENSE", + "aliases": [ + "Unicode/ICU License", + "Unicode-3.0" + ], + "urlAliases": [ + "https://raw.githubusercontent.com/unicode-org/icu/main/LICENSE" + ] } ] diff --git a/pig/src/main/resources/rh-license-exceptions.json b/pig/src/main/resources/rh-license-exceptions.json index 09579029..de8e3fa1 100644 --- a/pig/src/main/resources/rh-license-exceptions.json +++ b/pig/src/main/resources/rh-license-exceptions.json @@ -694,6 +694,17 @@ } ] }, + { + "groupId": "com.fasterxml.jackson", + "artifactId": "jackson-bom", + "version-regexp": "2\\..+", + "licenses": [ + { + "name": "Apache License 2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ] + }, { "groupId": "org.reactivestreams", "artifactId": "reactive-streams", @@ -882,7 +893,7 @@ "licenses": [ { "name": "GNU Lesser General Public License v3.0 or later", - "url": "https://www.gnu.org/licenses/lgpl-3.0.txt" + "url": "https://repository.jboss.org/licenses/lgpl-3.0.txt" }, { "name": "Apache License 2.0", @@ -1270,7 +1281,7 @@ }, { "name": "GNU General Public License v2.0 only", - "url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html" + "url": "https://repository.jboss.org/licenses/gpl-2.0.txt" }, { "name": "BSD 3-clause \"New\" or \"Revised\" License", @@ -1563,5 +1574,87 @@ "url": "https://opensource.org/licenses/BSD-3-Clause" } ] + }, + { + "groupId": "org.cryptacular", + "artifactId": "cryptacular", + "version-regexp": ".*", + "licenses": [ + { + "name": "Apache License 2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + }, + { + "name": "GNU Lesser General Public License v3.0 only", + "url": "https://repository.jboss.org/licenses/lgpl-3.0.txt" + } + ] + }, + { + "groupId": "org.apache.avro", + "artifactId": "avro", + "version-regexp": "1\\..+", + "licenses": [ + { + "name": "Apache License 2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ] + }, + { + "groupId": "org.apache.avro", + "artifactId": "avro-compiler", + "version-regexp": "1\\..+", + "licenses": [ + { + "name": "Apache License 2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ] + }, + { + "groupId": "org.apache.avro", + "artifactId": "avro-parent", + "version-regexp": "1\\..+", + "licenses": [ + { + "name": "Apache License 2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ] + }, + { + "groupId": "org.apache.avro", + "artifactId": "avro-toplevel", + "version-regexp": "1\\..+", + "licenses": [ + { + "name": "Apache License 2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ] + }, + { + "groupId": "org.jboss", + "artifactId": "jboss-parent", + "version-regexp": "^([0-3]?[0-9])\\..+", + "licenses": [ + { + "name": "Public Domain", + "url": "http://repository.jboss.org/licenses/cc0-1.0.txt" + } + ] + }, + { + "groupId": "org.jboss", + "artifactId": "jboss-parent", + "version-regexp": "^([4-9]?[0-9])\\..+", + "licenses": [ + { + "name": "Apache License 2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ] } + ] diff --git a/pig/src/main/resources/rh-license-names.json b/pig/src/main/resources/rh-license-names.json index 62d146fb..fed9fafc 100644 --- a/pig/src/main/resources/rh-license-names.json +++ b/pig/src/main/resources/rh-license-names.json @@ -117,6 +117,7 @@ "GNU General Public License v2.0 only, with Classpath exception", "GPL-2.0-with-classpath-exception", "GPL2 w/ CPE", + "GNU General Public License", "gpl", "The GNU General Public License (GPL), Version 2, With Classpath Exception", "General Public License, version 2 with the GNU Classpath" @@ -453,5 +454,16 @@ "urlAliases": [ "http://www.opensource.org/licenses/LGPL-2.1" ] + }, + { + "name": "Unicode-3.0", + "url": "https://raw.githubusercontent.com/unicode-org/icu/main/LICENSE", + "aliases": [ + "Unicode/ICU License", + "Unicode-3.0" + ], + "urlAliases": [ + "https://raw.githubusercontent.com/unicode-org/icu/main/LICENSE" + ] } ]