From 9ce66b12071e8f66a8756bcdf445a8b3886b5443 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Tue, 8 Oct 2024 13:28:02 +0200 Subject: [PATCH] fix allowed licenses --- etc/allowed-licenses.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/etc/allowed-licenses.json b/etc/allowed-licenses.json index f50ce4b9..3b451848 100644 --- a/etc/allowed-licenses.json +++ b/etc/allowed-licenses.json @@ -3,6 +3,7 @@ { "moduleLicense": "Apache 2.0" }, { "moduleLicense": "Apache 2" }, { "moduleLicense": "Apache License 2.0" }, + { "moduleLicense": "Apache License v2.0" }, { "moduleLicense": "Apache License, Version 2.0" }, { "moduleLicense": "The Apache Software License, Version 2.0" }, @@ -11,6 +12,8 @@ { "moduleLicense": "BSD-3-Clause" }, { "moduleLicense": "The BSD License" }, + { "moduleLicense": "The New BSD License" }, + { "moduleLicense": "CDDL 1.1" }, { "moduleLicense": "CDDL/GPLv2+CE" }, { "moduleLicense": "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0" }, @@ -29,11 +32,21 @@ { "moduleLicense": "GNU General Public License, version 2 with the GNU Classpath Exception" }, { "moduleLicense": "GPL2 w/ CPE" }, + { "moduleLicense": "LGPL, version 2.1"}, + { "moduleLicense": "MIT License" }, { "moduleLicense": "MIT" }, { "moduleLicense": "The MIT License (MIT)" }, { "moduleLicense": "The MIT License" }, - { "moduleName": "org.springdoc:springdoc-openapi" } + { "moduleLicense": "WTFPL" }, + + { + "moduleLicense": null, + "#moduleLicense": "Apache License 2.0, see https://github.com/springdoc/springdoc-openapi/blob/main/LICENSE", + "moduleVersion": "2.4.0", + "moduleName": "org.springdoc:springdoc-openapi" + } + ] }