From 3bdf7c7400031b1ede7febbd3edfe2a063bb9377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Sz=C3=BCcs?= Date: Tue, 11 Nov 2025 14:59:35 +0100 Subject: [PATCH] feat(licenses): extend allowed licenses in configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added "Mozilla Public License, Version 2.0" to allowed licenses - Added "Mozilla Public License 2.0 (MPL-2.0)" to allowed licenses - Added "CDDL+GPL License" to allowed licenses - Added "BSD" to allowed licenses Signed-off-by: Balázs Szücs --- app/allowed-licenses.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/app/allowed-licenses.json b/app/allowed-licenses.json index 830ae037a..315c6bb18 100644 --- a/app/allowed-licenses.json +++ b/app/allowed-licenses.json @@ -96,6 +96,22 @@ "moduleName": ".*", "moduleLicense": "MPL 2.0" }, + { + "moduleName": ".*", + "moduleLicense": "Mozilla Public License, Version 2.0" + }, + { + "moduleName": ".*", + "moduleLicense": "Mozilla Public License 2.0 (MPL-2.0)" + }, + { + "moduleName": ".*", + "moduleLicense": "CDDL+GPL License" + }, + { + "moduleName": ".*", + "moduleLicense": "BSD" + }, { "moduleName": ".*", "moduleLicense": "UnboundID SCIM2 SDK Free Use License"