* top.c (print_gdb_version): Restore to original message.
authorStan Shebs <shebs@codesourcery.com>
Mon, 19 Jan 1998 22:31:03 +0000 (22:31 +0000)
committerStan Shebs <shebs@codesourcery.com>
Mon, 19 Jan 1998 22:31:03 +0000 (22:31 +0000)
gdb/ChangeLog
gdb/top.c

index f66e3e8a7141603a08373ee0ab15ac239c7db116..826b8469cbe0db377caa59535a1966b82d34e83b 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jan 19 14:01:28 1998  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * top.c (print_gdb_version): Restore to original message.
+
 Mon Jan 19 13:34:40 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        From cgf@bbc.com (Chris Faylor):
index f1194793a833ed103ab6dedadb1fb7552d0f8940..054bcc781dfd50e0e4dd1bed69dbea8f475cb7b0 100644 (file)
--- 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. */
 
This page took 0.027767 seconds and 4 git commands to generate.