From 76133e2a9ad7e466582b2e3090217241cbd4145f Mon Sep 17 00:00:00 2001 From: Jonas Hungershausen Date: Wed, 24 Apr 2024 16:10:12 +0200 Subject: [PATCH 1/2] chore: add EPL-2.0 to allowed licenses --- licenses/license-engine.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/licenses/license-engine.sh b/licenses/license-engine.sh index 47f8eb6..7bea882 100755 --- a/licenses/license-engine.sh +++ b/licenses/license-engine.sh @@ -42,7 +42,8 @@ ALLOWED_LICENSES=( 'WTFPL OR ISC' '(WTFPL OR MIT)' '(MIT OR WTFPL)' - 'LGPL-3.0-or-later' # Requires only that modifications to LGPL-protected libraries are published under a GPL-compatible license which is not the case at Ory + 'LGPL-3.0-or-later' # Requires only that modifications to LGPL-protected libraries are published under a GPL-compatible license which is not the case at Ory, + 'EPL-2.0' ) # These modules don't work with the current license checkers From a4cad5bd7ea9e7b30390076b5aec8a7e52d5a0de Mon Sep 17 00:00:00 2001 From: Jonas Hungershausen Date: Wed, 24 Apr 2024 16:13:03 +0200 Subject: [PATCH 2/2] chore: format --- licenses/license-engine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/licenses/license-engine.sh b/licenses/license-engine.sh index 7bea882..d3778ac 100755 --- a/licenses/license-engine.sh +++ b/licenses/license-engine.sh @@ -43,7 +43,7 @@ ALLOWED_LICENSES=( '(WTFPL OR MIT)' '(MIT OR WTFPL)' 'LGPL-3.0-or-later' # Requires only that modifications to LGPL-protected libraries are published under a GPL-compatible license which is not the case at Ory, - 'EPL-2.0' + 'EPL-2.0' ) # These modules don't work with the current license checkers