From: Alan Modra Date: Wed, 3 May 2000 06:39:54 +0000 (+0000) Subject: Update copyright message. X-Git-Tag: binutils-2_10~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52a52e162e65f5c1be56e05c4ab0ea7a6393d76e;p=thirdparty%2Fbinutils-gdb.git Update copyright message. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 46aab83592e..45adb5faf91 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2000-05-03 David O'Brien + + * as.c (parse_args): Update copyright. + 2000-05-03 Mark Elbrecht * gas/config/tc-i386.h (SUB_SEGMENT_ALIGN): If TE_GO32, return 4 diff --git a/gas/as.c b/gas/as.c index 9bac61da19c..55638de1e3f 100644 --- a/gas/as.c +++ b/gas/as.c @@ -514,7 +514,8 @@ parse_args (pargc, pargv) case OPTION_VERSION: /* This output is intended to follow the GNU standards document. */ printf (_("GNU assembler %s\n"), VERSION); - printf (_("Copyright 1997 Free Software Foundation, Inc.\n")); + printf (_("\ +Copyright 1997, 1998, 1999, 2000 Free Software Foundation, Inc.\n")); printf (_("\ This program is free software; you may redistribute it under the terms of\n\ the GNU General Public License. This program has absolutely no warranty.\n"));