From: Colin Walters Date: Mon, 1 Aug 2022 18:43:31 +0000 (-0400) Subject: deny.toml: Add `Unicode-DFS-2016` X-Git-Tag: archive/raspbian/2022.6-1+rpi1^2~7^2^2~30^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a83673f1a7a9c374415c9c1d17a1aa4bc75b03f0;p=ostree.git deny.toml: Add `Unicode-DFS-2016` This is used by the unicode crate now and is definitely a compatible FOSS license. --- diff --git a/deny.toml b/deny.toml index e810c910..1a809ffc 100644 --- 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]