diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-09-02 20:02:12 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-09-02 20:02:12 +0000 |
commit | b8533aeca87564129a5bbb72be197491b4bfbb22 (patch) | |
tree | 0513540912c3a072520daa8f62622b2cdb71966a /gdb/top.c | |
parent | f5db87141afbc689daac65e147fe024fd1e618e4 (diff) | |
download | gdb-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.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. */ |