From a10438912614e634eeec841a13deffcf8177e399 Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Fri, 19 Apr 2024 15:34:53 +0200 Subject: [PATCH] chore: add lgpl to allowlist (#147) --- 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 79a0c9c..47f8eb6 100755 --- a/licenses/license-engine.sh +++ b/licenses/license-engine.sh @@ -41,7 +41,8 @@ ALLOWED_LICENSES=( 'WTFPL' 'WTFPL OR ISC' '(WTFPL OR MIT)' - "(MIT OR WTFPL)" + '(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 ) # These modules don't work with the current license checkers