Skip to content

Commit

Permalink
feat(nix): update licenses
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Apr 1, 2024
1 parent 7b03986 commit 1af98af
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion internal/pipe/nix/licenses.go
Expand Up @@ -72,10 +72,12 @@ var validLicenses = []string{
"cecill-b",
"cecill-c",
"cpal10",
"commons-clause",
"cpl10",
"curl",
"doc",
"drl10",
"dtoa",
"eapl",
"ecl20",
"efl10",
Expand Down Expand Up @@ -111,8 +113,10 @@ var validLicenses = []string{
"gpl3Only",
"gpl3Plus",
"gpl3ClasspathPlus",
"giftware",
"hpnd",
"hpndSellVariant",
"hpndUc",
"iasl",
"ijg",
"imagemagick",
Expand Down Expand Up @@ -165,6 +169,7 @@ var validLicenses = []string{
"nasa13",
"ncsa",
"ncul1",
"nistSoftware",
"nlpl",
"nposl3",
"nvidiaCuda",
Expand Down Expand Up @@ -198,6 +203,7 @@ var validLicenses = []string{
"sgmlug",
"sleepycat",
"smail",
"smlnj",
"sspl",
"stk",
"sudo",
Expand All @@ -224,10 +230,11 @@ var validLicenses = []string{
"wxWindows",
"x11",
"xfig",
"xinetd",
"zlib",
"zpl20",
"zpl21",
"agpl3",
"xskat",
"gpl2",
"gpl3",
"lgpl2",
Expand Down

0 comments on commit 1af98af

Please sign in to comment.