rugk / crops-parser

🌱🍎🍆 A shell script to parse the data by the Food and Agriculture Organization of the United Nations on crops/fruits.
Other
15 stars 4 forks source link

Wait, can we even use CC BY-NC-SA dataset in StreetComplete? #60

Open matkoniecz opened 2 years ago

matkoniecz commented 2 years ago

I started looking around as result of https://github.com/streetcomplete/StreetComplete/issues/3851 and spotted https://github.com/rugk/crops-parser#legal-stuff

Is it OK to use CC BY-NC-SA dataset in StreetComplete? Especially "noncommercial" part?

Is it ok to use it GPLv3 software? Is it OK to use it given https://github.com/streetcomplete/StreetComplete#sponsors ?

rugk commented 2 years ago

Yeah also stumbled upon this since the last update and I guess this is new that they have added that license, so I reproduced it here.

GPLv3… could only be a problem if there is a license incompatibility. Official documents only tell about SA-licenses and compatibility with GPL, which of course makes sense as SA is like copyleft in a GPL license end evaluate the compatibility.

Especially "noncommercial" part?

https://creativecommons.org/faq/#does-my-use-violate-the-noncommercial-clause-of-the-licenses

It's all about legal interpretation, as it seems… And also about the jurisdiction, which – in our case – would be some international "one"(?), i.e. and arbitral tribunal could only decide that… after all it's data from an international organization, that kinda makes sense. (also did not know such special CC-licenses exist, only discovered it here).

I personally would say that as long as your aim is not to collect money with what you do (no advertising etc.), this is not a commercial purpose. After all, it's defined as…

not primarily intended for or directed towards commercial advantage or monetary compensation.

"Primarily" is important here and for all other discussions I again can only point to the CC's own explanation.

As they say there though, one could maybe always just ask for clarification:

If you are unsure, you should either contact the rights holder for clarification, or search for works that permit commercial uses.

After all, of course only they could enforce their copyright there, anyway, if they deemed the usage to be "incompliant".

What we could do to be more compliant (with the BY section) would show that one sentence here in the About section of StreetComplete:

FAO.QCL. License: CC BY-NC-SA 3.0 IGO. Extracted from: https://www.fao.org/faostat/en/#data/QCL. Data of Access: 14-02-2022

(That's what FAO says how they want to be cited. And yes, they want that crazy data format, I also think that's crazy… :upside_down_face:)


That all said IANAL – I am not a lawyer, so these are just guesses here and of course the final word/responsibility is @westnordost's one…

matkoniecz commented 2 years ago

Yeah also stumbled upon this since the last update and I guess this is new that they have added that license, so I reproduced it here.

Hmm, I wonder what was there earlier.

And is this extract of dataset used by SC significant enough to be considered as covered by copyright.

rugk commented 2 years ago

And is this extract of dataset used by SC significant enough to be considered as covered by copyright.

I have no idea, yet another legal question… I guess the original data certainly meets the threshold of originality, which – as we use that part of the data in the end – extends to all stuff where it is used. IMHO. IANAL, again.

Hmm, I wonder what was there earlier.

I could have simply overlooked it… just saying. However the first web captures of that license page begin in 2020 (and are pretty regular)… Maybe they just did not provide any license information?

Unfortunately the source data website could not be captured properly likely because it is a huge bunch of JS/interactively generated and Archive.org misses the # client information passed in there.