From: Colin Walters Date: Fri, 8 Jul 2022 13:33:18 +0000 (-0400) Subject: deny: Sync with rpm-ostree X-Git-Tag: archive/raspbian/2022.5-1+rpi1^2~9^2^2~8^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d3762be9b3c83853f2f8be827b7cced9a85c5af6;p=ostree.git deny: Sync with rpm-ostree This extends the license set basically and ignores private repos (which we don't have any yet). --- diff --git a/deny.toml b/deny.toml index 75b6ac9b..e810c910 100644 --- a/deny.toml +++ b/deny.toml @@ -1,6 +1,8 @@ [licenses] unlicensed = "deny" -allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause"] +copyleft = "allow" +allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause", "Unlicense", "CC0-1.0"] +private = { ignore = true } [bans]