Skip to content

Commit 5c56161

Browse files
authored
Add the Beerware license to the list of non-OSI licenses
1 parent 82c88b8 commit 5c56161

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/licenses/licenses.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ var (
131131
"AGPL-3.0": true,
132132
"Apache-2.0": true,
133133
"Artistic-2.0": true,
134+
"Beerware": true,
134135
"BlueOak-1.0": true,
135136
"BSD-0-Clause": true,
136137
"BSD-2-Clause": true,
@@ -182,6 +183,7 @@ var spdxIdentifierOverrides = map[string]string{
182183

183184
// nonOSILicenses lists licenses that are not approved by OSI.
184185
var nonOSILicenses = map[string]bool{
186+
"Beerware": true,
185187
"BlueOak-1.0": true,
186188
"BSD-2-Clause-FreeBSD": true,
187189
"CC-BY-3.0": true,

0 commit comments

Comments
 (0)