Skip to content

Commit f34dfc9

Browse files
hanslKeen Yee Liau
authored andcommitted
ci: add missing licenses from quicktype-core dependencies
And remove fixed TODOs.
1 parent 9e7391c commit f34dfc9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/validate-licenses.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,8 @@ const ignoredPackages = [
7373
'[email protected]', // Apache-2.0 but broken license in package.json
7474

7575
// * Other
76-
'[email protected]', // TODO(hansl): fix this. this is not an acceptable license, but is 8 deps down
77-
// so hard to manage. In talk with owner and users to switch over.
78-
'[email protected]', // Zlib -- TODO(filipesilva): remove this when karma is moved to e2e tests.
79-
// TODO(filipesilva): remove this when spec_large is moved to e2e tests.
8076
'[email protected]', // (OFL-1.1 AND MIT)
77+
'[email protected]', // 'New BSD'
8178
];
8279

8380
// Ignore own packages (all MIT)

0 commit comments

Comments
 (0)