EvolutionRTS / Evolution-RTS

Evolution RTS is a free an Open Source RTS game designed using the Spring Engine.
https://www.evolutionrts.info
147 stars 38 forks source link

License could be more clear #94

Closed ghost closed 7 years ago

ghost commented 7 years ago

All assets are CC BY SA except where otherwise marked (Most LUA falls under GPL, for example).

This leaves you as a person trying to integrate this into a GNU system as a package with more questions than answers. Most of the lua files I looked at didn't have an license header or any kind of license statement. To avoid confusion on system level I'd suggest that you specificy the license more explicitly, for example like 0ad does, or like mediagoblin (https://git.savannah.gnu.org/cgit/mediagoblin.git/tree/COPYING).

ForbodingAngel commented 7 years ago

All code is lgpl v3, everything else is cc by sa

Mailaender commented 3 years ago

Which version of https://creativecommons.org/licenses/by-sa/?

Mailaender commented 3 years ago

Also code does not seem to be LGPL-3.0 but GPL-2.0 at least partly: https://github.com/EvolutionRTS/Evolution-RTS/blob/20f39eff5dfd60035f51c099cfbc27fc0f5a446d/LuaUI/Widgets_Evo/unit_stockpile_EvoRTS.lua#L9

Mailaender commented 3 years ago

https://github.com/EvolutionRTS/Evolution-RTS/blob/master/Creative%20Commons%20%E2%80%94%20Attribution-ShareAlike%204.0%20International%20%E2%80%94%20CC%20BY-SA%204.pdf found it. Most people use the text version on GitHub. You can also just link it. The license permits it.