-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlicenselist.json
66 lines (66 loc) · 1.39 KB
/
licenselist.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
[
{
"short" : "agpl-3.0",
"long" : "GNU Affero General Public License v3.0"
},
{
"short" : "apache-2.0",
"long" : "Apache License 2.0"
},
{
"short" : "artistic-2.0",
"long" : "Artistic License 2.0"
},
{
"short" : "bsd-2-clause",
"long" : "BSD 2-clause Simplified License"
},
{
"short" : "bsd-3-clause",
"long" : "BSD 3-clause New or Revised License"
},
{
"short" : "cc0-1.0",
"long" : "Creative Commons Zero v1.0 Universal"
},
{
"short" : "epl-1.0",
"long" : "Eclipse Public License 1.0"
},
{
"short" : "gpl-2.0",
"long" : "GNU General Public License v2.0"
},
{
"short" : "gpl-3.0",
"long" : "GNU General Public License v3.0"
},
{
"short" : "isc",
"long" : "ISC License"
},
{
"short" : "lgpl-2.1",
"long" : "GNU Lesser General Public License v2.1"
},
{
"short" : "lgpl-3.0",
"long" : "GNU Lesser General Public License v3.0"
},
{
"short" : "mit",
"long" : "MIT License"
},
{
"short" : "mpl-2.0",
"long" : "Mozilla Public License 2.0"
},
{
"short" : "no-license",
"long" : "No License"
},
{
"short" : "unlicense",
"long" : "The Unlicense"
}
]