From 1db00467ffa33e97bb763ee96cb8115d27ee8dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Wa=C5=82ach?= Date: Thu, 1 Aug 2024 15:58:38 +0200 Subject: [PATCH] chore: extend definition of MIT ans ISC --- licenses/license-engine.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/licenses/license-engine.sh b/licenses/license-engine.sh index 8f94fab..4e1bfa6 100755 --- a/licenses/license-engine.sh +++ b/licenses/license-engine.sh @@ -27,10 +27,12 @@ ALLOWED_LICENSES=( 'CC-BY-4.0' '(CC-BY-4.0 AND MIT)' 'ISC' + 'ISC*' 'LGPL-2.1' # LGPL allows commercial use, requires only that modifications to LGPL-protected libraries are published under a GPL-compatible license 'MIT' 'MIT*' 'MIT-0' + 'MIT AND ISC' '(MIT AND BSD-3-Clause)' '(MIT AND Zlib)' '(MIT OR Apache-2.0)'