forked from commercetools/commercetools-sdk-java-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathallowed-licenses.json
More file actions
37 lines (37 loc) · 1.1 KB
/
allowed-licenses.json
File metadata and controls
37 lines (37 loc) · 1.1 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
{
"allowedLicenses": [
{
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleLicense": "MIT License"
},
{
"moduleLicense": "MIT-0"
},
{
"moduleLicense": "CDDL + GPLv2 with classpath exception",
"moduleName": "javax.annotation:javax.annotation-api"
},
{
"moduleLicense": null,
"moduleName": "com.squareup.okio:okio"
},
{
"moduleLicense": "GNU GENERAL PUBLIC LICENSE, Version 2 + Classpath Exception",
"moduleName": "javax.annotation:javax.annotation-api"
},
{
"moduleLicense": "Eclipse Distribution License - v 1.0",
"moduleName": "com.sun.activation:jakarta.activation"
},
{
"moduleLicense": "Eclipse Public License - v 2.0",
"moduleName": "com.sun.activation:jakarta.activation"
},
{
"moduleLicense": "Creative Commons Legal Code",
"moduleName": "org.reactivestreams:reactive-streams"
}
]
}