Initial commit
[ckanext-agls.git] / ckanext / agls / theme / public / 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
[
    {
        "domain_content": true,
        "domain_data": false,
        "domain_software": false,
        "family": "",
        "id": "other-open",
        "is_generic": true,
        "is_okd_compliant": true,
        "is_osi_compliant": false,
        "maintainer": "",
        "status": "active",
        "title": "Other (Open)",
        "url": ""
    },
    {
        "domain_content": true,
        "domain_data": false,
        "domain_software": false,
        "family": "",
        "id": "cc-by",
        "is_okd_compliant": true,
        "is_osi_compliant": false,
        "maintainer": "",
        "status": "active",
        "title": "Creative Commons Attribution 3.0 Australia",
        "url": "http://creativecommons.org/licenses/by/3.0/au/"
    }

]