mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-21 13:34:34 +03:00
eb9aab652a
This is under e.g. https://docs.fedoraproject.org/en-US/legal/allowed-licenses/ and is now used by the unicode-ident crate.
13 lines
303 B
TOML
13 lines
303 B
TOML
[licenses]
|
|
unlicensed = "deny"
|
|
copyleft = "allow"
|
|
allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause", "Unlicense", "Unicode-DFS-2016", "Unicode-3.0"]
|
|
private = { ignore = true }
|
|
|
|
[bans]
|
|
|
|
[sources]
|
|
unknown-registry = "deny"
|
|
unknown-git = "deny"
|
|
allow-git = []
|