-
Notifications
You must be signed in to change notification settings - Fork 4
/
deny.toml
59 lines (58 loc) · 1.08 KB
/
deny.toml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[licenses]
copyleft = "allow"
allow-osi-fsf-free = "both"
# This license is used by `unicode-indent` because it makes use of Unicode’s
# data. But it’s just a glorified BSD-2-Clause...
allow = ["Unicode-DFS-2016"]
# Denying common free-but-incompatible-with-the-GPL licenses.
deny = [
"AFL-1.1",
"AFL-1.2",
"AFL-2.0",
"AFL-2.1",
"AFL-3.0",
"AGPL-1.0",
"Apache-1.0",
"Apache-1.1",
"APSL-1.0",
"APSL-1.1",
"APSL-1.2",
"APSL-2.0",
"BSD-4-Clause",
"CDDL-1.0",
"CDDL-1.1",
"CPL-1.0",
"EPL-1.0",
"EPL-2.0",
"EUPL-1.0",
"EUPL-1.1",
"EUPL-1.2",
"IPL-1.0",
"LPPL-1.0",
"LPPL-1.1",
"LPPL-1.2",
"LPPL-1.3a",
"LPPL-1.3c",
"MS-PL",
"MS-RL",
"Nokia",
"OpenSSL",
"OSL-1.0",
"OSL-1.1",
"OSL-2.0",
"OSL-2.1",
"OSL-3.0",
"Python-2.0",
"QPL-1.0",
"SISSL",
"SISSL-1.2",
"Zend-2.0",
"ZPL-1.1",
"ZPL-2.0",
"ZPL-2.1",
]
[[licenses.clarify]]
name = "ring"
version = "*"
expression = "ISC"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]