From b2f3748168210be16a8f2c67788a30eb19786a04 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sat, 16 Nov 2013 20:27:51 +0000 Subject: [PATCH] - updates related to debian package standards --- .../shared_lib/include/platform/sdl/platform_main.h | 2 +- source/tests/test_runner.cpp | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/source/shared_lib/include/platform/sdl/platform_main.h b/source/shared_lib/include/platform/sdl/platform_main.h index 6d36ec97..80c6667c 100644 --- a/source/shared_lib/include/platform/sdl/platform_main.h +++ b/source/shared_lib/include/platform/sdl/platform_main.h @@ -317,7 +317,7 @@ void printParameterHelp(const char *argv0, bool foundInvalidArgs) { printf("\n %s %s=desert2",extractFileFromDirectoryPath(argv0).c_str(),GAME_ARGS[GAME_ARG_VALIDATE_TILESET]); printf("\n%s=x",GAME_ARGS[GAME_ARG_TRANSLATE_TECHTREES]); - printf("\n \t\tProduces a deafult lng file for the specified techtree"); + printf("\n \t\tProduces a default lng file for the specified techtree"); printf("\n \t\tto prepare for translation into other languages."); printf("\n \t\tWhere x is a techtree name"); diff --git a/source/tests/test_runner.cpp b/source/tests/test_runner.cpp index 32f7e1c2..f879f437 100644 --- a/source/tests/test_runner.cpp +++ b/source/tests/test_runner.cpp @@ -1,3 +1,14 @@ +// ============================================================== +// This file is part of MegaGlest Unit Tests (www.megaglest.org) +// +// Copyright (C) 2013 Mark Vejvoda +// +// 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 +// ============================================================== + #include #include #include