subchannel13 / Stareater

4X turn based strategy
GNU General Public License v3.0
32 stars 7 forks source link

Open source license? #123

Closed Trilarion closed 6 years ago

Trilarion commented 6 years ago

Hi,

Does the project has an open source license allowing sharing and mofication like GPL, MIT, BSD, ... or is it more like "all rights reserved"? If it isn't licensed like this, is such a step planned in the future?

I could not find such specific information about the license status in the code or in the issues but the project looks promising.

Thanks and kind regards.

subchannel13 commented 6 years ago

Hi!

Short answer: GPL.

I was planning to separate game logic and user interface into different repositories with different licences (LGPL for game logic and GPL for UI). That got postponed for a while and I'd rather keep the code in the single repository. I'll investigate how to apply different licences to different parts of the code but until then assume whole project under GPL. I'll add licence file soon.

Best regards.

Trilarion commented 6 years ago

Thanks for the quick reply and for licensing the project with an open source license.

Here is what I would to in order to apply different licenses to different parts of the code:

Additionally, since the LGPL is like the GPL with some things left out, you could license the whole thing with GPL and additionally dual-license the game logic part with the LGPL license. You would then need to do something like:

That may by the most convenient approach for you.

Many regards

subchannel13 commented 6 years ago

Added license files and mentioned which license applies where in readme.