From ea0a207a5fcbaa46ffa91cfe903767659a7560be Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 6 Oct 2023 16:21:24 -0500 Subject: [PATCH] deny.toml: add more license permissions and override for Boost license for xxhash-rust --- deny.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deny.toml b/deny.toml index 53ede7d..a1992ba 100644 --- a/deny.toml +++ b/deny.toml @@ -105,8 +105,11 @@ allow = [ "MIT", "Apache-2.0", "BSD-3-Clause", + "ISC", "CC0-1.0", "Unicode-DFS-2016", + "LGPL-2.0", + "LGPL-3.0", #"Apache-2.0 WITH LLVM-exception", ] # List of explicitly disallowed licenses @@ -142,6 +145,7 @@ exceptions = [ # Each entry is the crate and version constraint, and its specific allow # list #{ allow = ["Zlib"], name = "adler32", version = "*" }, + { allow = ["BSL-1.0"], name = "xxhash-rust", version = "*" }, ] # Some crates don't have (easily) machine readable licensing information,