From adc28f73d52b58a329609bbec4e6f48db4d4f5c1 Mon Sep 17 00:00:00 2001 From: Wojciech Sromek Date: Tue, 26 Nov 2024 09:20:15 +0100 Subject: [PATCH] allow Unicode-3.0 license --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 7aebc14..18cca2a 100644 --- a/deny.toml +++ b/deny.toml @@ -36,6 +36,7 @@ allow = [ "MPL-2.0", # Although this is copyleft, it is scoped to modifying the original files "OpenSSL", "Unicode-DFS-2016", + "Unicode-3.0", "Unlicense", "Zlib", ]