-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathallowed-licenses.json
More file actions
70 lines (70 loc) · 2.11 KB
/
allowed-licenses.json
File metadata and controls
70 lines (70 loc) · 2.11 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
65
66
67
68
69
70
{
"allowedLicenses": [
{
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleLicense": "MIT License"
},
{
"moduleLicense": "PUBLIC DOMAIN"
},
{
"moduleLicense": "MIT-0"
},
{
"moduleLicense": "CDDL + GPLv2 with classpath exception",
"moduleName": "javax.annotation:javax.annotation-api"
},
{
"moduleLicense": null,
"moduleName": "com.squareup.okio:okio"
},
{
"moduleLicense": null,
"moduleName": "com.squareup.okhttp3:okhttp"
},
{
"moduleLicense": null,
"moduleName": "com.netflix.graphql.dgs:graphql-dgs-platform"
},
{
"moduleLicense": null,
"moduleName": "com.netflix.graphql.dgs:graphql-dgs-platform-dependencies"
},
{
"moduleLicense": "GNU GENERAL PUBLIC LICENSE, Version 2 + Classpath Exception"
},
{
"moduleLicense": "Eclipse Distribution License - v 1.0",
"moduleName": "com.sun.activation:jakarta.activation"
},
{
"moduleLicense": "Eclipse Distribution License - v 1.0"
},
{
"moduleLicense": "Eclipse Public License - v 2.0",
"moduleName": "com.sun.activation:jakarta.activation"
},
{
"moduleLicense": "Creative Commons Legal Code",
"moduleName": "org.reactivestreams:reactive-streams"
},
{
"moduleLicense": null,
"moduleName": "org.jetbrains.kotlin:kotlin-stdlib-common"
},
{
"moduleLicense": "Eclipse Public License - v 2.0",
"moduleName": "com.github.jnr:jnr-posix"
},
{
"moduleLicense": "GNU General Public License Version 2",
"moduleName": "com.github.jnr:jnr-posix"
},
{
"moduleLicense": "GNU LESSER GENERAL PUBLIC LICENSE, Version 3",
"moduleName": "com.github.jnr:jnr-posix"
}
]
}