-
Notifications
You must be signed in to change notification settings - Fork 295
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
Possibility of dual licensing: GPL-3.0 & MIT #2465
Comments
I think that changing the licence would require the consent of everybody who ever contributed to Satpy, which would be difficult to get. |
as @gerritholl mentions, just on the practical side of things it will be very complicated to have the agreement of all who ever contributed to satpy. However, all hope might not be lost :) Here are a few ideas:
Would either work for you? |
Thanks @gerritholl and @mraspaud for the replies. I appreciate, given that this is a large project with a strong legacy, contacting all authors is pretty much a practical impossibility. Regarding the suggested alternatives;
I appreciate your time on this. I would very much like to contribute to the continued development of Satpy (especially for Copernicus ocean missions), but it's hard for me to justify the time if I can't use the package day-to-day in my work. Maybe I am stuck with my "sideline" of bespoke tools. |
One more thing: if you release your software/notebooks as gpl, you can add an exception for the non-free library you are using: https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs Some more item in this document can be relevant: Regarding the use of GPL by private companies, I have to say that it seems to be less and less problematic nowadays, especially more and more companies do not sell software but services. But I understand your point here of course. |
I'm closing this issue for now, feel free to reopen if you want do discuss more. |
Feature Request
Hi Satpy team,
I was wondering about the possibility of releasing the package under a dual license; both as GPL-3.0 and MIT. As both of these are open source, I do not think this would violate the community driven nature of the project. However, the copyleft nature of GPL-3.0 makes it hard to deploy Satpy as a dependency in, for example, another GitHub project that also includes software that is not compatible with this.
My specific situation; I develop ocean training code for EUMETSAT and, to date, I have had to steer clear of Satpy and all GPL-3.0 software as it mandates that I must release the entire repository under GPL-3.0, which I can't easily do, especially if any proprietary software is involved. I limit myself to MIT/Apache-2.0/BSD packages for this reason.
If you feel that my interpretation of the GPL-3.0 license is incorrect, or have an alternative suggestion, I would be happy to discuss it.
The text was updated successfully, but these errors were encountered: