1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-17 19:13:34 +08:00

ci: add missing license replacements for Apache v2

This commit is contained in:
Alan Agius 2018-08-12 19:33:14 +02:00 committed by Alex Eagle
parent b99b6bab08
commit 9ce4987947

@ -53,6 +53,7 @@ const licenseReplacements: { [key: string]: string } = {
'Apache License, Version 2.0': 'Apache-2.0',
'Apache2': 'Apache-2.0',
'Apache 2.0': 'Apache-2.0',
'Apache v2': 'Apache-2.0',
'AFLv2.1': 'AFL-2.1',
// BSD is BSD-2-clause by default.
'BSD': 'BSD-2-Clause',