forked from apollographql/router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.toml
54 lines (48 loc) · 1.42 KB
/
about.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
accepted = [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"CC0-1.0",
"ISC",
"LicenseRef-ELv2",
"LicenseRef-ring",
"MIT",
"MPL-2.0",
"Unicode-DFS-2016"
]
# Ignore non plublished crates, such as xtask for example
private = { ignore = true }
# Ignore dependencies used in tests only, test-log for example
ignore-dev-dependencies = true
# apollographql licenses
[xtask.clarify]
license = "LicenseRef-ELv2"
[[xtask.clarify.files]]
path = 'LICENSE'
license = 'LicenseRef-ELv2'
checksum = '6330b076d84694d0e8905c12d7a506e4ed8e5f4a7b0ddf41a3137483ff80be50'
[apollo-router.clarify]
license = "LicenseRef-ELv2"
[[apollo-router.clarify.files]]
path = 'LICENSE'
license = 'LicenseRef-ELv2'
checksum = '6330b076d84694d0e8905c12d7a506e4ed8e5f4a7b0ddf41a3137483ff80be50'
[router-bridge.clarify]
license = "LicenseRef-ELv2"
[[router-bridge.clarify.files]]
path = 'LICENSE'
license = 'LicenseRef-ELv2'
checksum = 'f527cb71b36ad7d828d0d1198ee0ab60db4170521a405661c0893f31b9962a6c'
[ring.clarify]
license = "LicenseRef-ring"
[[ring.clarify.files]]
path = "LICENSE"
license = "LicenseRef-ring"
checksum = '76b39f9b371688eac9d8323f96ee80b3aef5ecbc2217f25377bd4e4a615296a9'
[apollo-spaceport.clarify]
license = "LicenseRef-ELv2"
[[apollo-spaceport.clarify.files]]
path = 'LICENSE'
license = 'LicenseRef-ELv2'
checksum = '6330b076d84694d0e8905c12d7a506e4ed8e5f4a7b0ddf41a3137483ff80be50'