Skip to content

Commit 92b5309

Browse files
alan-agius4clydin
authored andcommitted
ci: add Python-2.0 as a valid license
`Python-2.0` is in the same category as `MIT`, hence it's a valid license that we can allow. This is needed for `verdaccio` version 5 which uses `argparse` which is licenced as `Python-2.0`. (cherry picked from commit e1180ab)
1 parent 941a142 commit 92b5309

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
@@ -30,6 +30,7 @@ const allowedLicenses = [
3030
'MIT',
3131
'ISC',
3232
'Apache-2.0',
33+
'Python-2.0',
3334

3435
'BSD-2-Clause',
3536
'BSD-3-Clause',

0 commit comments

Comments
 (0)