-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathallowed-licenses.json
More file actions
49 lines (49 loc) · 1.19 KB
/
allowed-licenses.json
File metadata and controls
49 lines (49 loc) · 1.19 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
{
"allowedLicenses": [
{
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleLicense": "MIT License"
},
{
"moduleLicense": "MIT-0"
},
{
"moduleLicense": "Eclipse Public License - v 2.0"
},
{
"moduleLicense": "PUBLIC DOMAIN"
},
{
"moduleLicense": "Common Public License - v 1.0"
},
{
"moduleLicense": "The 2-Clause BSD License"
},
{
"moduleLicense": "The 3-Clause BSD License"
},
{
"moduleLicense": "Go License"
},
{
"moduleLicense": "International Program License Agreement (IPLA)"
},
{
"moduleLicense": "Oracle Free Use Terms and Conditions (FUTC)"
},
{
"moduleLicense": "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1"
},
{
"moduleLicense": "LGPL-2.1-or-later"
},
{
"moduleLicense": "CDDL + GPLv2 with classpath exception"
},
{
"moduleLicense": "CDDL/GPLv2+CE"
}
]
}