diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-01-01 06:56:04 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-01-01 06:56:04 +0000 |
commit | 4a70f6546bba7e665ecfb31d758cd20f9146d965 (patch) | |
tree | 0722e02e0bb60892930b262df892ca77216c9d58 | |
parent | ChangeLog rotation for 2010. (diff) | |
download | binutils-gdb-4a70f6546bba7e665ecfb31d758cd20f9146d965.tar.gz binutils-gdb-4a70f6546bba7e665ecfb31d758cd20f9146d965.tar.bz2 binutils-gdb-4a70f6546bba7e665ecfb31d758cd20f9146d965.zip |
* 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 d7eb9bb0517..ac3afb12cbb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2010-01-01 Joel Brobecker <brobecker@adacore.com> + * top.c (print_gdb_version): Update copyright year. + +2010-01-01 Joel Brobecker <brobecker@adacore.com> + Fix break *FUN'address thread NUM. * ada-lex.l (task): Expand rule to also match the thread keyword. diff --git a/gdb/top.c b/gdb/top.c index 69a11ad5be1..b10e0137fc5 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1118,7 +1118,7 @@ print_gdb_version (struct ui_file *stream) /* Second line is a copyright notice. */ - fprintf_filtered (stream, "Copyright (C) 2009 Free Software Foundation, Inc.\n"); + fprintf_filtered (stream, "Copyright (C) 2010 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 |