aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2006-01-02 05:45:54 +0000
committerJoel Brobecker <brobecker@gnat.com>2006-01-02 05:45:54 +0000
commit0bee07125fa7b3c006f4b11d125cfb1285cb76c0 (patch)
tree7178529d15a249357fc00fe3587d529226cff339 /gdb/top.c
parent13c763f4972494029fb3245906dae3e9f134d837 (diff)
downloadfsf-binutils-gdb-0bee07125fa7b3c006f4b11d125cfb1285cb76c0.zip
fsf-binutils-gdb-0bee07125fa7b3c006f4b11d125cfb1285cb76c0.tar.gz
fsf-binutils-gdb-0bee07125fa7b3c006f4b11d125cfb1285cb76c0.tar.bz2
* top.c (print_gdb_version): Update copyright year to 2006.
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 2b212d8..5dfb03d 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1064,7 +1064,7 @@ print_gdb_version (struct ui_file *stream)
/* Second line is a copyright notice. */
- fprintf_filtered (stream, "Copyright (C) 2005 Free Software Foundation, Inc.\n");
+ fprintf_filtered (stream, "Copyright (C) 2006 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