From 59ae1b0fa9386fb26e6f4fdad7deb0c1d94d6f30 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Mon, 19 Jan 1998 22:31:03 +0000 Subject: [PATCH] * top.c (print_gdb_version): Restore to original message. --- gdb/ChangeLog | 4 ++++ gdb/top.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f66e3e8a714..826b8469cbe 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Mon Jan 19 14:01:28 1998 Stan Shebs + + * top.c (print_gdb_version): Restore to original message. + Mon Jan 19 13:34:40 1998 Ian Lance Taylor From cgf@bbc.com (Chris Faylor): diff --git a/gdb/top.c b/gdb/top.c index f1194793a83..054bcc781df 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -2813,8 +2813,8 @@ print_gdb_version (stream) fprintf_filtered (stream, "\ GDB is free software, covered by the GNU General Public License, and you are\n\ welcome to change it and/or distribute copies of it under certain conditions.\n\ -Type \"show copying\" to see the conditions. This version of GDB is supported\n\ -for customers of Cygnus Solutions. Type \"show warranty\" for details.\n"); +Type \"show copying\" to see the conditions.\n\ +There is absolutely no warranty for GDB. Type \"show warranty\" for details.\n"); /* After the required info we print the configuration information. */ -- 2.30.2