Skip to content

Commit

Permalink
Tighten up WTFPL licensing situation
Browse files Browse the repository at this point in the history
  • Loading branch information
lupine committed Oct 28, 2024
1 parent 84cd604 commit 25cede1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ gif = ["dep:gif", "dep:color_quant"]
hdr = []
ico = ["bmp", "png"]
jpeg = ["dep:zune-core", "dep:zune-jpeg"]
pcx = ["dep:pcx"]
pcx = ["dep:pcx"] # Note that the PCX dependency uses the WTFPL license
png = ["dep:png"]
pnm = []
qoi = ["dep:qoi"]
Expand Down
5 changes: 4 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ allow = [
"MIT-0",
"MPL-2.0",
"Unicode-DFS-2016",
"WTFPL",
]

[[licenses.exceptions]]
allow = ["WTFPL"]
name = "pcx"
version = "*"

[advisories]
yanked = "deny"
Expand Down

0 comments on commit 25cede1

Please sign in to comment.