From bec173d6f06f7a83ec0bb2300f7da4b6fcab6784 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Sat, 4 Apr 2015 20:55:41 +0200 Subject: Added more license headers. --- hangman.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hangman.c') diff --git a/hangman.c b/hangman.c index 4cf4c16..dfb75dd 100644 --- a/hangman.c +++ b/hangman.c @@ -1,3 +1,12 @@ +/* + * Copyright (C) 2015 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