From: Joel Brobecker Date: Tue, 1 Jan 2008 04:27:43 +0000 (+0000) Subject: * top.c (print_gdb_version): Update copyright year. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=636265b635ab32dbe17e3ddfc17969ac359d1ede;p=deliverable%2Fbinutils-gdb.git * top.c (print_gdb_version): Update copyright year. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 148e8db840..6dac329452 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-01-01 Joel Brobecker + + * top.c (print_gdb_version): Update copyright year. + 2008-01-01 Joel Brobecker * ChangeLog-2007: New ChangeLog rotation. diff --git a/gdb/top.c b/gdb/top.c index a221c0c1e3..e8deb8f429 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1147,7 +1147,7 @@ print_gdb_version (struct ui_file *stream) /* Second line is a copyright notice. */ - fprintf_filtered (stream, "Copyright (C) 2007 Free Software Foundation, Inc.\n"); + fprintf_filtered (stream, "Copyright (C) 2008 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