From 973961f1037c34b08de163a1b3f1236516e141c2 Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Fri, 18 Oct 2024 15:26:10 -0400 Subject: [PATCH] chore: accept `BSD-2-Clause` as the license of a dependency --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 9633655..cfe436d 100644 --- a/deny.toml +++ b/deny.toml @@ -90,6 +90,7 @@ ignore = [ # [possible values: any SPDX 3.11 short identifier (+ optional exception)]. allow = [ "Apache-2.0", + "BSD-2-Clause", "BSD-3-Clause", "ISC", "MIT",