From 6690ba4253bd1d1c86a2d30afc006b7e54c2bd29 Mon Sep 17 00:00:00 2001 From: Lucas Jansen <7199136+staticintlucas@users.noreply.github.com> Date: Fri, 11 Aug 2023 00:28:12 +0100 Subject: [PATCH] Update deny.toml --- deny.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deny.toml b/deny.toml index 1241be5..35c500e 100644 --- a/deny.toml +++ b/deny.toml @@ -92,6 +92,8 @@ allow = [ "MIT", "Apache-2.0", "Unicode-DFS-2016", # Used by unicode-ident for data files + "BSD-2-Clause", # Used by arrayref + "BSD-3-Clause", # Used by tiny-skia ] # List of explicitly disallowed licenses # See https://spdx.org/licenses/ for list of possible licenses