Skip to content

Commit

Permalink
fix: allow CC0-1.0 license
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Feb 5, 2024
1 parent d792946 commit 31b8900
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ allow = [
"Unlicense",
"BSD-3-Clause",
"0BSD",
"ISC"
"ISC",
"CC0-1.0"
]

exceptions = [{ name = "unicode-ident", allow = ["Unicode-DFS-2016"] }]
Expand Down

0 comments on commit 31b8900

Please sign in to comment.