From: Joel Brobecker Date: Tue, 22 Nov 2005 19:24:03 +0000 (+0000) Subject: * top.c (print_gdb_version): Update copyright year. X-Git-Tag: gdb-csl-20060226-branchpoint~681 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab83048167c199c600c6fd0b9fa171191554efcc;p=platform%2Fupstream%2Fbinutils.git * top.c (print_gdb_version): Update copyright year. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1d0b6c7..6973249 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-20 Mark Kettenis * inf-ptrace.c (inf_ptrace_xfer_partial): Use PIOD_WRITE_I instead 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