From: Fernando Nasser Date: Thu, 25 Jan 2001 15:19:30 +0000 (+0000) Subject: 2001-01-24 Fernando Nasser X-Git-Tag: newlib-1_9_0~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=388e1ff2e5c127e63d203dad82712f57638267e9;p=platform%2Fupstream%2Fbinutils.git 2001-01-24 Fernando Nasser * top.c (print_gdb_version): Update Copyright year. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8b48320..7a65255 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2001-01-24 Fernando Nasser + + * top.c (print_gdb_version): Update Copyright year. + 2001-01-24 J.T. Conklin * dcache.c (dcache_write_line): Fix typo. diff --git a/gdb/top.c b/gdb/top.c index 5973f7c..cb1b0ed 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1394,7 +1394,7 @@ print_gdb_version (struct ui_file *stream) /* Second line is a copyright notice. */ - fprintf_filtered (stream, "Copyright 2000 Free Software Foundation, Inc.\n"); + fprintf_filtered (stream, "Copyright 2001 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