From: Andrew Cagney Date: Tue, 28 Mar 2000 02:03:53 +0000 (+0000) Subject: Bump copyright to 2000. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=107b56f053504c0864319ccb6c0f3fef03186fe6;p=binutils-gdb.git Bump copyright to 2000. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dbb16b17dbe..b973cd6c2a0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Tue Mar 28 11:52:45 2000 Andrew Cagney + + * top.c (print_gdb_version): Bump copyright year to 2000. + Tue Mar 28 10:13:11 2000 Andrew Cagney * MAINTAINERS: Add Glen McCready to write after approval list. diff --git a/gdb/top.c b/gdb/top.c index 0fac46d96b5..e5a8bef29cf 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -3173,7 +3173,7 @@ print_gdb_version (stream) /* Second line is a copyright notice. */ - fprintf_filtered (stream, "Copyright 1998 Free Software Foundation, Inc.\n"); + fprintf_filtered (stream, "Copyright 2000 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