forked from angular/angular-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|