From ec83f384e46fd1a571f47da621f07bad1e9cc6a6 Mon Sep 17 00:00:00 2001 From: Mario Kilies Date: Sat, 29 Jan 2011 19:08:38 +0100 Subject: Added license headers. --- src/table_stacks.c | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'src/table_stacks.c') diff --git a/src/table_stacks.c b/src/table_stacks.c index 6230a1f..12b7a9d 100644 --- a/src/table_stacks.c +++ b/src/table_stacks.c @@ -1,3 +1,29 @@ +/***************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * The card game * + * * + * Copyright (C) 2011, Reiner Herrmann * + * Mario Kilies * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 3 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program. If not, see . * + * * + *****************************************************************************/ + #include #include #include "table_stacks.h" -- cgit v1.2.3