From 96abf389abe59b22fd52aa98151c82f286ac0b2e Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sun, 31 Aug 2003 14:51:25 +0000 Subject: [PATCH] Warranty message in console on startup. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1159 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 1 + sc2/src/starcon2.c | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index e3f52d333..2af8ab492 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,5 @@ Changes towards version 0.3: +- Added warranty message in the console on startup, SvdB - Left and Right directions disabled in fuel screen (bug #452), from Paxtez - Syreen don't rejoice until victory truly is theirs (bug #451), from diff --git a/sc2/src/starcon2.c b/sc2/src/starcon2.c index cca17c6ae..210b80844 100644 --- a/sc2/src/starcon2.c +++ b/sc2/src/starcon2.c @@ -116,7 +116,9 @@ main (int argc, char *argv[]) {0, 0, 0, 0} }; - fprintf (stderr, "The Ur-Quan Masters v%d.%d%s (compiled %s %s)\n", + fprintf (stderr, "The Ur-Quan Masters v%d.%d%s (compiled %s %s)\n" + "This software comes with ABSOLUTELY NO WARRANTY;\n" + "for details see the included 'COPYING' file.\n\n", UQM_MAJOR_VERSION, UQM_MINOR_VERSION, UQM_EXTRA_VERSION, __DATE__, __TIME__);