From: Joel Brobecker Date: Tue, 22 Nov 2005 19:26:41 +0000 (+0000) Subject: * top.c (print_gdb_version): Update copyright year. X-Git-Tag: gdb_6_4-20051202-release~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb3428045adacdac99f3e9613ae5af13c6036c08;p=thirdparty%2Fbinutils-gdb.git * top.c (print_gdb_version): Update copyright year. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 30da4c6359e..fe8dda46f5e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2005-11-22 Joel Brobecker + + * top.c (print_gdb_version): Update copyright year. + 2005-11-22 Joel Brobecker * version.in: Bump version number to 6.3.91 now that the first diff --git a/gdb/top.c b/gdb/top.c index e4fb84519d1..c611e40f5a9 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