From 1cd5f75c3c1a5e75773d29e03c4ea23ec8159ae3 Mon Sep 17 00:00:00 2001 From: Jacek Chmielewski Date: Tue, 27 May 2025 09:14:55 +0200 Subject: [PATCH] Add allowed licenses to deny.toml --- deny.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deny.toml b/deny.toml index 9305cfe7..bba107d4 100644 --- a/deny.toml +++ b/deny.toml @@ -88,13 +88,19 @@ ignore = [ allow = [ "MIT", "Apache-2.0", + "Apache-2.0 WITH LLVM-exception", + "MPL-2.0", "BSD-3-Clause", "Unicode-3.0", + "Unicode-DFS-2016", # unicode-ident "Zlib", "ISC", "BSL-1.0", "0BSD", + "CC0-1.0", + "OpenSSL", "AGPL-3.0", + "CDLA-Permissive-2.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