Skip to content

Commit

Permalink
Add the Beerware license to the list of non-OSI licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Jille committed Oct 26, 2020
1 parent 82c88b8 commit 5c56161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/licenses/licenses.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ var (
"AGPL-3.0": true,
"Apache-2.0": true,
"Artistic-2.0": true,
"Beerware": true,
"BlueOak-1.0": true,
"BSD-0-Clause": true,
"BSD-2-Clause": true,
Expand Down Expand Up @@ -182,6 +183,7 @@ var spdxIdentifierOverrides = map[string]string{

// nonOSILicenses lists licenses that are not approved by OSI.
var nonOSILicenses = map[string]bool{
"Beerware": true,
"BlueOak-1.0": true,
"BSD-2-Clause-FreeBSD": true,
"CC-BY-3.0": true,
Expand Down

0 comments on commit 5c56161

Please sign in to comment.