From ecd10b71e3c98533306f73f16de1307b6d58e5f2 Mon Sep 17 00:00:00 2001 From: tjh Date: Mon, 13 Oct 2025 19:03:11 +0100 Subject: [PATCH] chore: add 'MPL-2.0' to allowed licenses Signed-off-by: tjh --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 4572168..b7ba41e 100644 --- a/deny.toml +++ b/deny.toml @@ -16,6 +16,7 @@ confidence-threshold = 0.9 allow = [ "Apache-2.0", "MIT", + "MPL-2.0", "Unicode-3.0", "Zlib" ] -- 2.51.2