Added a README file with a LICENSE

This commit is contained in:
Phyks 2013-07-28 20:08:22 +02:00
parent 6522e8219d
commit 7d8cafd1e5
1 changed files with 20 additions and 0 deletions

20
README.md Normal file
View File

@ -0,0 +1,20 @@
Conway Game of Life
===================
An implementation of the famous Game Of Life from Conway ( https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life ) in C. It uses ncurses to display a randomly generated view that follows the rules of the Game Of Life.
LICENSE
=======
TLDR; I don't give a damn to anything you can do using this code. It would just be nice to
quote where the original code comes from.
* --------------------------------------------------------------------------------
* "THE NO-ALCOHOL BEER-WARE LICENSE" (Revision 42):
* Phyks (webmaster@phyks.me) wrote this file. As long as you retain this notice you
* can do whatever you want with this stuff (and you can also do whatever you want
* with this stuff without retaining it, but that's not cool...). If we meet some
* day, and you think this stuff is worth it, you can buy me a <del>beer</del> soda
* in return.
* Phyks
* ---------------------------------------------------------------------------------