diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2015-01-10 19:50:12 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2015-01-10 19:50:12 +0000 |
commit | 8f7f6407dd4d591f102c69b0fe98af80b312a3d9 (patch) | |
tree | dd81ae8760f3827e0af2a6a0e0282f8315aa3b79 | |
parent | bdd0eb9035bc6cdf27c75e103b132575837c4753 (diff) | |
download | c-stuff-8f7f6407dd4d591f102c69b0fe98af80b312a3d9.tar.gz c-stuff-8f7f6407dd4d591f102c69b0fe98af80b312a3d9.tar.xz c-stuff-8f7f6407dd4d591f102c69b0fe98af80b312a3d9.zip |
Moved name into license header.
-rw-r--r-- | simple_x.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |