aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2015-01-10 19:50:12 +0000
committerTomasz Kramkowski <tk@the-tk.com>2015-01-10 19:50:12 +0000
commit8f7f6407dd4d591f102c69b0fe98af80b312a3d9 (patch)
treedd81ae8760f3827e0af2a6a0e0282f8315aa3b79
parentbdd0eb9035bc6cdf27c75e103b132575837c4753 (diff)
downloadc-stuff-8f7f6407dd4d591f102c69b0fe98af80b312a3d9.tar.gz
c-stuff-8f7f6407dd4d591f102c69b0fe98af80b312a3d9.tar.xz
c-stuff-8f7f6407dd4d591f102c69b0fe98af80b312a3d9.zip
Moved name into license header.
-rw-r--r--simple_x.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/simple_x.c b/simple_x.c
index f373573..98ddbbe 100644
--- a/simple_x.c
+++ b/simple_x.c
@@ -1,4 +1,6 @@
/*
+ * SimplX - Proposed name if not taken already.
+ *
* Copyright (C) 2014 Tomasz Kramkowski <tk@the-tk.com>
*
* This program is free software. It is licensed under version 3 of the
@@ -7,7 +9,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see [http://www.gnu.org/licenses/].
*/
-/* SimplX - Proposed name if not taken already. */
#include <stdlib.h>
#include <xcb/xcb.h>
#include <xcb/xcb_image.h>