From 133584c1e6297144c53df3a1bd6aff20496933f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Sat, 7 Sep 2024 11:43:47 +0200 Subject: [PATCH] ci: allow own license 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 919fb92..15bbb02 100644 --- a/deny.toml +++ b/deny.toml @@ -7,4 +7,4 @@ multiple-versions = 'allow' [licenses] private = { ignore = true } -allow = ["MIT", "ISC", "MPL-2.0", "Apache-2.0", "Unicode-DFS-2016", "BSD-3-Clause"] +allow = ["MIT", "ISC", "MPL-2.0", "Apache-2.0", "Unicode-DFS-2016", "BSD-3-Clause", "EUPL-1.2"]