-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathallowed-licenses.json
85 lines (85 loc) · 1.63 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
{
"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": "Bouncy Castle Licence"
},
{
"moduleLicense": "CDDL + GPLv2 with classpath exception"
},
{
"moduleLicense": "BlueOak-1.0.0"
},
{
"moduleLicense": "0BSD"
},
{
"moduleLicense": "BSD Software License, 2-clause version"
}
]
}