summaryrefslogtreecommitdiff
path: root/deny.toml
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2022-07-08 09:33:18 -0400
committerColin Walters <walters@verbum.org>2022-07-08 09:33:18 -0400
commitd3762be9b3c83853f2f8be827b7cced9a85c5af6 (patch)
tree1905aa58a7bdc40133d4d51dd4a29608e1fffed1 /deny.toml
parent0d911bf91f84363f0f4fd88eefc9244f6910014d (diff)
downloadostree-d3762be9b3c83853f2f8be827b7cced9a85c5af6.tar.gz
deny: Sync with rpm-ostree
This extends the license set basically and ignores private repos (which we don't have any yet).
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml4
1 files changed, 3 insertions, 1 deletions
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]