Skip to content

Commit 9ce4987

Browse files
alan-agius4alexeagle
authored andcommitted
ci: add missing license replacements for Apache v2
1 parent b99b6ba commit 9ce4987

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/validate-licenses.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const licenseReplacements: { [key: string]: string } = {
5353
'Apache License, Version 2.0': 'Apache-2.0',
5454
'Apache2': 'Apache-2.0',
5555
'Apache 2.0': 'Apache-2.0',
56+
'Apache v2': 'Apache-2.0',
5657
'AFLv2.1': 'AFL-2.1',
5758
// BSD is BSD-2-clause by default.
5859
'BSD': 'BSD-2-Clause',

0 commit comments

Comments
 (0)