From 15b9ccb14c61bb24f125df86508aa6e5131e6ca0 Mon Sep 17 00:00:00 2001 From: Hans Larsen Date: Wed, 15 Aug 2018 14:45:14 -0700 Subject: [PATCH] build: add license whitelist to allow license validation --- scripts/validate-licenses.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/validate-licenses.ts b/scripts/validate-licenses.ts index aa1b0e149a..0f5282ee1d 100644 --- a/scripts/validate-licenses.ts +++ b/scripts/validate-licenses.ts @@ -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.