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