From 86938a9ec7be45b8a6b541b6b2db05db96daa2a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 5 Sep 2024 19:06:54 +0200 Subject: [PATCH] ci: fix license allowance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 98ceb4d..919fb92 100644 --- a/deny.toml +++ b/deny.toml @@ -7,4 +7,4 @@ multiple-versions = 'allow' [licenses] private = { ignore = true } -allow = ["MIT"] +allow = ["MIT", "ISC", "MPL-2.0", "Apache-2.0", "Unicode-DFS-2016", "BSD-3-Clause"]