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. --- fibbonacci.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'fibbonacci.c') 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*/) { -- cgit v1.2.3-54-g00ecf