Skip to content

Commit

Permalink
fix: allow 'Python-2.0' license
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Dec 2, 2021
1 parent 76b4809 commit 7b6f674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/checkLicenses.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const pkgInfo = readPackageUpSync()
const projectNameAndVersion = `${pkgInfo.packageJson.name}@${pkgInfo.packageJson.version}`

// TODO - Add option driven allowList selection with a list for GPL projects
const allowListForMit = 'MIT;BSD;ISC;Apache-2.0;CC0;CC-BY-3.0;Unlicense;Artistic-2.0'
const allowListForMit = 'MIT;BSD;ISC;Apache-2.0;CC0;CC-BY-3.0;Unlicense;Artistic-2.0;Python-2.0'

let excludePackages = projectNameAndVersion
if (cli.flags.allowPackages) {
Expand Down

0 comments on commit 7b6f674

Please sign in to comment.