From 9e4f57f19163fcb8c3e8f8f5b0d42aeb076579be Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 18 Oct 2022 17:46:08 +0300 Subject: [PATCH] deny.toml: allow the Subplot license We will be using Subplot (https://subplot.tech/) for integration tests. Allow its licence. Sponsored-by: NLnet Foundation; NGI Assure --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 11cc0fe..3e7ccc7 100644 --- a/deny.toml +++ b/deny.toml @@ -16,6 +16,7 @@ ignore = [ unlicensed = "deny" allow = [ "MIT", + "MIT-0", "Apache-2.0", "BSD-3-Clause", "BSD-2-Clause",