deny: Add Unicode-3.0
authorColin Walters <walters@verbum.org>
Mon, 16 Dec 2024 17:03:03 +0000 (17:03 +0000)
committerColin Walters <walters@verbum.org>
Mon, 16 Dec 2024 17:03:03 +0000 (17:03 +0000)
This is under e.g.
https://docs.fedoraproject.org/en-US/legal/allowed-licenses/
and is now used by the unicode-ident crate.

deny.toml

index 1a809ffcd6765ede40e8a99868264ef0ea67f64a..42ab97911b56e8366d7cf4fb74c41fc7010db1a5 100644 (file)
--- a/deny.toml
+++ b/deny.toml
@@ -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]