hydroshare / hs_restclient

Python client for the https://www.hydroshare.org REST API
BSD 3-Clause "New" or "Revised" License
6 stars 8 forks source link

Missing license file and specification #107

Closed ocefpaf closed 5 years ago

ocefpaf commented 5 years ago

There is no license file and BSD has, at least, 3 different versions. It would be nice to know which one this package is licensed under so we can package it downstream.

sblack-usu commented 5 years ago

@dtarb @martinseul - Would you like to consider a license for hs_restclient?

horsburgh commented 5 years ago

Is there a reason why it should be different than the one used for the main HydroShare codebase? BSD 3-Clause.

sblack-usu commented 5 years ago

I don't see why not, just raising the issue to those who need to give input for the license.

dtarb commented 5 years ago

We set policy long enough ago that it has been forgotten that all HydroShare code should use the BSD-3-Clause license by default (and only deviate if there was proper reason).

sblack-usu commented 5 years ago

I went ahead and added a copy of the LICENSE.txt file from hydroshare to hs_restclient.

https://github.com/hydroshare/hs_restclient/blob/develop/LICENSE.txt