From 168ebc52f34afbe25ce7a94d960636bd40c29c36 Mon Sep 17 00:00:00 2001 From: Jacek Chmielewski Date: Tue, 27 May 2025 11:55:19 +0200 Subject: [PATCH] Remove AGPL from allowed licenses --- deny.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/deny.toml b/deny.toml index bba107d4..05ea3fa6 100644 --- a/deny.toml +++ b/deny.toml @@ -99,7 +99,6 @@ allow = [ "0BSD", "CC0-1.0", "OpenSSL", - "AGPL-3.0", "CDLA-Permissive-2.0", ] # The confidence threshold for detecting a license from license text. @@ -110,9 +109,7 @@ confidence-threshold = 0.8 # Allow 1 or more licenses on a per-crate basis, so that particular licenses # aren't accepted for every possible crate as with the normal allow list exceptions = [ - # Each entry is the crate and version constraint, and its specific allow - # list - #{ allow = ["Zlib"], crate = "adler32" }, + { allow = ["AGPL-3.0"], crate = "defguard-gateway" }, ] # Some crates don't have (easily) machine readable licensing information,