mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
a83673f1a7
This is used by the unicode crate now and is definitely a compatible FOSS license.
13 lines
288 B
TOML
13 lines
288 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"]
|
|
private = { ignore = true }
|
|
|
|
[bans]
|
|
|
|
[sources]
|
|
unknown-registry = "deny"
|
|
unknown-git = "deny"
|
|
allow-git = []
|