diff --git a/source/shared_lib/include/platform/sdl/platform_main.h b/source/shared_lib/include/platform/sdl/platform_main.h index 6847d7470..8dbcd7c6c 100644 --- a/source/shared_lib/include/platform/sdl/platform_main.h +++ b/source/shared_lib/include/platform/sdl/platform_main.h @@ -1,13 +1,29 @@ -// ============================================================== -// This file is part of Glest Shared Library (www.glest.org) // -// Copyright (C) 2005 Matthias Braun +// This file is part of ZetaGlest Shared +// Library // -// You can redistribute this code and/or modify it under -// the terms of the GNU General Public License as published -// by the Free Software Foundation; either version 2 of the -// License, or (at your option) any later version -// ============================================================== +// platform_main.h: game setup menu as it appears to +// to the host +// +// Copyright (C) 2018 The ZetaGlest team +// Copyright (C) 2005 Matthias Braun +// +// ZetaGlest is a fork of MegaGlest +// +// 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 _SHARED_PLATFORM_MAIN_H_ #define _SHARED_PLATFORM_MAIN_H_ @@ -200,54 +216,60 @@ void printParameterHelp(const char *argv0, bool foundInvalidArgs) { if (foundInvalidArgs == true) { printf("\n\n"); } - printf("\n\nUsage: %s [OPTION]... VALUE...\n\n\ -Options for running zetaglest from the command line\n\n\ - %s display usage", -extractFileFromDirectoryPath(argv0).c_str(), GAME_ARGS[GAME_ARG_HELP]); // -// '--' options should be indented 2 spaces, regardless of indentation of +// '--