From: Michael Chastain Date: Sun, 20 Jan 2002 22:05:15 +0000 (+0000) Subject: 2002-01-20 Michael Chastain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f86ddd7c6f0f80788a0e6424b44c94cb1e453d50;p=binutils-gdb.git 2002-01-20 Michael Chastain * top.c (print_gdb_version): Bump copyright year to 2002. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 00c19d34332..1998a4e5d5e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-01-20 Michael Chastain + + * top.c (print_gdb_version): Bump copyright year to 2002. + 2002-01-20 Andrew Cagney * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena diff --git a/gdb/top.c b/gdb/top.c index d7557b5f2e6..6ed92e8edb6 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1320,7 +1320,7 @@ print_gdb_version (struct ui_file *stream) /* Second line is a copyright notice. */ - fprintf_filtered (stream, "Copyright 2001 Free Software Foundation, Inc.\n"); + fprintf_filtered (stream, "Copyright 2002 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