summaryrefslogtreecommitdiff
path: root/src/server_game_states.c
diff options
context:
space:
mode:
authorMario Kilies <MarioKilies@GMX.net>2011-01-29 19:08:38 +0100
committerMario Kilies <MarioKilies@GMX.net>2011-01-29 19:08:38 +0100
commitec83f384e46fd1a571f47da621f07bad1e9cc6a6 (patch)
tree91e80a5d3982f4307947c2abc7d1acb73879f785 /src/server_game_states.c
parent2753ece7b713ea35d0e3e4da12715287ab5326ea (diff)
Added license headers.
Diffstat (limited to 'src/server_game_states.c')
-rw-r--r--src/server_game_states.c26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/server_game_states.c b/src/server_game_states.c
index 4f9268a..1b7a3ba 100644
--- a/src/server_game_states.c
+++ b/src/server_game_states.c
@@ -1,3 +1,29 @@
+/*****************************************************************************
+ * ___ __ __ ___ _ __ *
+ * / _ \\ \/ // _ \ '_ \ *
+ * | (_) |> <| __/ | | | *
+ * \___//_/\_\\___|_| |_| *
+ * *
+ * The card game *
+ * *
+ * Copyright (C) 2011, Reiner Herrmann <reiner@reiner-h.de> *
+ * Mario Kilies <MarioKilies@GMX.net> *
+ * *
+ * 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 <http://www.gnu.org/licenses/>. *
+ * *
+ *****************************************************************************/
+
#include "game_states.h"
#include <stdlib.h>
#include <string.h>