aboutsummaryrefslogtreecommitdiffstats
path: root/fibbonacci.c
diff options
context:
space:
mode:
authorEliteTK <tomasz.kramkowski@gmail.com>2014-12-29 01:34:48 +0000
committerEliteTK <tomasz.kramkowski@gmail.com>2014-12-29 01:34:48 +0000
commit74c848c2409fc5270c078ac8457fa514c1b90d55 (patch)
treed67a95e0aaeddf3619b0543ea523df8944de159a /fibbonacci.c
parentecdc45374aecdbcdb5c1d374742d9c528fb8298e (diff)
downloadc-stuff-74c848c2409fc5270c078ac8457fa514c1b90d55.tar.gz
c-stuff-74c848c2409fc5270c078ac8457fa514c1b90d55.tar.xz
c-stuff-74c848c2409fc5270c078ac8457fa514c1b90d55.zip
Cleanup and license headers.
Diffstat (limited to 'fibbonacci.c')
-rw-r--r--fibbonacci.c9
1 files changed, 9 insertions, 0 deletions
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 <tk@the-tk.com>
+ *
+ * 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 <stdio.h>
int main(/*int argc, char **argv*/) {