-
Notifications
You must be signed in to change notification settings - Fork 4
/
allowed-licenses.json
84 lines (73 loc) · 3.35 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
{
"allowedLicenses": [
{"moduleLicense": "The Apache Software License, Version 2.0"},
{"moduleLicense": "Apache License"},
{"moduleLicense": "Apache 2.0 License"},
{"moduleLicense": "Apache-2.0"},
{"moduleLicense": "Apache 2"},
{"moduleLicense": "Apache 2.0"},
{"moduleLicense": "Apache License Version 2.0"},
{"moduleLicense": "Apache License, Version 2.0"},
{"moduleLicense": "Apache License 2.0"},
{"moduleLicense": "Apache License v2.0"},
{"moduleLicense": "Apache License 2"},
{"moduleLicense": "The Apache License, Version 2.0"},
{"moduleLicense": "Apache License, version 2.0"},
{"moduleLicense": "ASL, version 2"},
{"moduleLicense": "Apache Software License - Version 2.0"},
{"moduleLicense": "Apache License, 2.0"},
{"moduleLicense": "CC0"},
{"moduleLicense": "Public Domain, per Creative Commons CC0"},
{"moduleLicense": "Public Domain"},
{"moduleLicense": "WTFPL"},
{"moduleLicense": "CDDL"},
{"moduleLicense": "CDDL, v1.0"},
{"moduleLicense": "Common Development and Distribution License (CDDL) v1.0"},
{"moduleLicense": "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0"},
{"moduleLicense": "CDDL"},
{"moduleLicense": "Common Development and Distribution License (CDDL), Version 1.1"},
{"moduleLicense": "CDDL + GPLv2 with classpath exception"},
{"moduleLicense": "Dual license consisting of the CDDL v1.1 and GPL v2"},
{"moduleLicense": "CDDL/GPLv2+CE"},
{"moduleLicense": "CDDL v1.1 / GPL v2 dual license"},
{"moduleLicense": "CDDL 1.1"},
{"moduleLicense": "CDDL+GPL License"},
{"moduleLicense": "Common Public License Version 1.0"},
{"moduleLicense": "The BSD License"},
{"moduleLicense": "BSD"},
{"moduleLicense": "BSD License"},
{"moduleLicense": "BSD licence"},
{"moduleLicense": "BSD-2-Clause"},
{"moduleLicense": "BSD style"},
{"moduleLicense": "The New BSD License"},
{"moduleLicense": "BSD 3-Clause License"},
{"moduleLicense": "BSD License 2.0"},
{"moduleLicense": "Revised BSD"},
{"moduleLicense": "Revised BSD License"},
{"moduleLicense": "New BSD License"},
{"moduleLicense": "New BSD license"},
{"moduleLicense": "Modified BSD License"},
{"moduleLicense": "The BSD 3-Clause License"},
{"moduleLicense": "BSD 3-Clause \"New\" or \"Revised\" License (BSD-3-Clause)"},
{"moduleLicense": "BSD 3"},
{"moduleLicense": "BSD 3-clause New License"},
{"moduleLicense": "Eclipse Public License - Version 1.0"},
{"moduleLicense": "Eclipse Public License"},
{"moduleLicense": "Eclipse Public License 1.0"},
{"moduleLicense": "Eclipse Public License v1.0"},
{"moduleLicense": "Eclipse Public License - v 1.0"},
{"moduleLicense": "MIT License"},
{"moduleLicense": "The MIT License"},
{"moduleLicense": "MIT"},
{"moduleLicense": "The MIT License (MIT)"},
{"moduleLicense": "MIT License (MIT)"},
{"moduleLicense": "Bouncy Castle Licence"},
{"moduleLicense": "Mozilla Public License"},
{"moduleLicense": "Mozilla Public License 1.1"},
{"moduleLicense": "Mozilla Public License Version 1.1"},
{"moduleLicense": "Mozilla Public License 1.1 (MPL 1.1)"},
{"moduleLicense": "MPL 1.1"},
{"moduleLicense": "UnRar License"},
{"moduleLicense": "Similar to Apache License but with the acknowledgment clause removed"}
]
}