deny: Sync with rpm-ostree

This extends the license set basically and ignores private repos
(which we don't have any yet).
This commit is contained in:
Colin Walters 2022-07-08 09:33:18 -04:00
parent 0d911bf91f
commit d3762be9b3
1 changed files with 3 additions and 1 deletions

View File

@ -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]