From 2557d586a7e306bf07de8f209db881e0f0891c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Mary=C5=84czak?= Date: Sat, 14 Dec 2024 22:44:32 +0100 Subject: [PATCH] Allow new unicode license --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 8d235dbd6e9..b385ec10350 100644 --- a/deny.toml +++ b/deny.toml @@ -32,5 +32,5 @@ allow = [ # Fedora believes it is a free license: https://fedoraproject.org/wiki/Licensing/Unicode # Google categorizes the license under "notice" which means it can be used (with some exceptions like # notices or advertising clauses): https://opensource.google/documentation/reference/thirdparty/licenses#notice - "Unicode-DFS-2016", + "Unicode-3.0", ]