Skip to content

Commit

Permalink
ci: add Python-2.0 as a valid license
Browse files Browse the repository at this point in the history
`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)
  • Loading branch information
alan-agius4 authored and clydin committed Apr 13, 2021
1 parent 941a142 commit 92b5309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/validate-licenses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const allowedLicenses = [
'MIT',
'ISC',
'Apache-2.0',
'Python-2.0',

'BSD-2-Clause',
'BSD-3-Clause',
Expand Down

0 comments on commit 92b5309

Please sign in to comment.