OSDN Git Service

* top.c (print_gdb_version): Update copyright year.
authorbrobecke <brobecke>
Fri, 1 Jan 2010 15:56:03 +0000 (15:56 +0000)
committerbrobecke <brobecke>
Fri, 1 Jan 2010 15:56:03 +0000 (15:56 +0000)
gdb/ChangeLog
gdb/top.c

index d7eb9bb..ac3afb1 100644 (file)
@@ -1,5 +1,9 @@
 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
 
+       * top.c (print_gdb_version): Update copyright year.
+
+2010-01-01  Joel Brobecker  <brobecker@adacore.com>
+
        Fix break *FUN'address thread NUM.
        * ada-lex.l (task): Expand rule to also match the thread keyword.
 
index 69a11ad..b10e013 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1118,7 +1118,7 @@ print_gdb_version (struct ui_file *stream)
 
   /* Second line is a copyright notice. */
 
-  fprintf_filtered (stream, "Copyright (C) 2009 Free Software Foundation, Inc.\n");
+  fprintf_filtered (stream, "Copyright (C) 2010 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