-
Notifications
You must be signed in to change notification settings - Fork 1
/
licenses.json
58 lines (58 loc) · 1.43 KB
/
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
{
"cc-by": {
"name": "Creative Commons Attribution",
"url": "http://www.opendefinition.org/licenses/cc-by"
},
"cc-by-sa": {
"name": "Creative Commons Attribution Share-Alike",
"url": "http://www.opendefinition.org/licenses/cc-by-sa"
},
"cc-nc": {
"name": "cc-nc",
"url": null
},
"cc-zero": {
"name": "Creative Commons CCZero",
"url": "http://www.opendefinition.org/licenses/cc-zero"
},
"gfdl": {
"name": "GNU Free Documentation License",
"url": "http://www.opendefinition.org/licenses/gfdl"
},
"notspecified": {
"name": "notspecified",
"url": null
},
"odc-by": {
"name": "Open Data Commons Attribution Licence",
"url": "http://www.opendefinition.org/licenses/odc-by"
},
"odc-odbl": {
"name": "Open Data Commons Open Database Licence (ODbL)",
"url": "http://www.opendefinition.org/licenses/odc-odbl"
},
"odc-pddl": {
"name": "Open Data Commons Public Domain Dedication and Licence (PDDL)",
"url": "http://www.opendefinition.org/licenses/odc-pddl"
},
"other-at": {
"name": "Other (Attribution)",
"url": null
},
"other-nc": {
"name": "other-nc",
"url": null
},
"other-open": {
"name": "Other (Open)",
"url": null
},
"other-pd": {
"name": "Other (Public Domain)",
"url": null
},
"uk-ogl": {
"name": "UK Open Government Licence (OGL)",
"url": "http://reference.data.gov.uk/id/open-government-licence"
}
}