aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-09-02 20:02:12 +0000
committerDaniel Jacobowitz <drow@false.org>2007-09-02 20:02:12 +0000
commitb8533aeca87564129a5bbb72be197491b4bfbb22 (patch)
tree0513540912c3a072520daa8f62622b2cdb71966a /gdb/top.c
parentf5db87141afbc689daac65e147fe024fd1e618e4 (diff)
downloadgdb-b8533aeca87564129a5bbb72be197491b4bfbb22.zip
gdb-b8533aeca87564129a5bbb72be197491b4bfbb22.tar.gz
gdb-b8533aeca87564129a5bbb72be197491b4bfbb22.tar.bz2
* top.c (print_gdb_version): Update for GPL version 3.
* gdb.texinfo: Update the FSF's Back-Cover Text.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 7d1448c..02e3295 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1155,10 +1155,10 @@ print_gdb_version (struct ui_file *stream)
there is no warranty. */
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.\n\
-There is absolutely no warranty for GDB. Type \"show warranty\" for details.\n");
+License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
+This is free software: you are free to change and redistribute it.\n\
+There is NO WARRANTY, to the extent permitted by law. Type \"show copying\"
+and \"show warranty\" for details.\n");
/* After the required info we print the configuration information. */