From d66da262684cd0a5396fb46a6973497c6e3c93d0 Mon Sep 17 00:00:00 2001 From: Tomasz Pietrek Date: Tue, 30 Jul 2024 08:02:19 +0200 Subject: [PATCH] Add BSD-2-Clause to allowed licenses As we allow BSD-3-Clause, there is no point in denying BSD-2-Clause in our dependencies, as it less restrictive. Signed-off-by: Tomasz Pietrek --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 1e0d5c9cf..4e85edbe5 100644 --- a/deny.toml +++ b/deny.toml @@ -3,6 +3,7 @@ allow = [ "MIT", "Apache-2.0", "ISC", + "BSD-2-Clause", "BSD-3-Clause", "OpenSSL", "Unicode-DFS-2016",