From a81530d12dc77a11d247940dc1e83e88fd30ee10 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 18 Jul 2022 12:47:08 -0400 Subject: [PATCH] deny: Allowlist `Unicode-DFS-2016` See https://github.com/dtolnay/unicode-ident/pull/9 This is a FOSS license, see e.g. https://fedoraproject.org/wiki/Licensing/Unicode --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 75b6ac9b..24802969 100644 --- a/deny.toml +++ b/deny.toml @@ -1,6 +1,6 @@ [licenses] unlicensed = "deny" -allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause"] +allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause", "Unicode-DFS-2016"] [bans]