From b07d3f36494e638c9dfe4ed8a593d02a5161a6d9 Mon Sep 17 00:00:00 2001 From: Christian Meissl Date: Sat, 14 Dec 2024 22:13:12 +0100 Subject: [PATCH] deny: allow Unicode-3.0 licenses --- deny.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deny.toml b/deny.toml index 8d235dbd6e9..c2d7970a02a 100644 --- a/deny.toml +++ b/deny.toml @@ -33,4 +33,6 @@ allow = [ # 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-DFS-2016 has been superseded by Unicode V3 + "Unicode-3.0", ]