From f77e261057c6082574b08b5f08644f7dcd03a81e Mon Sep 17 00:00:00 2001 From: Etienne Wodey Date: Mon, 18 Nov 2024 17:54:29 +0100 Subject: [PATCH] deny: allow OSI-approved Unicode-3.0 license --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 355c41c1f..e6f47214b 100644 --- a/deny.toml +++ b/deny.toml @@ -85,6 +85,7 @@ allow = [ "Apache-2.0 WITH LLVM-exception", "BSD-2-Clause", "BSD-3-Clause", + "Unicode-3.0", "Unicode-DFS-2016", "MPL-2.0", "ISC",