diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-29 15:50:42 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-29 15:50:42 +0100 |
| commit | 4980a92f245cf4f313d99f8c31dc61218696e98c (patch) | |
| tree | 0847c66680f025d6f20d9eff7992c176a83d41c4 | |
| parent | 8e8a8a44fb85addc8a235d763ad71825cf2d90de (diff) | |
Added example license header.
| -rw-r--r-- | src/ui.h | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +// ___ __ __ ___ _ __ +// / _ \\ \/ // _ \ '_ \ +// | (_) |> <| __/ | | | +// \___//_/\_\\___|_| |_| +// +// 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 |
