forked from apereo/cas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathallowed-licenses.json
107 lines (107 loc) · 2.08 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
{
"allowedLicenses": [
{
"moduleLicense": "EDL 1.0"
},
{
"moduleLicense": "Apache License Version 2.0"
},
{
"moduleLicense": "Apache 2.0 License"
},
{
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleLicense": "Public Domain"
},
{
"moduleLicense": "Apache 2"
},
{
"moduleLicense": "MPL 1.1"
},
{
"moduleLicense": "MIT License"
},
{
"moduleLicense": "MIT"
},
{
"moduleLicense": "ASL 2.0"
},
{
"moduleLicense": "BSD New"
},
{
"moduleLicense": "BSD New License"
},
{
"moduleLicense": "The MIT License (MIT)"
},
{
"moduleLicense": "The MIT License"
},
{
"moduleLicense": "Apache 2.0"
},
{
"moduleLicense": "Eclipse Distribution License (EDL), Version 1.0"
},
{
"moduleLicense": "Apache License 2.0"
},
{
"moduleLicense": "BSD 2-Clause License"
},
{
"moduleLicense": "The New BSD License"
},
{
"moduleLicense": "The Apache Software License, Version 2.0"
},
{
"moduleLicense": "The Apache License, Version 2.0"
},
{
"moduleLicense": "Apache Software License, Version 1.1"
},
{
"moduleLicense": "Apache Software License - Version 2.0"
},
{
"moduleLicense": "Apache Software License 1.1"
},
{
"moduleLicense": "Eclipse Distribution License 1.0"
},
{
"moduleLicense": "Eclipse Public License - v 1.0"
},
{
"moduleLicense": "Eclipse Public License v1.0"
},
{
"moduleLicense": null,
"moduleName": ".*"
},
{
"moduleLicense": "Eclipse Public License v. 2.0"
},
{
"moduleLicense": "Creative Commons CC0"
},
{
"moduleLicense": "Common Public License - v 1.0"
},
{
"moduleLicense": "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0"
},
{
"moduleLicense": "CDDL + GPLv2 with classpath exception"
},
{
"moduleLicense": "CDDL 1.1"
}
]
}