-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathallowed-licenses.json
153 lines (153 loc) · 3.22 KB
/
allowed-licenses.json
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"allowedLicenses": [
{
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleLicense": "Apache-2.0"
},
{
"moduleLicense": "MIT License"
},
{
"moduleLicense": "MIT-0"
},
{
"moduleLicense": "MPL-2.0"
},
{
"moduleLicense": "Mozilla Public License Version 2.0"
},
{
"moduleLicense": "MIT"
},
{
"moduleLicense": "ISC"
},
{
"moduleLicense": "Python-2.0"
},
{
"moduleLicense": "CC-BY-4.0"
},
{
"moduleLicense": "BSD-2-Clause"
},
{
"moduleLicense": "Eclipse Public License - v 2.0"
},
{
"moduleLicense": "Eclipse Public License - v 1.0"
},
{
"moduleLicense": "The 2-Clause BSD License"
},
{
"moduleLicense": "The 3-Clause BSD License"
},
{
"moduleLicense": "BSD-3-Clause"
},
{
"moduleLicense": "BSD 4-Clause \"Original\" or \"Old\" License"
},
{
"moduleLicense": "The BSD License"
},
{
"moduleLicense": "Creative Commons Legal Code"
},
{
"moduleLicense": "GNU GENERAL PUBLIC LICENSE, Version 2 + Classpath Exception"
},
{
"moduleLicense": "GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1"
},
{
"moduleLicense": "GNU Lesser General Public License"
},
{
"moduleLicense": "GPL-3.0-only"
},
{
"moduleLicense": "Bouncy Castle Licence"
},
{
"moduleLicense": "CDDL + GPLv2 with classpath exception"
},
{
"moduleLicense": "BlueOak-1.0.0"
},
{
"moduleLicense": "0BSD"
},
{
"moduleLicense": null,
"moduleName": "com.fasterxml.jackson:jackson-bom"
},
{
"moduleLicense": null,
"moduleName": "software.amazon.awssdk:bom"
},
{
"moduleLicense": null,
"moduleName": "org.junit:junit-bom"
},
{
"moduleLicense": null,
"moduleName": "org.jetbrains.kotlin:kotlin-bom"
},
{
"moduleLicense": null,
"moduleName": "org.jetbrains.kotlin:kotlin-stdlib-common"
},
{
"moduleLicense": null,
"moduleName": "org.ow2.asm:asm-bom"
},
{
"moduleLicense": null,
"moduleName": "io.sentry:sentry-bom"
},
{
"moduleLicense": null,
"moduleVersion": "3.0.0",
"moduleName": "com.squareup.okio:okio"
},
{
"moduleLicense": "BSD Software License, 2-clause version"
},
{
"moduleLicense": null,
"moduleName": "org.jetbrains.kotlinx:kotlinx-coroutines-core"
},
{
"moduleLicense": null,
"moduleName": "org.jetbrains.kotlinx:kotlinx-coroutines-bom"
},
{
"moduleLicense": null,
"moduleVersion": "3.3.1",
"moduleName": "com.github.ajalt.colormath:colormath"
},
{
"moduleLicense": null,
"moduleVersion": "2.2.0",
"moduleName": "com.github.ajalt.mordant:mordant"
},
{
"moduleLicense": null,
"moduleVersion": "4.2.2",
"moduleName": "com.github.ajalt.clikt:clikt"
},
{
"moduleLicense": null,
"moduleVersion": "0.5.2",
"moduleName": "org.jetbrains:markdown"
},
{
"moduleLicense": null,
"moduleName": "com.squareup.okio:okio"
}
]
}