From 0f791d63690ba53eff88d237177654dde4e055e3 Mon Sep 17 00:00:00 2001 From: Mari Date: Wed, 12 Jun 2024 13:03:09 +0200 Subject: [PATCH] add license to deny list --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 8d13c45..46188e5 100644 --- a/deny.toml +++ b/deny.toml @@ -18,6 +18,7 @@ allow = [ "Unlicense", "WTFPL", "Zlib", + "Unicode-3.0", ] confidence-threshold = 0.8 exceptions = []