-
Notifications
You must be signed in to change notification settings - Fork 499
Expand file tree
/
Copy pathdeny.toml
More file actions
45 lines (42 loc) · 1004 Bytes
/
deny.toml
File metadata and controls
45 lines (42 loc) · 1004 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[licenses]
allow = [
"0BSD",
"Apache-2.0 WITH LLVM-exception",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"BSL-1.0",
"bzip2-1.0.6",
"CDLA-Permissive-2.0",
# used by uv-auth and required by tiny-keccak
# more info: https://github.com/debris/tiny-keccak/issues/54#issuecomment-1953641335
"CC0-1.0",
"ISC",
"MIT",
"MPL-2.0",
"Unicode-3.0",
"Zlib",
]
confidence-threshold = 0.8
private = { ignore = true }
[[licenses.clarify]]
crate = "uv-auth"
expression = "MIT OR Apache-2.0"
license-files = [
{ path = "../../LICENSE-APACHE", hash = 0x0 },
{ path = "../../LICENSE-MIT", hash = 0x0 },
]
[[licenses.clarify]]
crate = "uv-client"
expression = "MIT OR Apache-2.0"
license-files = [
{ path = "../../LICENSE-APACHE", hash = 0x0 },
{ path = "../../LICENSE-MIT", hash = 0x0 },
]
[[licenses.clarify]]
crate = "uv-shell"
expression = "MIT OR Apache-2.0"
license-files = [
{ path = "../../LICENSE-APACHE", hash = 0x0 },
{ path = "../../LICENSE-MIT", hash = 0x0 },
]