Skip to content

Commit 1b929af

Browse files
alan-agius4alexeagle
authored andcommitted
ci: add missing license replacements for Apache v2
1 parent b07e6ef commit 1b929af

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
@@ -55,6 +55,7 @@ const licenseReplacements: { [key: string]: string } = {
5555
'Apache License, Version 2.0': 'Apache-2.0',
5656
'Apache2': 'Apache-2.0',
5757
'Apache 2.0': 'Apache-2.0',
58+
'Apache v2': 'Apache-2.0',
5859
'AFLv2.1': 'AFL-2.1',
5960
// BSD is BSD-2-clause by default.
6061
'BSD': 'BSD-2-Clause',

0 commit comments

Comments
 (0)