* top.c (print_gdb_version): Update copyright year to 2006.
authorJoel Brobecker <brobecker@gnat.com>
Mon, 2 Jan 2006 05:45:54 +0000 (05:45 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 2 Jan 2006 05:45:54 +0000 (05:45 +0000)
gdb/ChangeLog
gdb/top.c

index 2a9c7f69974de23c58995d47a7bdf7e85f79f3a5..258ba20eafc334696ccdd869173901292c5abf39 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * top.c (print_gdb_version): Update copyright year to 2006.
+
 2006-01-01  Roger Sayle  <roger@eyesopen.com>
             Elena Zannoni <ezannoni@redhat.com>
 
index 2b212d8a525eb34c9874a3b77ed7651d4a826a0d..5dfb03d9f1dcfb3b1e0cfb6f12adefdd9466ca86 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 (C) 2005 Free Software Foundation, Inc.\n");
+  fprintf_filtered (stream, "Copyright (C) 2006 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
This page took 0.027083 seconds and 4 git commands to generate.