phenopackets / phenopacket-tools

An app and library for building, conversion, and validation of GA4GH Phenopackets.
http://phenopackets.org/phenopacket-tools/stable/
GNU General Public License v3.0
12 stars 5 forks source link

Add licence #53

Closed pnrobinson closed 2 years ago

pnrobinson commented 2 years ago

What about https://www.gnu.org/licenses/gpl-3.0.en.html @julesjacobsen @ielis ?

ielis commented 2 years ago

I think an open license is OK, since we definitely should put this library to Maven Central. However, are there reasons why not to use the license type of Phenopacket-schema?

julesjacobsen commented 2 years ago

It's a copyleft licence. This isn't the most open and permissive of licences and requires that other software using the library also be GPL-v3. (https://www.gnu.org/licenses/rms-why-gplv3.html)

I suggest we should go with MIT / Apache as these are fully open licences and are commercial friendly which is essential if we want people to adopt this as widely as possible.

https://choosealicense.com/licenses/mit/

julesjacobsen commented 2 years ago

Actually who is the copyright owner? I think this should be a GA4GH copyright? Otherwise it'll be JAX and QMUL.

MIT License

Copyright (c) 2022 Global Alliance for Genomics and Health

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
pnrobinson commented 2 years ago

GA4GH: +1

pnrobinson commented 2 years ago

added GNU3