deny.toml: Add `Unicode-DFS-2016`
authorColin Walters <walters@verbum.org>
Mon, 1 Aug 2022 18:43:31 +0000 (14:43 -0400)
committerColin Walters <walters@verbum.org>
Mon, 1 Aug 2022 18:43:31 +0000 (14:43 -0400)
This is used by the unicode crate now and is definitely a compatible
FOSS license.

deny.toml

index e810c910fd4691e28ecee81c5e5677dc85ae790f..1a809ffcd6765ede40e8a99868264ef0ea67f64a 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", "CC0-1.0"]
+allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause", "Unlicense", "Unicode-DFS-2016"]
 private = { ignore = true }
 
 [bans]