From c229b1d01d385ed7faeb471e354ad76de1718846 Mon Sep 17 00:00:00 2001 From: Giuseppe Re Date: Mon, 10 Feb 2025 10:50:30 +0100 Subject: [PATCH] Add some open source licenses (#90) --- deny.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deny.toml b/deny.toml index 16073b3..3ddc156 100644 --- a/deny.toml +++ b/deny.toml @@ -37,6 +37,8 @@ allow = [ "MIT", "Apache-2.0", "Unicode-DFS-2016", + "Zlib", + "Unicode-3.0", ] # The confidence threshold for detecting a license from license text. # The higher the value, the more closely the license text must be to the