summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2011-01-29 15:59:15 +0100
committerReiner Herrmann <reiner@reiner-h.de>2011-01-29 15:59:15 +0100
commita85546a9a58ce313302f1be91923a14c5723375c (patch)
tree29ae45d6adfc15b9d9adb99aad566c618bbd760a
parent4a3e066c4c9885396893afcd2a13aa599ac4bd0e (diff)
changed header style
-rw-r--r--src/ui.h47
1 files changed, 25 insertions, 22 deletions
diff --git a/src/ui.h b/src/ui.h
index 902b059..2b42599 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -1,25 +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