* top.c (print_gdb_version): Update copyright year.
authorJoel Brobecker <brobecker@gnat.com>
Fri, 1 Jan 2010 06:56:04 +0000 (06:56 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 1 Jan 2010 06:56:04 +0000 (06:56 +0000)
gdb/ChangeLog
gdb/top.c

index d7eb9bb05170c331fbe3183fdc870fd2e4412772..ac3afb12cbb84e3c13737111e30243a62364e610 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 69a11ad5be1b64df285ff2edf4433bbbc24e2800..b10e0137fc522b5c59473c78e5929b4d7ae932e1 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
This page took 0.026708 seconds and 4 git commands to generate.