Skip to content

Commit

Permalink
deny: Add Unicode-3.0
Browse files Browse the repository at this point in the history
This is under e.g.
https://docs.fedoraproject.org/en-US/legal/allowed-licenses/
and is now used by the unicode-ident crate.
  • Loading branch information
cgwalters committed Dec 16, 2024
1 parent c1ef394 commit eb9aab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[licenses]
unlicensed = "deny"
copyleft = "allow"
allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause", "Unlicense", "Unicode-DFS-2016"]
allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause", "Unlicense", "Unicode-DFS-2016", "Unicode-3.0"]
private = { ignore = true }

[bans]
Expand Down

0 comments on commit eb9aab6

Please sign in to comment.