summaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-01-01 06:56:03 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-01-01 06:56:03 +0000
commit659c5d5a0fcdbe619ca0d185496e73fdf1495735 (patch)
tree42054a8aed7400715ade3ae032d2989b70dd5f84 /gdb/top.c
parent8f66bf6fd300c9f0b253c0c4769ccc9e6f4df52d (diff)
downloadgdb-659c5d5a0fcdbe619ca0d185496e73fdf1495735.tar.gz
* 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 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