]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* top.c (print_gdb_version): Update copyright year.
authorJoel Brobecker <brobecker@gnat.com>
Tue, 22 Nov 2005 19:26:41 +0000 (19:26 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 22 Nov 2005 19:26:41 +0000 (19:26 +0000)
gdb/ChangeLog
gdb/top.c

index 30da4c6359edd1409682009cafa3fc8b621fb33a..fe8dda46f5e4965dd40736000e9970b8eb3e33e5 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-22  Joel Brobecker  <brobecker@adacore.com>
+
+       * top.c (print_gdb_version): Update copyright year.
+
 2005-11-22  Joel Brobecker  <brobecker@adacore.com>
 
        * version.in: Bump version number to 6.3.91 now that the first
index e4fb84519d10d9ee146e8f416d0ae6ae6d0d34b3..c611e40f5a95010be7219bba9d29621d5cbc3d73 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1064,7 +1064,7 @@ print_gdb_version (struct ui_file *stream)
 
   /* Second line is a copyright notice. */
 
-  fprintf_filtered (stream, "Copyright 2004 Free Software Foundation, Inc.\n");
+  fprintf_filtered (stream, "Copyright 2005 Free Software Foundation, Inc.\n");
 
   /* Following the copyright is a brief statement that the program is
      free software, that users are free to copy and change it on