From 4980a92f245cf4f313d99f8c31dc61218696e98c Mon Sep 17 00:00:00 2001 From: Mario Kilies Date: Sat, 29 Jan 2011 15:50:42 +0100 Subject: Added example license header. --- src/ui.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'src') 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 +// Mario Kilies +// +// 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 . + #ifndef OXEN_UI_H #define OXEN_UI_H -- cgit v1.2.3