From: Joel Brobecker Date: Sat, 3 Jan 2009 05:18:00 +0000 (+0000) Subject: * top.c (print_gdb_version): Update copyright year. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=c9fc347d3835879d625d0b571d5cfc84de503c3c;p=deliverable%2Fbinutils-gdb.git * top.c (print_gdb_version): Update copyright year. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3dba163566..dd54895b79 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-01-03 Joel Brobecker + + * top.c (print_gdb_version): Update copyright year. + 2009-01-03 Joel Brobecker * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008. diff --git a/gdb/top.c b/gdb/top.c index d0ba466582..3e041c8da9 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1122,7 +1122,7 @@ print_gdb_version (struct ui_file *stream) /* Second line is a copyright notice. */ - fprintf_filtered (stream, "Copyright (C) 2008 Free Software Foundation, Inc.\n"); + fprintf_filtered (stream, "Copyright (C) 2009 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