summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLAMMJohnson <john_anthony@lavabit.com>2011-04-26 22:39:59 +0100
committerLAMMJohnson <john_anthony@lavabit.com>2011-04-26 22:39:59 +0100
commita915c7aaa0b15c6e2b15f34e435faa0c22343013 (patch)
treeeec6692e9b34bcc3735b1375e5a7d31541713c56
parent901f6d709f5a7f8cffc5358e66dd7af87f7f7eac (diff)
downloadnyancat-a915c7aaa0b15c6e2b15f34e435faa0c22343013.tar.gz
nyancat-a915c7aaa0b15c6e2b15f34e435faa0c22343013.tar.bz2
nyancat-a915c7aaa0b15c6e2b15f34e435faa0c22343013.zip
Added license text
-rw-r--r--nyan.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/nyan.c b/nyan.c
index 991d357..1e9dce4 100644
--- a/nyan.c
+++ b/nyan.c
@@ -1,3 +1,13 @@
+/* ============================================================================================ */
+/* This software is created by LAMMJohnson and comes with no warranty of any kind. */
+/* */
+/* If you like this software and would like to contribute to its continued improvement */
+/* then please feel free to submit bug reports here: www.github.com/LAMMJohnson */
+/* */
+/* This program is licensed under the GPLv3 and in support of Free and Open Source */
+/* Software in general. The full license can be found at http://www.gnu.org/licenses/gpl.html */
+/* ============================================================================================ */
+
#include <SDL/SDL.h>
#include <SDL/SDL_image.h>
#include <SDL/SDL_mixer.h>