From 430dba94e8aea25dc44bd8cbee23a83cfe03eea4 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Tue, 9 Sep 2008 15:04:07 +0100 Subject: [PATCH] Add copyright notice at startup --- src/Main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Main.cpp b/src/Main.cpp index 0f3e86f..bf5c2b6 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -87,6 +87,12 @@ int main(int argc, char **argv) const int DEFAULT_FSCREEN = false; const int DEFAULT_SOUND = true; + cout << "Lunar Lander " << VERSION << endl << endl + << "Copyright (C) 2008 Nick Gasson" << endl + << "This program comes with ABSOLUTELY NO WARRANTY. This is free software, and" << endl + << "you are welcome to redistribute it under certain conditions. See the GNU" << endl + << "General Public Licence for details." << endl << endl; + { ConfigFile cfile; width = cfile.get_int("hres", DEFAULT_HRES); -- 2.39.2