From fc61e6c9a8014ac36cfa7cd710badd6dd4bb7222 Mon Sep 17 00:00:00 2001 From: Fabien Richard-Allouard Date: Tue, 14 Apr 2026 09:02:20 +0200 Subject: [PATCH 1/2] Moves the content of the data-licenses.md file into the README.md file --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 0d773d98..e541eaad 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,20 @@ Caution should be taken to avoid making changes to the spec that would render ex * **Speculative features are discouraged.** Each new addition to the spec adds complexity. We want to avoid additions to the spec that do not provide additional value to the shared mobility end user. +## Common Data Licenses +Below is a table of common licenses under which datasets can be made available. A permissive license will likely permit more apps and developers to ingest GBFS data. No recommendation for any particular license is offered here. + +Definitions of terms: +- Requires attribution: Data users must give credit (attribution) to the data publisher and provide a link to the license. +- Share-alike (viral): Derivative works (remixed, transformed, or built upon the material) must be distributed under the same license as the original. + +| *[SPDX License Identifier](https://spdx.org/licenses/)* | *Full name* | *Human-readable license summary* | *License text* | *Requires attribution* | *Share-alike (viral)* | +|-------------------|-----------------------------------------------------|--------------------------------------------------------------|-------------------------------------------------------------|----------------------|---------------------| +| CC0-1.0 | Creative Commons Universal Public Domain Dedication 1.0 | [Summary @ creativecommons.org](https://creativecommons.org/publicdomain/zero/1.0/) | [Text @ creativecommons.org](https://creativecommons.org/publicdomain/zero/1.0/legalcode) | No | No | +| CC-BY-4.0 | Creative Commons Attribution 4.0 International | [Summary @ creativecommons.org](https://creativecommons.org/licenses/by/4.0/) | [Text @ creativecommons.org](https://creativecommons.org/licenses/by/4.0/legalcode) | Yes | No | +| CDLA-Permissive-1.0 | Community Data License Agreement Permissive 1.0 | [Summary @ cdla.io](https://cdla.io/) | [Text @ cdla.io](https://cdla.io/permissive-1-0/) | Yes | No | +| ODC-By-1.0 | Open Data Commons Attribution License 1.0 | [Summary @ opendatacommons.org](https://opendatacommons.org/licenses/by/summary/index.html) | [Text @ opendatacommons.org](https://www.opendatacommons.org/licenses/by/1.0/) | Yes | No | + ## Systems Catalog - Systems Implementing GBFS There are hundreds of shared mobility systems publishing GBFS worldwide. This list contains all known systems publishing GBFS feeds and is maintained by the GBFS community. This is an incomplete list. If you have or are aware of a system that doesn’t appear on the list please add it. From 3aa90c4bb9655e84201134ca5d36d39fbeb8ed35 Mon Sep 17 00:00:00 2001 From: Fabien Richard-Allouard Date: Tue, 14 Apr 2026 09:02:36 +0200 Subject: [PATCH 2/2] Removes the data-licenses.md file --- data-licenses.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 data-licenses.md diff --git a/data-licenses.md b/data-licenses.md deleted file mode 100644 index fb11fe00..00000000 --- a/data-licenses.md +++ /dev/null @@ -1,14 +0,0 @@ -### Common Data Licenses - -Below is a table of common licenses under which datasets can be made available. A permissive license will likely permit more apps and developers to ingest GBFS data. No recommendation for any particular license is offered here. - -Definitions of terms: -- Requires attribution: Data users must give credit (attribution) to the data publisher and provide a link to the license. -- Share-alike (viral): Derivative works (remixed, transformed, or built upon the material) must be distributed under the same license as the original. - -| *[SPDX License Identifier](https://spdx.org/licenses/)* | *Full name* | *Human-readable license summary* | *License text* | *Requires attribution* | *Share-alike (viral)* | -|-------------------|-----------------------------------------------------|--------------------------------------------------------------|-------------------------------------------------------------|----------------------|---------------------| -| CC0-1.0 | Creative Commons Universal Public Domain Dedication 1.0 | [Summary @ creativecommons.org](https://creativecommons.org/publicdomain/zero/1.0/) | [Text @ creativecommons.org](https://creativecommons.org/publicdomain/zero/1.0/legalcode) | No | No | -| CC-BY-4.0 | Creative Commons Attribution 4.0 International | [Summary @ creativecommons.org](https://creativecommons.org/licenses/by/4.0/) | [Text @ creativecommons.org](https://creativecommons.org/licenses/by/4.0/legalcode) | Yes | No | -| CDLA-Permissive-1.0 | Community Data License Agreement Permissive 1.0 | [Summary @ cdla.io](https://cdla.io/) | [Text @ cdla.io](https://cdla.io/permissive-1-0/) | Yes | No | -| ODC-By-1.0 | Open Data Commons Attribution License 1.0 | [Summary @ opendatacommons.org](https://opendatacommons.org/licenses/by/summary/index.html) | [Text @ opendatacommons.org](https://www.opendatacommons.org/licenses/by/1.0/) | Yes | No | \ No newline at end of file