From 74c848c2409fc5270c078ac8457fa514c1b90d55 Mon Sep 17 00:00:00 2001 From: EliteTK Date: Mon, 29 Dec 2014 01:34:48 +0000 Subject: Cleanup and license headers. --- csgocolors.c | 8 -------- fibbonacci.c | 9 +++++++++ simple_x.c | 9 +++++++++ test.c | 0 xosd_test.c | 9 +++++++++ 5 files changed, 27 insertions(+), 8 deletions(-) delete mode 100644 csgocolors.c delete mode 100644 test.c diff --git a/csgocolors.c b/csgocolors.c deleted file mode 100644 index e221741..0000000 --- a/csgocolors.c +++ /dev/null @@ -1,8 +0,0 @@ -#include - -int main() -{ - for (unsigned char i = 0; i < 128; i++) - printf("%c%04x ", i, i); - return 0; -} diff --git a/fibbonacci.c b/fibbonacci.c index 4ebad5c..acc3ddf 100644 --- a/fibbonacci.c +++ b/fibbonacci.c @@ -1,3 +1,12 @@ +/* + * Copyright (C) 2014 Tomasz Kramkowski + * + * This program is free software. It is licensed under version 3 of the + * GNU General Public License. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see [http://www.gnu.org/licenses/]. + */ #include int main(/*int argc, char **argv*/) { diff --git a/simple_x.c b/simple_x.c index 5857130..f373573 100644 --- a/simple_x.c +++ b/simple_x.c @@ -1,3 +1,12 @@ +/* + * Copyright (C) 2014 Tomasz Kramkowski + * + * This program is free software. It is licensed under version 3 of the + * GNU General Public License. + * + * 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 #include diff --git a/test.c b/test.c deleted file mode 100644 index e69de29..0000000 diff --git a/xosd_test.c b/xosd_test.c index 4ed5c1f..a570556 100644 --- a/xosd_test.c +++ b/xosd_test.c @@ -1,3 +1,12 @@ +/* + * Copyright (C) 2014 Tomasz Kramkowski + * + * This program is free software. It is licensed under version 3 of the + * GNU General Public License. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see [http://www.gnu.org/licenses/]. + */ #include #include #include -- cgit v1.2.3-54-g00ecf