1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-19 04:26:01 +08:00

build: add license whitelist to allow license validation

This commit is contained in:
Hans Larsen 2018-08-15 14:45:14 -07:00 committed by Hans
parent a5e0c720c4
commit 15b9ccb14c

@ -61,6 +61,8 @@ const licenseReplacements: { [key: string]: string } = {
// Specific packages to ignore, add a reason in a comment. Format: package-name@version.
const ignoredPackages = [
// Us.
'@angular/devkit-repo@0.0.0', // Hey, that's us!
// * Development only
'spdx-license-ids@3.0.0', // CC0 but it's content only (index.json, no code) and not distributed.
'tslint-sonarts@1.7.0', // LGPL-3.0 but only used as a tool, not linked in the build.