fishbaseapi icon indicating copy to clipboard operation
fishbaseapi copied to clipboard

Fishbase license/copyright

Open sckott opened this issue 7 years ago • 8 comments

  • [ ] copy/paste their copyright and/or license info on the fishbaseapi docs - and in R pkg docs
  • [ ] Rainer says they expect commercial users to pay a modest fee - asking about how we can help make sure that happens
  • [ ] should it be returned in a field in the API responses?

cc @cboettig

sckott avatar Jan 16 '18 19:01 sckott

Good questions. Have you seen any other APIs that have similar issues? How do they address this?

I'm guessing it doesn't make sense to make that a field for every API response (since API responses are generally meant to be read by computers not people; this would seem to add clutter without really making these terms any more visible), though maybe there should be a dedicated API endpoint to display these terms of use.

cboettig avatar Jan 16 '18 20:01 cboettig

I imagine most APIs would do this through API keys - that way they can vary rate limits for different tyeps of users.

Right, agree doesn't make sense to return terms in the API response - also agree could do a separate route for that.

sckott avatar Jan 16 '18 22:01 sckott

right, though I don't suppose FishBase expects us to switch to a full-blown registration model where we verify commercial vs educational/research use and give out API keys? Fishbase license is basically CC-BY-NC right, so commercial use is not covered by that license and would be subject to a charge of copyright infringement? Then presumably it is sufficient from our end to just make it clear that any (re-)use is subject to the CC-BY-NC terms (unless FishBase grants the user special permission otherwise, e.g. by paying a commercial use fee)?

cboettig avatar Jan 16 '18 22:01 cboettig

though I don't suppose FishBase expects us to switch to a full-blown registration model where we verify commercial vs educational/research use and give out API keys?

I don't know, have asked them that - will loop you in on the email.

Then presumably it is sufficient from our end to just make it clear that any (re-)use is subject to the CC-BY-NC terms (unless FishBase grants the user special permission otherwise, e.g. by paying a commercial use fee)?

Seems reasonable. I've asked for details of how we should direct commercial users

sckott avatar Jan 16 '18 22:01 sckott

Rainer says to "ask commercial users to contact FishBase, e.g. through the "Comments & corrections" link at the bottom of the FishBase search page."

this link: http://www.fishbase.us/mail/MailForm.php

sckott avatar Jan 17 '18 22:01 sckott

Nice, that looks like a perfectly good system. We should just make it clear that Fishbase API is free for non-commercial use with attribution as defined by the terms of CC-BY-NC license, an that commercial users should first inquire at that address. I imagine most commercial users would rather get permission than open themselves up to liability for copyright infringement, and we don't have to deal with tracking API keys and registration.

cboettig avatar Jan 17 '18 22:01 cboettig

Will do, and will open an issue in rfishbase repo to add to docs there

sckott avatar Jan 18 '18 01:01 sckott

added info to the landing pages for the API - restarting API

sckott avatar Jan 18 '18 17:01 sckott