* top.c (print_gdb_version): Update for GPL version 3.
authorDaniel Jacobowitz <drow@false.org>
Sun, 2 Sep 2007 20:02:12 +0000 (20:02 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 2 Sep 2007 20:02:12 +0000 (20:02 +0000)
* gdb.texinfo: Update the FSF's Back-Cover Text.

gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/top.c

index 61d202d6e6f73f4cd51c8bed4f56e74b7800074e..cd80d9be1f65b783cb3fd6b33bbe6cbbe6294ebe 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * top.c (print_gdb_version): Update for GPL version 3.
+
 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * NEWS: Mention the build-id .debug files verification.
index 98d911167456b424e69945a9cc29ec0e82bd681a..ddb643da6e6f5ab484da1e8ac40bb973a652a828 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo: Update the FSF's Back-Cover Text.
+
 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
            Eli Zaretskii  <eliz@gnu.org>
 
index 66b10a304e12120164206f8f4b2986c19fdf1d9c..334e5c37a4e453b6dfa483aabf28e7cff978500e 100644 (file)
@@ -62,10 +62,9 @@ Invariant Sections being ``Free Software'' and ``Free Software Needs
 Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
 and with the Back-Cover Texts as in (a) below.
 
-(a) The Free Software Foundation's Back-Cover Text is: ``You have
-freedom to copy and modify this GNU Manual, like GNU software.  Copies
-published by the Free Software Foundation raise funds for GNU
-development.''
+(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
+this GNU Manual.  Buying copies from GNU Press supports the FSF in
+developing GNU and promoting software freedom.''
 @end ifinfo
 
 @titlepage
@@ -100,10 +99,9 @@ Invariant Sections being ``Free Software'' and ``Free Software Needs
 Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
 and with the Back-Cover Texts as in (a) below.
 
-(a) The Free Software Foundation's Back-Cover Text is: ``You have
-freedom to copy and modify this GNU Manual, like GNU software.  Copies
-published by the Free Software Foundation raise funds for GNU
-development.''
+(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
+this GNU Manual.  Buying copies from GNU Press supports the FSF in
+developing GNU and promoting software freedom.''
 @page
 This edition of the GDB manual is dedicated to the memory of Fred
 Fish.  Fred was a long-standing contributor to GDB and to Free
index 7d1448c9afb3e4f8379d97830b590e0edf56467c..02e329542b6ae8c53122d9b5c7a32d42046946df 100644 (file)
--- 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. */
 
This page took 0.048958 seconds and 4 git commands to generate.