Skip to content

Commit

Permalink
chore: add lgpl to allowlist (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Apr 19, 2024
1 parent 0639476 commit a104389
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion licenses/license-engine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a104389

Please sign in to comment.