From b196431dced7cc891484d09d2c5bbadaefb1933d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sat, 13 Aug 2022 11:09:17 +0200 Subject: [PATCH] Allow the Unicode data files and software license --- deny.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 40f97be..18c839a 100644 --- a/deny.toml +++ b/deny.toml @@ -70,10 +70,11 @@ unlicensed = "deny" # See https://spdx.org/licenses/ for list of possible licenses # [possible values: any SPDX 3.11 short identifier (+ optional exception)]. allow = [ + "Apache-2.0", "BSD-3-Clause", "MIT", "MPL-2.0", - "Apache-2.0", + "Unicode-DFS-2016", ] # List of explicitly disallowed licenses # See https://spdx.org/licenses/ for list of possible licenses