backdrop-contrib / services

A standardized solution for building API's so that external clients can communicate with Backdrop.
GNU General Public License v2.0
2 stars 5 forks source link

Spyc Library not found in Status page #2

Open hyp1 opened 5 years ago

hyp1 commented 5 years ago

The services seems to work correctly anyway,
but when the spyc library is put to: services/rest_server/lib/spyc.php it will display "Spyc Library not found" in the status report.

Solution: put it to: /libraries/spyc/spyc.php

bobchristenson commented 3 years ago

Just ran into this...spyc.php already exists in the download of the module, so that instruction shouldn't even be in the docs, probably. But, as @hyp1 mentions, even though the file is there, the status page still complains. I drop it in a newly created /libraries/spyc/ directory and the message goes away. Not sure if we need this or not?

klonos commented 3 years ago

Let me rehash this bit of useful info from the Zulip chat about this:

@bugfolder

By coincidence, today's StackOverflow posting included a question that confirms MIT licensed software can be redistributed under GPL2, so long as the original copyright notice is included: https://opensource.stackexchange.com/questions/11531/if-i-fork-a-lib-that-is-mit-apache-2-0-dual-license-can-i-change-it-to-cc0-fo?