Skip to content

Commit

Permalink
add MPL-2.0 to licence list
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornalm committed Nov 27, 2024
1 parent 4a307b8 commit e236359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci/check_for_js_licenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ checker.init(
lowerLicenses.indexOf('cc') === -1 &&
lowerLicenses.indexOf('python-2.0') === -1 &&
lowerLicenses.indexOf('blueoak-1.0.0') === -1 &&
lowerLicenses.indexOf('MPL-2.0') === -1 && // Valid as long as we don't modify the source code
// lz-string is marked as WTFPL license on NPM but the valid license is MIT from the github repo
// https://github.com/pieroxy/lz-string/issues/147
!packageName.startsWith('lz-string@') &&
Expand Down

0 comments on commit e236359

Please sign in to comment.