home / registry

licenses

5 rows sorted by license_url

✎ View and edit SQL

This data as json, CSV (advanced)

hash license license_url ▼
92c02496 ODbL http://opendatacommons.org/licenses/odbl/
06ea41f2 Creative Commons Attribution https://creativecommons.org/licenses/by/3.0/us/
953f8894 CC Attribution 4.0 License https://creativecommons.org/licenses/by/4.0/
d58f2233 CC0 https://creativecommons.org/publicdomain/zero/1.0/
139189c6 CC0 1.0 Universal https://github.com/unitedstates/congress-legislators/blob/main/LICENSE

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE licenses (
            hash text PRIMARY KEY,
            license text,
            license_url text
        );
Powered by Datasette · Queries took 5.204ms