We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c88b8 commit 5c56161Copy full SHA for 5c56161
internal/licenses/licenses.go
@@ -131,6 +131,7 @@ var (
131
"AGPL-3.0": true,
132
"Apache-2.0": true,
133
"Artistic-2.0": true,
134
+ "Beerware": true,
135
"BlueOak-1.0": true,
136
"BSD-0-Clause": true,
137
"BSD-2-Clause": true,
@@ -182,6 +183,7 @@ var spdxIdentifierOverrides = map[string]string{
182
183
184
// nonOSILicenses lists licenses that are not approved by OSI.
185
var nonOSILicenses = map[string]bool{
186
187
188
"BSD-2-Clause-FreeBSD": true,
189
"CC-BY-3.0": true,
0 commit comments