forked from RevRocky/pack-it-in
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofiles.json
119 lines (114 loc) · 2.59 KB
/
profiles.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
108
109
110
111
112
113
114
115
116
117
118
119
{
"Most Permissive": {
"includes": [],
"whiteList": [
"",
"AFL-3.0",
"AFL 3",
"AFL-3",
"AFL 3.0",
"AFL3",
"Academic Free License",
"Apache2",
"Apache 2.0",
"Apache-2.0",
"Artistic-2.0",
"Artistic 2",
"Artistic2.0",
"Artistic 2.0",
"0BSD",
"BSD",
"BSD-2-Clause",
"BSD-3-Clause",
"BSD-3-Clause-Clear",
"BSD-like",
"Boost",
"BSL-1.0",
"CC-BY-4.0",
"CC-BY-3.0",
"CC0",
"CC0-1.0",
"ECL-2.0",
"ECL",
"ISC",
"MIT",
"MS-PL",
"NSCA",
"OFL-1.1",
"Unlicense",
"Public Domain",
"UPL-1.0",
"UPL",
"WTFPL",
"X11",
"ZLib"
]
},
"LGPL-Friendly": [
],
"GPL-Friendly": {
"includes": [],
"whiteList": [
"GPL-3.0",
"GPL-3.0-or-later",
"GPL-3.0-only",
"GPL-2.0",
"GPL-2.0-or-later",
"GPL-2.0-only",
"LGPL-3.0",
"LGPL-3.0-or-later",
"LGPL-3.0-only",
"LGPL-2.1",
"LGPL-2.1-or-later",
"LGPL-2.1-only",
"AGPL-3.0",
"AGPL-3.0-or-later",
"AGPL-3.0-only",
"Apache2",
"Apache 2.0",
"Apache-2.0",
"Artistic-2.0",
"Artistic 2",
"Artistic2.0",
"Artistic 2.0",
"Clarified Artistic",
"BDL",
"BerkleyDB",
"Berkley Database License",
"BSL-1.0",
"BSD-3-Clause",
"CC0",
"CC0-1.0",
"CeCILL-2.0",
"CeCill",
"BSD-3-Clause-Clear",
"Cryptix",
"eCos-2.0",
"ECL-2.0",
"ECL",
"EFL-2.0",
"Eiffel-2.0",
"MIT",
"Free-BSD",
"Freetype",
"JPEG",
"Intel ACPI",
"ACPI",
"ISC",
"MPL-2.0",
"NCSA",
"OpenLDAP-2.7",
"Public Domain",
"Python",
"UPL",
"Unlicense",
"W3C",
"WTFPL",
"X11",
"XFree86-1.1",
"ZLib",
"Zope-2.0",
"Zope-2.1"
]
}
}