diff options
author | Tom Tromey <tromey@redhat.com> | 2012-07-26 17:21:06 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-07-26 17:21:06 +0000 |
commit | 5ba19b4c7a5c258c0fdde17e8a89b7032644eb4b (patch) | |
tree | e19bcc0771e753015b953857f1f84927d3b1bbdd /gdb/copying.c | |
parent | 27618ce42a9eaeb1c95bca6ed8f2a261df0e6981 (diff) | |
download | gdb-5ba19b4c7a5c258c0fdde17e8a89b7032644eb4b.zip gdb-5ba19b4c7a5c258c0fdde17e8a89b7032644eb4b.tar.gz gdb-5ba19b4c7a5c258c0fdde17e8a89b7032644eb4b.tar.bz2 |
* copying.c: Rebuild.
* copying.awk: Don't use immediate_quit. Use 'no_set_class', not
'no_class'.
Diffstat (limited to 'gdb/copying.c')
-rw-r--r-- | gdb/copying.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/copying.c b/gdb/copying.c index 9aac2e6..c71c4e5 100644 --- a/gdb/copying.c +++ b/gdb/copying.c @@ -17,7 +17,7 @@ show_copying_command (char *ignore, int from_tty) printf_filtered (" GNU GENERAL PUBLIC LICENSE\n"); printf_filtered (" Version 3, 29 June 2007\n"); printf_filtered ("\n"); - printf_filtered (" Copyright (C) 2007, 2012 Free Software Foundation, Inc. <http://fsf.org/>\n"); + printf_filtered (" Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n"); printf_filtered (" Everyone is permitted to copy and distribute verbatim copies\n"); printf_filtered (" of this license document, but changing it is not allowed.\n"); printf_filtered ("\n"); |