-
Notifications
You must be signed in to change notification settings - Fork 105
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 is not a good choice of license for library code #34
Comments
Apache is a pretty good license |
or BSD |
I agree that GPLv3 was a poor choice here. When I started this project it seemed a very popular license, but I should have used at least LGPL and I was planning to make use of the MIT license for my projects in the future (I believe that would be compatible with Apache as well). Unfortunately, it's difficult to change the license of a project that has contributions from multiple people. As far as I could determine everyone who made a significant contribution needs to agree to change the license before I can do so. |
Yea, that's exactly what is needed. Maybe email everyone who has contributed? asking if a change of licenses would be ok with them. I also think that's it's everyone who has contributed (not just significant contributions) has to agree. |
I don't have all the emails, but I'll at least make a post here @-ing everyone, which will be good as a record as well. |
good idea |
Would all of you be willing to change the license of cubiomes (to MIT)? |
Absolutely, I personally prefer MIT anyway. Never liked the copyleft requirment. |
MIT is great by me.
…On Mon, Jun 22, 2020 at 2:04 PM JeWe37 ***@***.***> wrote:
Absolutely, I personally prefer MIT anyway. Never liked the copyleft
requirment.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABJMJY3KKTPHZCSHTILDBTRX7BORANCNFSM4OA6VT7A>
.
--
Tom Schumm
http://www.fwiffo.com/
|
I, Earthcomputer, agree to licence cubiomes and my contributions to it under MIT licence. |
So everyone who has commited to the repo, except for Badel2, has replied and is in favor to change the license from GPLv3 to MIT. Given that Badel2 has only contributed a range-checking fix for a single source line, that I have since rewritten anyway, I think I can go ahead with the license change. |
Yay! |
We have decided (#34) to re-license cubiomes under the MIT License.
No longer needed after re-licensing cubiomes under the MIT License (#34).
I also agree to re-license my commit to MIT. It's nice to see some movement around here. |
There has been some interest in including cubiomes as one biome generator option for the cuberite minecraft-compatible gameserver project. Unfortunately cuberite is Apache and cubiomes GPL, so cubiomes support cannot be included in cuberite.
If being included in free minecraft-compatible server software is something this project is interested in, it would be a good idea to consider changing the license. Most server projects are Apache or MIT licensed rather than GPL.
The text was updated successfully, but these errors were encountered: