Skip to content

Commit

Permalink
fix: add 0BSD as a valid license (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored May 7, 2020
1 parent a9536f3 commit e4db3eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/checker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const fsReadFile = promisify(fs.readFile);
// Valid license IDs defined in https://spdx.org/licenses/ must be used whenever
// possible. When adding new licenses, please consult the relevant documents.
const DEFAULT_GREEN_LICENSES = [
'0BSD',
'AFL-2.1',
'AFL-3.0',
'APSL-2.0',
Expand Down

0 comments on commit e4db3eb

Please sign in to comment.