diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-29 21:15:22 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-29 21:15:22 +0100 |
| commit | 893623e5ca3405703cdc3e72e27033b21b718c25 (patch) | |
| tree | 7e927194f7ee9a0089337340827832b2ba7f607f | |
| parent | ebd452492f3ddbad136bf41aa3b73df012e00be4 (diff) | |
Reduced license header width.
| -rw-r--r-- | src/card.c | 50 | ||||
| -rw-r--r-- | src/card.h | 50 | ||||
| -rw-r--r-- | src/card_stack.c | 50 | ||||
| -rw-r--r-- | src/card_stack.h | 50 | ||||
| -rw-r--r-- | src/client_game_states.c | 50 | ||||
| -rw-r--r-- | src/data_store.c | 50 | ||||
| -rw-r--r-- | src/data_store.h | 50 | ||||
| -rw-r--r-- | src/game.c | 50 | ||||
| -rw-r--r-- | src/game.h | 50 | ||||
| -rw-r--r-- | src/game_states.h | 50 | ||||
| -rw-r--r-- | src/hand.c | 50 | ||||
| -rw-r--r-- | src/hand.h | 50 | ||||
| -rw-r--r-- | src/main.c | 50 | ||||
| -rw-r--r-- | src/main_stack.c | 50 | ||||
| -rw-r--r-- | src/main_stack.h | 50 | ||||
| -rw-r--r-- | src/manual.c | 50 | ||||
| -rw-r--r-- | src/manual.h | 50 | ||||
| -rw-r--r-- | src/net/client.c | 50 | ||||
| -rw-r--r-- | src/net/client.h | 50 | ||||
| -rw-r--r-- | src/net/comm.c | 50 | ||||
| -rw-r--r-- | src/net/comm.h | 50 | ||||
| -rw-r--r-- | src/net/server.c | 50 | ||||
| -rw-r--r-- | src/net/server.h | 50 | ||||
| -rw-r--r-- | src/player.c | 50 | ||||
| -rw-r--r-- | src/player.h | 50 | ||||
| -rw-r--r-- | src/server_game_states.c | 50 | ||||
| -rw-r--r-- | src/table_stacks.c | 50 | ||||
| -rw-r--r-- | src/table_stacks.h | 50 | ||||
| -rw-r--r-- | src/ui.c | 50 | ||||
| -rw-r--r-- | src/ui.h | 50 |
30 files changed, 750 insertions, 750 deletions
@@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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 "card.h" #include <assert.h> @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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/>. * + * * + **************************************************************************/ #ifndef OXEN_CARD_H #define OXEN_CARD_H diff --git a/src/card_stack.c b/src/card_stack.c index 3fcfd69..588f752 100644 --- a/src/card_stack.c +++ b/src/card_stack.c @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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 "card_stack.h" #include <assert.h> diff --git a/src/card_stack.h b/src/card_stack.h index 3f24e31..657dd56 100644 --- a/src/card_stack.h +++ b/src/card_stack.h @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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/>. * + * * + **************************************************************************/ #ifndef OXEN_CARD_STACK_H #define OXEN_CARD_STACK_H diff --git a/src/client_game_states.c b/src/client_game_states.c index 4a29a7c..b327855 100644 --- a/src/client_game_states.c +++ b/src/client_game_states.c @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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 "net/comm.h" diff --git a/src/data_store.c b/src/data_store.c index 8651970..634d135 100644 --- a/src/data_store.c +++ b/src/data_store.c @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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 <stdlib.h> #include <string.h> diff --git a/src/data_store.h b/src/data_store.h index d67e9ce..1c0903c 100644 --- a/src/data_store.h +++ b/src/data_store.h @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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/>. * + * * + **************************************************************************/ #ifndef OXEN_DATA_STORE_H #define OXEN_DATA_STORE_H @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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.h" #include "card.h" @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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/>. * + * * + **************************************************************************/ #ifndef OXEN_GAME_H #define OXEN_GAME_H diff --git a/src/game_states.h b/src/game_states.h index 845d66b..86a2f37 100644 --- a/src/game_states.h +++ b/src/game_states.h @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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/>. * + * * + **************************************************************************/ #ifndef OXEN_GAME_STATES_H #define OXEN_GAME_STATES_H @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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 "hand.h" #include <stdlib.h> @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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/>. * + * * + **************************************************************************/ #ifndef OXEN_HAND_H #define OXEN_HAND_H @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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 <stdlib.h> #include <string.h> diff --git a/src/main_stack.c b/src/main_stack.c index 76bee04..0f503dc 100644 --- a/src/main_stack.c +++ b/src/main_stack.c @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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 "main_stack.h" #include <stdlib.h> diff --git a/src/main_stack.h b/src/main_stack.h index 770766a..5117cdb 100644 --- a/src/main_stack.h +++ b/src/main_stack.h @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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/>. * + * * + **************************************************************************/ #ifndef OXEN_MAIN_STACK_H #define OXEN_MAIN_STACK_H diff --git a/src/manual.c b/src/manual.c index 04c4bf8..c92d551 100644 --- a/src/manual.c +++ b/src/manual.c @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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 "manual.h" #include <stdio.h> diff --git a/src/manual.h b/src/manual.h index c92c86f..bb3b96a 100644 --- a/src/manual.h +++ b/src/manual.h @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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/>. * + * * + **************************************************************************/ #ifndef OXEN_MANUAL_H #define OXEN_MANUAL_H diff --git a/src/net/client.c b/src/net/client.c index 4c169e9..a62616e 100644 --- a/src/net/client.c +++ b/src/net/client.c @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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 <sys/types.h> #include <sys/socket.h> diff --git a/src/net/client.h b/src/net/client.h index ad7cabd..30f15a9 100644 --- a/src/net/client.h +++ b/src/net/client.h @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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/>. * + * * + **************************************************************************/ #ifndef OXEN_CLIENT_H #define OXEN_CLIENT_H diff --git a/src/net/comm.c b/src/net/comm.c index fff661d..829fe31 100644 --- a/src/net/comm.c +++ b/src/net/comm.c @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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 <sys/types.h> #include <sys/socket.h> diff --git a/src/net/comm.h b/src/net/comm.h index f8715ac..58dbaf8 100644 --- a/src/net/comm.h +++ b/src/net/comm.h @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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/>. * + * * + **************************************************************************/ #ifndef OXEN_NET_H #define OXEN_NET_H diff --git a/src/net/server.c b/src/net/server.c index ad36852..a37c17c 100644 --- a/src/net/server.c +++ b/src/net/server.c @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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 <sys/types.h> #include <sys/socket.h> diff --git a/src/net/server.h b/src/net/server.h index 578d31f..2869898 100644 --- a/src/net/server.h +++ b/src/net/server.h @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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/>. * + * * + **************************************************************************/ #ifndef OXEN_SERVER_H #define OXEN_SERVER_H diff --git a/src/player.c b/src/player.c index 338942a..82148b3 100644 --- a/src/player.c +++ b/src/player.c @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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 "player.h" #include <stdlib.h> diff --git a/src/player.h b/src/player.h index abbfeff..fb3b0de 100644 --- a/src/player.h +++ b/src/player.h @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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/>. * + * * + **************************************************************************/ #ifndef OXEN_PLAYER_H #define OXEN_PLAYER_H diff --git a/src/server_game_states.c b/src/server_game_states.c index 1b7a3ba..f3089fc 100644 --- a/src/server_game_states.c +++ b/src/server_game_states.c @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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> diff --git a/src/table_stacks.c b/src/table_stacks.c index 12b7a9d..b9f2914 100644 --- a/src/table_stacks.c +++ b/src/table_stacks.c @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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 <stdlib.h> #include <assert.h> diff --git a/src/table_stacks.h b/src/table_stacks.h index c177a3c..46ea7b7 100644 --- a/src/table_stacks.h +++ b/src/table_stacks.h @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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/>. * + * * + **************************************************************************/ #ifndef OXEN_TABLE_STACKS_H #define OXEN_TABLE_STACKS_H @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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 "ui.h" #include <assert.h> @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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/>. * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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/>. * + * * + **************************************************************************/ #ifndef OXEN_UI_H #define OXEN_UI_H |
