-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
GPL Compatibility #111
Comments
Sharing address space (linking the library) renders a project a "derivative work" and extends the GPL coverage to the parent project. The inclusion of a GPL dependency here ends up rendering the conda-forge pillow distribution to be covered under the GPL in its entirety (which is incorrectly specified in this recipe). I wonder if multiple variants can be released, optionally installing a Pillow[libimagequant] if GPL is acceptable? |
[citation needed] |
Seeing that many people seem to be running into this (environments that have hard bans on any GPL software being present?), I think it should be fixed. See this comment for where things stand. |
I don't think there is, but you could ask by raising an issue under https://github.com/conda-forge/conda-forge.github.io/ |
This is relatively well known concept: https://en.wikipedia.org/wiki/Viral_license @h-vetinari Thank you for your hard work here, I try to maintain a suite of conda-forge projects to share the load. |
This part of the GPL FAQ is the direct citation for my statement. Here is the relevant quote (emphasis mine):
While the FAQ here makes an admission that it is up to a judge to decide whether this particular case would violate the GPL (that is using Pillow with libimagequant under conditions of just the BSD license) it is the express opinion and intent of the GPL authors that this would constitute a derivative work and is something they would actively defend in court. Any company or individual wishing to avoid being bound by the GPL would do well to abide by the guidelines set forth in this FAQ, regardless of their personal (and likely legally-underinformed) opinions on the matter. |
So it seems we agree that the legal question of whether
is, perhaps regrettably, open at this point. I think it should therefore not be stated as fact, lest we muddle the water. I certainly agree that it is the right and decent thing to honor the intent of the licensor when it is known. The intent of the authors of the license is less important in my mind. Normally, the authors of the license, in so far as they don't also happen to be the licensor, are not the ones defending a license in court.
A prominent voice to the contrary is Lawrence Rosen who, during his tenure as general counsel for the Open Source Initiative (OSI, https://opensource.org/) wrote in an article for the Linux Journal:
I sure hope he was legally informed. This is not the place to engage in lengthy pseudo-legal debates, so I will probably refrain from engaging further here. I think the intentions and wishes of the authors of the library matter (more than those of the authors of the license), so asking them is often a good way to approach such questions. I also think these things should be taken very seriously and part of that is not overstating the case in an attempt to coerce behavior, but rather to engage with all involved to reach an amicable solution and ideally clarification of unclear aspects. Have a nice weekend! |
@zklaus As you point out, debating the "correct" interpretation isn't helpful and will either not be decided decisively or decided by a series of very large lawsuits. However, the effect on the ground is that no lawyer I have ever met, either open-source focused or corporate, views violating the points laid out in the GPL FAQ as safe from a legal standpoint. As lawyers are entrusted to inform the rules at organizations, incorporating GPL code into this library cuts off large portions of users (and therefore maintainers) for all downstream packages. |
#112 is going to remove the GPL bindings for now, pending further discussion in #109 resp. conda-forge/conda-forge.github.io#1608. In the meantime, I'll consider this issue closed, but feel free to let us know if there's something else, or just open a new issue. |
Issue:
Is there an official stance of mixing GPL and non-GPL dependancies together by conda-forge? The libimagequant issue outlined here (python-pillow/Pillow#6019) seems a bit precarious as it makes entire conda-forge package lineages difficult to use in many scenarios. GPL-based code on Conda-forge seems quite few and far between in general; however, pushing those packages this deep in the stack is rough to work around.
The text was updated successfully, but these errors were encountered: