-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add legal license link to the discovery feed #45
Comments
This sound like an easy win if it can help the adoption of the standard. We, 8D Technologies, are +1 on this. I was wondering if we should include a way to specify that the data is simply open, but operators could use a freely available open data license (ie http://opendatacommons.org/). |
likewise +1 from Motivate's perspective. We've been talking with Google about importing data for our systems, and are prepared to draft and post the appropriate licenses. |
Here's a generic version of the standard Google Maps data license: "We grant you a perpetual, irrevocable, non-exclusive, worldwide, royalty-free, sub-licensable license to reproduce, distribute, make derivative works based on, publicly display, publicly perform, and otherwise use the Licensed Content in connection with your products or services." The three key factors to the license grant are: (a) "perpetual" (meaning that the license lasts forever); (b) "irrevocable" (meaning the Licensor can't revoke the license even if Google breaches the license terms--although the Licensor retains the right to recover monetary compensation if Google's breach damages the Licensor); and (c) "in connection with Google products or services" (meaning we can't just distribute the Licensor's IP on a standalone basis, but instead we need to use it within Google services) |
+1 from Social Bicycles side as well. |
@wrenj From Google's (and other data consumer's) perspective, is this just a convenience so you know where to look for the licenses? Will a real human will end up reading this data anyway? My question is whether there are enough standard data licenses around that we could include an optional "type" field that would identify the license specifically: {
"name" : "license",
"url" : "http://opendatacommons.org/licenses/odbl/1.0/",
"type" : "odbl"
} While this seems nice, practically speaking it might not make any sense, so I wanted to float this out there to see whether this could/would work. |
+1 from Nice Ride On Aug 11, 2016 8:35 AM, "Jesse Chan-Norris" notifications@github.com
|
@jcn - Legal approval is per license, so if multiple providers used the same, open source license we would only need to do legal approval once. We can look at the URL to know which license is being used, so type wouldn't be necessary. Of the three licenses at http://opendatacommons.org/: Public Domain Dedication and License (PDDL) — “Public Domain for data/databases” In general, we can only accept the PDDL terms. If a data provider chose to make is data available only through ODC-By or ODC-ODbL, we would not be able to use the data. |
As per MobilityData#45, define the URL for a license page to make it easier for consumers to know how they can use the data in the feed (and any other terms regarding the system)
I've added a proposed addition to the spec to define the location of this license_url. Comments welcome. |
@wrenj are Google's open data license preferences you mention above posted anywhere that is easily discoverable/referenced? I imagine it would help producers decide on a license if they knew Google's acceptable licenses. |
As per the change made in #49 https://github.com/NABSA/gbfs/blob/master/gbfs.md#system_informationjson |
Can we update the discovery spec to allow a link to the legal license, something like:
Updating discovery:
https://gbfs.citibikenyc.com/gbfs/gbfs.json
To include:
{
name: "license",
url: "https://gbfs.citibikenyc.com/license.txt"
}
Motivation:
I work for Google and we require a legal review to import any third party data. This would be one review per provided, and there are currently 47. If there were a straightforward link to the license it would be easier for us to review than having to search for it on the website.
Thanks!
The text was updated successfully, but these errors were encountered: