Skip to content

Commit

Permalink
test: update license checks
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and hansl committed Mar 23, 2018
1 parent 19b30c5 commit d1b22d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/test-licenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ const licenseReplacements = {
// Specific packages to ignore, add a reason in a comment. Format: package-name@version.
const ignoredPackages = [
'spdx-license-ids@2.0.1', // CC0 but it's content only (index.json, no code) and not distributed.
'spdx-license-ids@3.0.0', // CC0 but it's content only (index.json, no code) and not distributed.
'map-stream@0.1.0', // MIT, license but it's not listed in package.json.
'xmldom@0.1.27', // LGPL,MIT but has a broken licenses array.
'true-case-path@1.0.2', // Apache-2.0 but broken license in package.json
'pako@1.0.6', // SPDX expression (MIT AND Zlib) in package.json
'sha.js@2.4.11', // SPDX expression (MIT AND BSD-3-Clause) in package.json

'jsonify@0.0.0', // TODO(hansl): fix this. this is not an acceptable license, but is 8 deps down
// so hard to manage. In talk with owner and users to switch over.
Expand Down

0 comments on commit d1b22d0

Please sign in to comment.