laggykiller / rlottie-python

A ctypes API for rlottie, with additional functions for getting Pillow Image.
https://rlottie-python.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
15 stars 1 forks source link

License #5

Closed yeldarby closed 11 months ago

yeldarby commented 11 months ago

Hi, this package looks great. But I saw that it uses the GPL license and I think that will prevent me from being able to use it.

I’m hoping to use it to add support for Lottie files to an MIT-licensed package. I don’t think this is allowed under GPL. We’d have to change our license to GPL which means all our users would have to change their licenses as well.

Any chance you’ve considered a less viral license like LGPL which would require any changes to this library to be open source under LGPL but wouldn’t require users of the library to be GPL? (Or alternatively MIT or Apache-2.0 licenses which are even less restrictive.)

laggykiller commented 11 months ago

Think I went a bit overkill with GPL license. Releasing with LGPL in v1.2.0. Pypi package is underway, please wait for github action to finish.