aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1998-01-19 22:31:03 +0000
committerStan Shebs <shebs@codesourcery.com>1998-01-19 22:31:03 +0000
commit59ae1b0fa9386fb26e6f4fdad7deb0c1d94d6f30 (patch)
treeee105498dda097b992eafe94d9afc23bf4ae6b7d /gdb/top.c
parent189e2694ad699b902669c1bc4b3c0112223d3282 (diff)
downloadfsf-binutils-gdb-59ae1b0fa9386fb26e6f4fdad7deb0c1d94d6f30.zip
fsf-binutils-gdb-59ae1b0fa9386fb26e6f4fdad7deb0c1d94d6f30.tar.gz
fsf-binutils-gdb-59ae1b0fa9386fb26e6f4fdad7deb0c1d94d6f30.tar.bz2
* top.c (print_gdb_version): Restore to original message.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/top.c b/gdb/top.c
index f119479..054bcc7 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. */