-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathallowed-licenses.json
More file actions
64 lines (64 loc) · 2.04 KB
/
allowed-licenses.json
File metadata and controls
64 lines (64 loc) · 2.04 KB
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
60
61
62
63
64
{
"allowedLicenses": [
{"moduleLicense": "MIT License"},
{"moduleLicense": "Bouncy Castle Licence"},
{"moduleLicense": "Apache License, Version 2.0"},
{"moduleLicense": "Apache Software License, Version 1.1"},
{"moduleLicense": "The 2-Clause BSD License"},
{"moduleLicense": "The 3-Clause BSD License"},
{"moduleLicense": "Mozilla Public License, Version 2.0"},
{"moduleLicense": "Eclipse Public License - v 1.0"},
{"moduleLicense": "Creative Commons Legal Code"},
{"moduleLicense": "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0"},
{
"moduleLicense": null, /* MIT License */
"moduleVersion": ".*",
"moduleName": "cafe.cryptography:curve25519-elisabeth"
},
{
"moduleLicense": null, /* Apache-2.0 license */
"moduleVersion": ".*",
"moduleName": "com.github.ben-manes:caffeine"
},
{
"moduleLicense": null, /* Apache-2.0 license */
"moduleVersion": ".*",
"moduleName": "net.jcip:jcip-annotations"
},
{
"moduleLicense": null, /* Apache-2.0 license */
"moduleVersion": ".*",
"moduleName": "org.jetbrains.kotlin:kotlin-bom"
},
{
"moduleLicense": null, /* EPL 2.0 */
"moduleVersion": ".*",
"moduleName": "org.junit:junit-bom"
},
{
"moduleLicense": null, /* BSD 3-clause */
"moduleVersion": ".*",
"moduleName": "org.ow2.asm:asm-bom"
},
{
"moduleLicense": null, /* MIT license */
"moduleVersion": ".*",
"moduleName": "tech.pegasys:jblst"
},
{
"moduleLicense": null, /* Apache-2.0 license */
"moduleVersion": ".*",
"moduleName": "tech.pegasys:jc-kzg-4844"
},
{
"moduleLicense": null, /* MIT license */
"moduleVersion": ".*",
"moduleName": "com.swiftcryptollc:kyberJCE"
},
{
"moduleLicense": null, /* Public Domain / Apache 2.0 */
"moduleVersion": ".*",
"moduleName": "net.thiim.dilithium:dilithium-java"
}
]
}