From b8c5c4961b34fae514629ec6764f4ace7a17b936 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Mon, 14 Oct 2024 20:21:31 +0000 Subject: [PATCH] Update deny.toml for upstream license handling changes --- deny.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/deny.toml b/deny.toml index 762a700..05af539 100644 --- a/deny.toml +++ b/deny.toml @@ -1,7 +1,12 @@ [licenses] -copyleft = "allow" -allow-osi-fsf-free = "both" allow = [ + "MIT", + "Apache-2.0", + "MPL-2.0", + "ISC", + "BSD-3-Clause", + "BSD-2-Clause", + "AGPL-3.0", "OpenSSL", "Unicode-DFS-2016", ]