aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-01-01 06:56:04 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-01-01 06:56:04 +0000
commit4a70f6546bba7e665ecfb31d758cd20f9146d965 (patch)
tree0722e02e0bb60892930b262df892ca77216c9d58 /gdb/top.c
parente1e4d4a4d8d6ff65f5d20f9f70838804d6b71841 (diff)
downloadgdb-4a70f6546bba7e665ecfb31d758cd20f9146d965.zip
gdb-4a70f6546bba7e665ecfb31d758cd20f9146d965.tar.gz
gdb-4a70f6546bba7e665ecfb31d758cd20f9146d965.tar.bz2
* top.c (print_gdb_version): Update copyright year.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 69a11ad..b10e013 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