-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlicenseinfo.json
392 lines (377 loc) · 13.7 KB
/
licenseinfo.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
[
{
"name" : "agpl-3.0",
"title" : "GNU Affero General Public License v3.0",
"category" : "GPL",
"source" : "http://www.gnu.org/licenses/agpl-3.0.txt",
"description" : "The GPL family of licenses is the most widely used free software license and has a strong copyleft requirement. When distributing derived works, the source code of the work must be made available under the same license. The AGPL family of licenses is distinguished from GPLv2 and GPLv3 in that hosted services using the code are considered distribution and trigger the copyleft requirements.",
"tags" : {
"required" : [
"include-copyright",
"document-changes",
"disclose-source",
"network-use-disclose"
],
"permitted" : [
"commercial-use",
"modifications",
"distribution",
"patent-grant",
"private-use"
],
"forbidden" : [
"no-liability",
"no-sublicense"
]
}
},
{
"name" : "apache-2.0",
"title" : "Apache License 2.0",
"category" : "Apache",
"source" : "http://www.apache.org/licenses/LICENSE-2.0.html",
"description" : "A permissive license that also provides an express grant of patent rights from contributors to users.",
"tags" : {
"required" : [
"include-copyright",
"document-changes"
],
"permitted" : [
"commercial-use",
"modifications",
"distribution",
"sublicense",
"patent-grant",
"private-use"
],
"forbidden" : [
"trademark-use",
"no-liability"
]
}
},
{
"name" : "artistic-2.0",
"title" : "Artistic License 2.0",
"category" : "Artistic",
"source" : "http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt",
"description" : "Heavily favored by the Perl community, the Artistic license requires that modified versions of the software do not prevent users from running the standard version.",
"tags" : {
"required" : [
"include-copyright",
"document-changes"
],
"permitted" : [
"commercial-use",
"modifications",
"distribution",
"sublicense",
"private-use"
],
"forbidden" : [
"trademark-use",
"no-liability"
]
}
},
{
"name" : "bsd-2-clause",
"title" : "BSD 2-clause Simplified License",
"category" : "BSD",
"source" : "http://opensource.org/licenses/BSD-2-Clause",
"description" : "A permissive license that comes in two variants, the BSD 2-Clause and BSD 3-Clause. Both have very minute differences to the MIT license.",
"tags" : {
"required" : [
"include-copyright"
],
"permitted" : [
"commercial-use",
"modifications",
"distribution",
"sublicense",
"private-use"
],
"forbidden" : [
"no-liability"
]
}
},
{
"name" : "bsd-3-clause",
"title" : "BBSD 3-clause New or Revised License",
"category" : "BSD",
"source" : "http://opensource.org/licenses/BSD-3-Clause",
"description" : "A permissive license that comes in two variants, the BSD 2-Clause and BSD 3-Clause. Both have very minute differences to the MIT license.",
"tags" : {
"required" : [
"include-copyright"
],
"permitted" : [
"commercial-use",
"modifications",
"distribution",
"sublicense",
"private-use"
],
"forbidden" : [
"no-liability",
"trademark-use"
]
}
},
{
"name" : "cc0-1.0",
"title" : "Creative Commons Zero v1.0 Universal",
"category" : "Public Domain Dedication",
"source" : "http://creativecommons.org/publicdomain/zero/1.0/",
"description" : "The Creative Commons CC0 Public Domain Dedication waives copyright interest in any a work you've created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense.",
"tags" : {
"required" : [
],
"permitted" : [
"commercial-use",
"modifications",
"distribution",
"private-use"
],
"forbidden" : [
"no-liability"
]
}
},
{
"name" : "epl-1.0",
"title" : "Eclipse Public License 1.0",
"category" : "Eclipse",
"source" : "http://www.eclipse.org/legal/epl-v10.html",
"description" : "This commercially-friendly copyleft license provides the ability to commercially license binaries; a modern royalty-free patent license grant; and the ability for linked works to use other licenses, including commercial ones.",
"tags" : {
"required" : [
"disclose-source",
"include-copyright"
],
"permitted" : [
"commercial-use",
"modifications",
"distribution",
"private-use",
"sublicense",
"patent-grant"
],
"forbidden" : [
"no-liability"
]
}
},
{
"name" : "gpl-2.0",
"title" : "GNU General Public License v2.0",
"category" : "GPL",
"source" : "http://www.gnu.org/licenses/gpl-2.0.txt",
"description" : "GPL is the most widely used free software license and has a strong copyleft requirement. When distributing derived works, the source code of the work must be made available under the same license. There are multiple variants of the GPL, each with different requirements.",
"tags" : {
"required" : [
"disclose-source",
"document-changes",
"include-copyright"
],
"permitted" : [
"commercial-use",
"modifications",
"distribution",
"private-use",
"patent-grant"
],
"forbidden" : [
"no-liability",
"no-sublicense"
]
}
},
{
"name" : "gpl-3.0",
"title" : "GNU General Public License v3.0",
"category" : "GPL",
"source" : "http://www.gnu.org/licenses/gpl-3.0.txt",
"description" : "GPL is the most widely used free software license and has a strong copyleft requirement. When distributing derived works, the source code of the work must be made available under the same license. There are multiple variants of the GPL, each with different requirements.",
"tags" : {
"required" : [
"disclose-source",
"document-changes",
"include-copyright"
],
"permitted" : [
"commercial-use",
"modifications",
"distribution",
"private-use",
"patent-grant"
],
"forbidden" : [
"no-liability",
"no-sublicense"
]
}
},
{
"name" : "isc",
"title" : "ISC License",
"category" : "BSD",
"source" : "http://opensource.org/licenses/isc-license",
"description" : "A permissive license lets people do anything with your code with proper attribution and without warranty. The ISC license is functionally equivalent to the BSD 2-Clause and MIT licenses, removing some language that is no longer necessary.",
"tags" : {
"required" : [
"include-copyright"
],
"permitted" : [
"commercial-use",
"distribution",
"modifications",
"private-use",
"sublicense"
],
"forbidden" : [
"no-liability"
]
}
},
{
"name" : "lgpl-2.1",
"title" : "GNU Lesser General Public License v2.1",
"category" : "LGPL",
"source" : "http://www.gnu.org/licenses/lgpl-2.1.txt",
"description" : "Primarily used for software libraries, LGPL requires that derived works be licensed under the same license, but works that only link to it do not fall under this restriction. There are two commonly used versions of the LGPL.",
"tags" : {
"required" : [
"include-copyright",
"library-usage",
"disclose-source"
],
"permitted" : [
"commercial-use",
"modifications",
"distribution",
"sublicense",
"patent-grant",
"private-use"
],
"forbidden" : [
"no-liability"
]
}
},
{
"name" : "lgpl-3.0",
"title" : "GNU Lesser General Public License v3.0",
"category" : "LGPL",
"source" : "http://www.gnu.org/licenses/lgpl-3.0.txt",
"description" : "Version 3 of the LGPL is an additional set of permissions to the GPL v3 license that requires that derived works be licensed under the same license, but works that only link to it do not fall under this restriction.",
"tags" : {
"required" : [
"include-copyright",
"library-usage",
"disclose-source"
],
"permitted" : [
"commercial-use",
"modifications",
"distribution",
"sublicense",
"patent-grant",
"private-use"
],
"forbidden" : [
"no-liability"
]
}
},
{
"name" : "mit",
"title" : "MIT License",
"category" : "MIT",
"source" : "http://opensource.org/licenses/MIT",
"description" : "A permissive license that is short and to the point. It lets people do anything with your code with proper attribution and without warranty.",
"tags" : {
"required" : [
"include-copyright"
],
"permitted" : [
"commercial-use",
"modifications",
"distribution",
"sublicense",
"private-use"
],
"forbidden" : [
"no-liability"
]
}
},
{
"name" : "mpl-2.0",
"title" : "Mozilla Public License 2.0",
"category" : "Mozilla",
"source" : "http://www.mozilla.org/MPL/2.0/",
"description" : "The Mozilla Public License (MPL 2.0) is maintained by the Mozilla foundation. This license attempts to be a compromise between the permissive BSD license and the reciprocal GPL license.",
"tags" : {
"required" : [
"disclose-source",
"include-copyright"
],
"permitted" : [
"commercial-use",
"modifications",
"distribution",
"sublicense",
"patent-grant",
"private-use"
],
"forbidden" : [
"no-liability",
"trademark-use"
]
}
},
{
"name" : "no-license",
"title" : "No License",
"category" : "No License",
"source" : "",
"description" : "You retain all rights and do not permit distribution, reproduction, or derivative works. You may grant some rights in cases where you publish your source code to a site that requires accepting terms of service. For example, publishing code in a public repository on GitHub requires that you allow others to view and fork your code.",
"tags" : {
"required" : [
"include-copyright"
],
"permitted" : [
"commercial-use",
"private-use"
],
"forbidden" : [
"modifications",
"distribution",
"sublicense"
]
}
},
{
"name" : "unlicense",
"title" : "The Unlicense",
"category" : "Public Domain Dedication",
"source" : "http://unlicense.org/UNLICENSE",
"description" : "Because copyright is automatic in most countries, the Unlicense is a template to waive copyright interest in software you've written and dedicate it to the public domain. Use the Unlicense to opt out of copyright entirely. It also includes the no-warranty statement from the MIT/X11 license.",
"tags" : {
"required" : [
],
"permitted" : [
"private-use",
"commercial-use",
"modifications",
"distribution",
"sublicense"
],
"forbidden" : [
"no-liability"
]
}
}
]