Skip to content

Commit

Permalink
chore: add EPL-2.0 to allowed licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Apr 24, 2024
1 parent a104389 commit 76133e2
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 @@ -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
Expand Down

0 comments on commit 76133e2

Please sign in to comment.