aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2005-11-22 19:24:03 +0000
committerJoel Brobecker <brobecker@gnat.com>2005-11-22 19:24:03 +0000
commitab83048167c199c600c6fd0b9fa171191554efcc (patch)
tree9d68df8e033d1f7ddb99889a5e6e46aeed2eac43 /gdb/top.c
parent73f749ce7961eeef3293330a659e7e50c176d758 (diff)
downloadgdb-ab83048167c199c600c6fd0b9fa171191554efcc.zip
gdb-ab83048167c199c600c6fd0b9fa171191554efcc.tar.gz
gdb-ab83048167c199c600c6fd0b9fa171191554efcc.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 e4fb845..c611e40 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 2004 Free Software Foundation, Inc.\n");
+ fprintf_filtered (stream, "Copyright 2005 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