Bstn1802 / AutoReconnect

Minecraft fabric mod which automatically reconnects the client to the last known server after disconnection
https://www.curseforge.com/minecraft/mc-mods/autoreconnect
GNU Lesser General Public License v3.0
29 stars 36 forks source link

Switch to LGPL 3.0 license #42

Closed TechPro424 closed 1 year ago

TechPro424 commented 1 year ago

This mod is licensed under GPL-3.0. While this is usually a good thing, in the case of a Minecraft mod it actually restricts the freedom of users due to the linking restrictions (this is why the Quilt template mod default README states that it is incompatible).

Another source is Modrinth's licensing guide: https://blog.modrinth.com/p/licensing-guide Check the "Copyleft license" section

None of this is legal advice, just information that I have seen/received from other sources No warranty is given regarding this information, and I (TechPro424) disclaim liability for damages resulting in using this information given on an "as-is" basis.

Bstn1802 commented 1 year ago

Thanks for the suggestion. I was looking into that guide back when you posted it, but couldn't figure out how to properly change the license here, since github doesn't have a template for that licence. Now I got it from https://www.gnu.org/licenses/lgpl-3.0.md and I think that's fine, github recognizes it fine.