-
Notifications
You must be signed in to change notification settings - Fork 830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
License questions regarding pillow-heif #2664
Comments
more infos see issue Unstructured-IO#2664
@joennlae - Thanks for reporting this! |
For us it looks like the code has a BSD license but the Wheel has a GPLV2. How do you reconsile this? |
We came across the same issue and would have to patch unstructured as the binary wheels for pillow-heif is GPLv2 licensed. The author of pillow-heif is releasing pi-heif with the info:
So please reconsider changing the dependency as it should be a drop in replacement and resolve GPL compatibility issues. |
Thanks for the clarification. We're working on replacing |
🙇 |
### Summary Closes #2664 and replaces `pillow-heif` with `pi-heif` due to more permissive licensing on the binary wheel for `pi-heif`.
### Summary Closes #2664 and replaces `pillow-heif` with `pi-heif` due to more permissive licensing on the binary wheel for `pi-heif`.
We're now using |
First of all, really cool software 💯
While doing a license check, I noticed that the
pillow-heif
dependency is actually GPLv2 with the binary wheels.Source: bigcat88/pillow_heif#111
I think we should use
pi-heif
: https://pypi.org/project/pi-heif/ but IANAL :-)Just thought it would make sense to communicate that while I stumbled upon it.
The text was updated successfully, but these errors were encountered: