-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Expand file tree
/
Copy pathabout.toml
More file actions
31 lines (27 loc) · 748 Bytes
/
Copy pathabout.toml
File metadata and controls
31 lines (27 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# cargo-about 0.8.2 resolves OR expressions in this priority order. The
# generated notice therefore chooses a permissive branch where one exists,
# while cargo-deny's clarifications retain every AND obligation.
accepted = [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-3.0",
"Zlib",
"0BSD",
"BSL-1.0",
"CC0-1.0",
"MIT-0",
]
# Package-scoped reviews. No copyleft license is globally accepted.
[inferno]
accepted = ["CDDL-1.0"]
[terminfo]
accepted = ["WTFPL"]
[tree-sitter-graphql.clarify]
license = "MIT"
[[tree-sitter-graphql.clarify.files]]
path = "LICENSE"
checksum = "5ea7d9ec06cb21ca0a800b69cd954e346bafba94620eb115c4b1fead3f3b30f8"