]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* top.c (print_gdb_version): Update copyright year.
authorJoel Brobecker <brobecker@gnat.com>
Tue, 1 Jan 2008 04:27:43 +0000 (04:27 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 1 Jan 2008 04:27:43 +0000 (04:27 +0000)
gdb/ChangeLog
gdb/top.c

index 148e8db840fad85cfd42fd7082aef9966fef4479..6dac3294524158d2ff80fcdab0f9dfe837eb7a77 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * top.c (print_gdb_version): Update copyright year.
+
 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
 
        * ChangeLog-2007: New ChangeLog rotation.
index a221c0c1e3892dbd3b8ef2b3ce874b5113b04683..e8deb8f429922ea517d8acb36b8462fb6da6d3e0 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1147,7 +1147,7 @@ print_gdb_version (struct ui_file *stream)
 
   /* Second line is a copyright notice. */
 
-  fprintf_filtered (stream, "Copyright (C) 2007 Free Software Foundation, Inc.\n");
+  fprintf_filtered (stream, "Copyright (C) 2008 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