diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2011-01-29 19:37:14 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2011-01-29 19:37:14 +0100 |
| commit | 1dafa958514d881940a21d4aeba64b5eac5db0ee (patch) | |
| tree | a0458083527bf6d385fb9c47ebc1fd7596ba4dbd /src/card.h | |
| parent | 144795475c8173fa4bd1d40b47b9fc9af341535f (diff) | |
| parent | ec83f384e46fd1a571f47da621f07bad1e9cc6a6 (diff) | |
Merge branch 'master' of ssh://wg.reiner-h.de:22003/~git/oxen
Diffstat (limited to 'src/card.h')
| -rw-r--r-- | src/card.h | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -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/>. * + * * + *****************************************************************************/ + #ifndef OXEN_CARD_H #define OXEN_CARD_H |
