Skip to content

Commit

Permalink
Add "Unlicense" license to allowed licenses (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer authored Oct 20, 2023
1 parent c8539ed commit 713ee44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ allow = [
"MIT",
"MPL-2.0",
"Unicode-DFS-2016",
"Zlib"
"Zlib",
"Unlicense",
]
private = { ignore = true }

Expand Down

0 comments on commit 713ee44

Please sign in to comment.