* top.c (print_gdb_version): Update copyright year.

This commit is contained in:
Joel Brobecker 2008-01-01 04:27:43 +00:00
parent 9d200a2e61
commit 636265b635
2 changed files with 5 additions and 1 deletions

View 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.

View File

@ -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