From 893623e5ca3405703cdc3e72e27033b21b718c25 Mon Sep 17 00:00:00 2001 From: Mario Kilies Date: Sat, 29 Jan 2011 21:15:22 +0100 Subject: Reduced license header width. --- src/manual.c | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'src/manual.c') diff --git a/src/manual.c b/src/manual.c index 04c4bf8..c92d551 100644 --- a/src/manual.c +++ b/src/manual.c @@ -1,28 +1,28 @@ -/***************************************************************************** - * ___ __ __ ___ _ __ * - * / _ \\ \/ // _ \ '_ \ * - * | (_) |> <| __/ | | | * - * \___//_/\_\\___|_| |_| * - * * - * 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 . * - * * - *****************************************************************************/ +/************************************************************************** + * ___ __ __ ___ _ __ * + * / _ \\ \/ // _ \ '_ \ * + * | (_) |> <| __/ | | | * + * \___//_/\_\\___|_| |_| * + * * + * 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 . * + * * + **************************************************************************/ #include "manual.h" #include -- cgit v1.2.3 From 930b41f48bf2a3a84b6256350452d90c584a3ab0 Mon Sep 17 00:00:00 2001 From: Mario Kilies Date: Sat, 29 Jan 2011 21:19:18 +0100 Subject: Minor changes to manual. --- src/manual.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/manual.c') diff --git a/src/manual.c b/src/manual.c index c92d551..fc48c08 100644 --- a/src/manual.c +++ b/src/manual.c @@ -42,7 +42,7 @@ static const char* manual_text = " Players can set their nickname with '-u name' or by setting the USER\n" " environment variable.\n\n" " HOW TO PLAY:\n\n" -" Oxen is inspired by the card game known as \"Take 6\" or \"6 nimmt!\".\n" +" Oxen is inspired by the card game known as \"Take 6!\" or \"6 nimmt!\".\n" " It consists of a main stack with cards numbered from 1 to 104 and of 4 open\n" " table stacks that grow every round, but must not get larger than 5 cards.\n\n" @@ -64,7 +64,7 @@ static const char* manual_text = " If a stack would contain 6 cards after placing a card on it, the player who\n" " chose the card has to replace the stack with his chosen card and add the\n" " number of diamonds of all the cards within the replaced stack to his score\n" -" (therefore the name \"Take 6\" or \"6 nimmt\").\n\n" +" (therefore the name \"Take 6!\" or \"6 nimmt!\").\n\n" " If a card can not be placed on any table stack (because its number is lower\n" " than the top cards numbers of all stacks), the player can create a new\n" -- cgit v1.2.3