-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle-allowed-licenses.json
More file actions
90 lines (72 loc) · 3.2 KB
/
gradle-allowed-licenses.json
File metadata and controls
90 lines (72 loc) · 3.2 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
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
{
"allowedLicenses": [
{ "moduleLicense": "Apache License, Version 2.0" },
{ "moduleLicense": "The Apache License, Version 2.0" },
{ "moduleLicense": "Apache Software License, Version 2.0" },
{ "moduleLicense": "The Apache Software License, Version 2.0" },
{ "moduleLicense": "Apache License 2.0" },
{ "moduleLicense": "Apache License Version 2" },
{ "moduleLicense": "Apache License, version 2.0" },
{ "moduleLicense": "Apache-2.0" },
{ "moduleLicense": "Apache 2" },
{ "moduleLicense": "Apache License, Version 1.1" },
{ "moduleLicense": "Apache Software License, Version 1.1" },
{ "moduleLicense": "Apache-1.1" },
{ "moduleLicense": "MIT License" },
{ "moduleLicense": "The MIT License" },
{ "moduleLicense": "MIT" },
{ "moduleLicense": "MIT-0" },
{ "moduleLicense": "BSD 2-Clause License" },
{ "moduleLicense": "BSD-2-Clause" },
{ "moduleLicense": "BSD 3-Clause License" },
{ "moduleLicense": "BSD-3-Clause" },
{ "moduleLicense": "New BSD License" },
{ "moduleLicense": "Revised BSD License" },
{ "moduleLicense": "The BSD License" },
{ "moduleLicense": "0BSD" },
{ "moduleLicense": "ISC License" },
{ "moduleLicense": "ISC" },
{ "moduleLicense": "PostgreSQL License" },
{ "moduleLicense": "Eclipse Distribution License - v 1.0" },
{ "moduleLicense": "Eclipse Distribution License" },
{ "moduleLicense": "EDL 1.0" },
{ "moduleLicense": "Eclipse Public License v1.0" },
{ "moduleLicense": "Eclipse Public License - v 1.0" },
{ "moduleLicense": "Eclipse Public License 1.0" },
{ "moduleLicense": "EPL-1.0" },
{ "moduleLicense": "Eclipse Public License v2.0" },
{ "moduleLicense": "Eclipse Public License v. 2.0" },
{ "moduleLicense": "Eclipse Public License - v 2.0" },
{ "moduleLicense": "Eclipse Public License 2.0" },
{ "moduleLicense": "EPL-2.0" },
{ "moduleLicense": "EPL 2.0" },
{ "moduleLicense": "Mozilla Public License, Version 2.0" },
{ "moduleLicense": "MPL-2.0" },
{ "moduleLicense": "MPL 2.0" },
{ "moduleLicense": "MPL 2.0 or EPL 1.0" },
{ "moduleLicense": "Common Development and Distribution License" },
{ "moduleLicense": "CDDL-1.0" },
{ "moduleLicense": "CDDL-1.1" },
{ "moduleLicense": "CDDL 1.0" },
{ "moduleLicense": "CDDL 1.1" },
{ "moduleLicense": "CDDL" },
{ "moduleLicense": "Bouncy Castle Licence" },
{ "moduleLicense": "CC0" },
{ "moduleLicense": "CC0-1.0" },
{ "moduleLicense": "Public Domain, per Creative Commons CC0" },
{ "moduleLicense": "Public Domain" },
{ "moduleLicense": "Unlicense" },
{ "moduleLicense": "The Unlicense" },
{ "moduleLicense": "zlib" },
{ "moduleLicense": "Zlib" },
{ "moduleLicense": "Boost Software License" },
{ "moduleLicense": "BSL-1.0" },
{ "moduleLicense": "W3C Software Notice and License" },
{ "moduleLicense": "W3C" },
{ "moduleLicense": "Unicode" },
{ "moduleLicense": "GPL2 w/ CPE" },
{ "moduleLicense": "GNU General Public License, version 2 with the GNU Classpath Exception" },
{ "moduleLicense": "GNU General Public License, version 2, with the Classpath Exception" },
{ "moduleLicense": "Classpath-exception" }
]
}