From 3c693d2929790ba3b49bf9efe2427555bb1fbbc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 17 Nov 2024 18:15:55 +0100 Subject: [PATCH] Update the allowed licenses --- deny.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deny.toml b/deny.toml index 0321c06..d788e3c 100644 --- a/deny.toml +++ b/deny.toml @@ -90,10 +90,9 @@ ignore = [ # [possible values: any SPDX 3.11 short identifier (+ optional exception)]. allow = [ "Apache-2.0", - "BSD-2-Clause", "BSD-3-Clause", - "CC0-1.0", "MIT", + "Unicode-3.0", "Unicode-DFS-2016", ] # The confidence threshold for detecting a license from license text.