Skip to content

Commit 15b9ccb

Browse files
committed
build: add license whitelist to allow license validation
1 parent a5e0c72 commit 15b9ccb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/validate-licenses.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ const licenseReplacements: { [key: string]: string } = {
6161

6262
// Specific packages to ignore, add a reason in a comment. Format: package-name@version.
6363
const ignoredPackages = [
64+
// Us.
65+
'@angular/[email protected]', // Hey, that's us!
6466
// * Development only
6567
'[email protected]', // CC0 but it's content only (index.json, no code) and not distributed.
6668
'[email protected]', // LGPL-3.0 but only used as a tool, not linked in the build.

0 commit comments

Comments
 (0)