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 = [
'[email protected]', // CC0 but it's content only (index.json, no code) and not distributed.
'[email protected]', // CC0 but it's content only (index.json, no code) and not distributed.
'[email protected]', // MIT, license but it's not listed in package.json.
'[email protected]', // LGPL,MIT but has a broken licenses array.
'[email protected]', // Apache-2.0 but broken license in package.json
'[email protected]', // SPDX expression (MIT AND Zlib) in package.json
'[email protected]', // SPDX expression (MIT AND BSD-3-Clause) in package.json

'[email protected]', // 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.