From 8a957e5d1f1d1253f4103b61143822f9cca8447a Mon Sep 17 00:00:00 2001 From: Alexander Lyon Date: Wed, 22 May 2024 11:56:45 +0200 Subject: [PATCH] add MPL-2.0-no-copyleft-exception to the allow list --- deny.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deny.toml b/deny.toml index c713374d3a796..843310ef05035 100644 --- a/deny.toml +++ b/deny.toml @@ -10,6 +10,11 @@ allow = [ "MIT", "MIT-0", "MPL-2.0", + # this requires that we do not redistribute / relicense the code under + # one of the MPL secondary licences, which we do not do. this does not + # prevent use from licensing the 'larger work' (code that uses this lib) + # under a different license. + "MPL-2.0-no-copyleft-exception", # enum-iterator* "0BSD", # base16, notify