Guevara-chan/Raylib-Forever

Add license

Shoozza opened this issue · 3 comments

Hello,

what license is this under?

Thanks.

I dunno, let me think for a moment. Copyleft is probably a little boring and linuxy for my fine taste.
How about... Copymid ? Sounds just right.

Raylib is licensed under the ZLib license.
Here is a quick TLDR version: https://tldrlegal.com/license/zlib-libpng-license-(zlib)

It might make it easier to just use the same license as Raylib.

If that is not an option:
I'm not sure what you mean with copymid. The Mozilla Public License 2.0 might be what you want.
Here is a quick TLDR version: https://tldrlegal.com/license/mozilla-public-license-2.0-(mpl-2)

In the FAQ it's explained to fall between permissive (like e.g. apache-2 or zlib) and copyleft licenses (like GPLv2 which the Linux Kernel uses or GPLv3):
https://www.mozilla.org/en-US/MPL/2.0/FAQ/#why-another-license

In order for the project to be under an open source license you need to add a "LICENSE" file to the project root folder like you can see in the raylib git repo.

Thanks!

Any progress on this?