diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-01-03 05:18:00 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-01-03 05:18:00 +0000 |
commit | bb09a377b930d0386f37f9534878e304e6435470 (patch) | |
tree | 770de4c80caedf7b5fd47616d65323372bcbc173 | |
parent | 70375f2d1a13b1bc3d6f6ccd6501bae16f3abbbe (diff) | |
download | gdb-bb09a377b930d0386f37f9534878e304e6435470.tar.gz |
* top.c (print_gdb_version): Update copyright year.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/top.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3dba1635669..dd54895b792 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 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. For older changes see ChangeLog-2008. diff --git a/gdb/top.c b/gdb/top.c index d0ba466582d..3e041c8da98 100644 --- 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 |