dan2097 / jna-inchi

Wrapper to access InChI from Java
GNU Lesser General Public License v2.1
9 stars 7 forks source link

GPL? #5

Closed johnmay closed 6 years ago

johnmay commented 6 years ago

Noel pointed me here, looks cool but any reason for the GPL, wouldn't a better option just be to use the InChI license?

johnmay commented 6 years ago

https://www.inchi-trust.org/download/104/LICENCE.pdf

dan2097 commented 6 years ago

I'm trying to get this clarified with the InChI trust. The InChI trust license is very similar to the LGPL, but unfortunately is not a strict superset of its permissions. I'm unsure as to whether the copyleft parts apply considering the bindings are directly derived from the source code. My preference would be to license the project under the LGPL rather than a license almost noone has ever heard of. For the moment I've dual licensed it.

johnmay commented 6 years ago

If JNA is dynamically linking it could technically be BSD. Anyways I think dual licensing would be good, even EPAM are moving away from GPL right?

dan2097 commented 6 years ago

The InChI trust are okay with this being under the LGPL, so the license going forward is the LGPL

johnmay commented 6 years ago

:+1: