licenses
5 rows
This data as json, CSV (advanced)
| hash ▼ | license | license_url | 
|---|---|---|
| 06ea41f2 | Creative Commons Attribution | https://creativecommons.org/licenses/by/3.0/us/ | 
| 139189c6 | CC0 1.0 Universal | https://github.com/unitedstates/congress-legislators/blob/main/LICENSE | 
| 92c02496 | ODbL | http://opendatacommons.org/licenses/odbl/ | 
| 953f8894 | CC Attribution 4.0 License | https://creativecommons.org/licenses/by/4.0/ | 
| d58f2233 | CC0 | https://creativecommons.org/publicdomain/zero/1.0/ | 
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE licenses (
            hash text PRIMARY KEY,
            license text,
            license_url text
        );