Skip to content

Commit 5a59a2d

Browse files
committed
build: update license exceptions
mainly removal of now unneeded exceptions
1 parent d62f065 commit 5a59a2d

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

scripts/validate-licenses.ts

+2-15
Original file line numberDiff line numberDiff line change
@@ -64,27 +64,14 @@ const ignoredPackages = [
6464
// Us.
6565
'@angular/[email protected]', // Hey, that's us!
6666
// * Development only
67-
'[email protected].1', // CC0 but it's content only (index.json, no code) and not distributed.
67+
'[email protected].5', // CC0 but it's content only (index.json, no code) and not distributed.
6868
'[email protected]', // LGPL-3.0 but only used as a tool, not linked in the build.
6969

7070
// * Broken license fields
71-
'[email protected]', // MIT but no license field in package.json
72-
'[email protected]', // MIT but broken license in package.json
73-
'[email protected]', // Apache-2.0 but broken license in package.json
74-
'[email protected]', // zlib license
75-
76-
// * Need to publish these with LICENSE files
77-
// see https://github.com/bazelbuild/rules_nodejs/pull/696
78-
// TODO(alexeagle): remove these after a release that fixes it
79-
80-
81-
82-
83-
71+
'[email protected]', // MIT but broken license in package.json
8472

8573
// * Other
8674
'[email protected]', // (OFL-1.1 AND MIT)
87-
'[email protected]', // 'New BSD'
8875
];
8976

9077
// Ignore own packages (all MIT)

0 commit comments

Comments
 (0)