drufat / triangle

Python bindings to the triangle library
GNU Lesser General Public License v3.0
236 stars 54 forks source link

Project as a whole doesn't appear to be able to be licensed as LGPL-3 #54

Closed kmosiejczuk closed 4 years ago

kmosiejczuk commented 4 years ago

I was reviewing this project for someone else and noticed that the bundled triangle library license ( https://github.com/drufat/triangle/blob/master/c/README ) is a non-commercial license that isn't compatible with LGPLv3. You should probably (at minimum), change your license file to reflect that the library part isn't licensed as LGPLv3.

drufat commented 4 years ago

The LGPLv3 only applies to the wrapper code not to the original library which has its own license.

kmosiejczuk commented 4 years ago

That may be your intention, but your Github and PyPI both just say the whole thing is LGPLv3. At the very least, it is going to lead to confusion and some folks violating the library's license.