Skip to content

Commit

Permalink
chore: extend definition of MIT ans ISC
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwalach committed Aug 1, 2024
1 parent 937467d commit 1db0046
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions licenses/license-engine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down

0 comments on commit 1db0046

Please sign in to comment.