[GNU GPL/LGPL] Which license should we use?
I have seen most people use the LGPL license for their mods and other code stuff. However, on the GNU website, there's an article that says works licensed under LGPL can be included in proprietary projects, ie. non-free software so the developers of said software can require that people buy the software in order to use it including your code. This generally doesn't apply to minetest mods because only minetest can use them and it's already licensed as free software, but someone could take code from your mod and use it for something else and make it proprietary under the LGPL license. For more information, here is the article.
Therefore, is it better to use the GPL license, since it disallows people to use your code as part of proprietary works (or anything that's not also free software)?
Therefore, is it better to use the GPL license, since it disallows people to use your code as part of proprietary works (or anything that's not also free software)?