* top.c (print_gdb_version): Update copyright year.
authorJoel Brobecker <brobecker@gnat.com>
Sat, 3 Jan 2009 05:18:00 +0000 (05:18 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Sat, 3 Jan 2009 05:18:00 +0000 (05:18 +0000)
gdb/ChangeLog
gdb/top.c

index 3dba163566984b58748e0128a7567534531568f0..dd54895b79235e2717ebffda9d2543ab833e20cd 100644 (file)
@@ -1,3 +1,7 @@
+2009-01-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * top.c (print_gdb_version): Update copyright year.
+
 2009-01-03  Joel Brobecker  <brobecker@adacore.com>
 
        * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
index d0ba466582d88ba13111776faea82a7755f5751b..3e041c8da98b219abdca5b61e342c2c98db4532f 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1122,7 +1122,7 @@ print_gdb_version (struct ui_file *stream)
 
   /* Second line is a copyright notice. */
 
-  fprintf_filtered (stream, "Copyright (C) 2008 Free Software Foundation, Inc.\n");
+  fprintf_filtered (stream, "Copyright (C) 2009 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.0257 seconds and 4 git commands to generate.