summaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authorMario Kilies <MarioKilies@GMX.net>2011-01-29 15:50:42 +0100
committerMario Kilies <MarioKilies@GMX.net>2011-01-29 15:50:42 +0100
commit4980a92f245cf4f313d99f8c31dc61218696e98c (patch)
tree0847c66680f025d6f20d9eff7992c176a83d41c4 /src/ui.h
parent8e8a8a44fb85addc8a235d763ad71825cf2d90de (diff)
Added example license header.
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index 751d687..902b059 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -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