Posted August 03, 2019 by Dan Zaidan
Hello everyone!
I was suggested to add a license to the game and the source code.
I wanted it to be as permissive and as easy to use as possible, so that anyone could just download use, and not worry about it.
Public domain is the one that comes to mind.
However, in some countries the copyright laws don't allow someone to create an unlicensed work. So following Sean Barret's solution in his stb libs, I added a dual license for the project:
LICENSE:
This license is supposed to be as permissive as possible. So attribution is not required, but appreciated. A donation is also appreciated :) .
This software is dual-licensed to the public domain and under the following license: you are granted a perpetual, irrevocable license to copy, modify, publish, and distribute the software and its source code as you see fit.
The software is provided "as is", without warranty of any kind, express of implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfrigement. In no event shall the author be liable for any claim, damages of other liability, whether in an action of contract, tort of otherwise, arising from, out of or in connection with the software or the use or other dealing in the software.
Enjoy! :)