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

View File

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