Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Populate share-alike flag #253

Closed
migurski opened this issue Nov 8, 2015 · 0 comments
Closed

Populate share-alike flag #253

migurski opened this issue Nov 8, 2015 · 0 comments

Comments

@migurski
Copy link
Member

migurski commented Nov 8, 2015

Fifth task for openaddresses/openaddresses-ops#7: introduce a new boolean value for share-alike licenses like ODbL, and add a True/False/Null output share-alike field.

Explicit share-alike requirement:

{
    "license": {
        "share-alike": true
    }
}

Missing license:share-alike should be interpreted as True, so this is also equivalent:

{
    "license": { }
}

Completely omitted share-alike information should be interpreted as False, equivalent to:

{
    "license": {
        "share-alike": false
    }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant