-
Notifications
You must be signed in to change notification settings - Fork 1
/
allowed-licenses.json
91 lines (91 loc) · 1.74 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
{
"allowedLicenses": [
{
"moduleLicense": "Academic Free License"
},
{
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleLicense": "Apache License 2.0"
},
{
"moduleLicense": "Apache 2.0"
},
{
"moduleLicense": "The Apache License, Version 2.0"
},
{
"moduleLicense": "The Apache Software License, Version 2.0"
},
{
"moduleLicense": "Bouncy Castle License"
},
{
"moduleLicense": "BSD License"
},
{
"moduleLicense": "BSD-2-Clause"
},
{
"moduleLicense": "BSD New"
},
{
"moduleLicense": "3-Clause BSD License"
},
{
"moduleLicense": "Common Development and Distribution License"
},
{
"moduleLicense": "CC0"
},
{
"moduleLicense": "Creative Commons Attribution 4.0 International"
},
{
"moduleLicense": "Eclipse Public License - v 1.0"
},
{
"moduleLicense": "MPL 2.0 or EPL 1.0"
},
{
"moduleLicense": "EPL 2.0"
},
{
"moduleLicense": "Eclipse Public License v. 2.0"
},
{
"moduleLicense": "GNU Lesser General Public License"
},
{
"moduleLicense": "GNU General Public License, version 2 with the GNU Classpath Exception"
},
{
"moduleLicense": "GPL2 w"
},
{
"moduleLicense": "ISC License"
},
{
"moduleLicense": "The PostgreSQL License"
},
{
"moduleLicense": "MIT"
},
{
"moduleLicense": "MIT License"
},
{
"moduleLicense": "The MIT License"
},
{
"moduleLicense": "The JSON License"
},
{
"moduleLicense": "provided without support or warranty"
},
{
"moduleLicense": null
}
]
}