aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/top.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 148e8db..6dac329 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
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.
* ChangeLog: Reset for 2008.
* config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
diff --git a/gdb/top.c b/gdb/top.c
index a221c0c..e8deb8f 100644
--- 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