From: Alan Modra Date: Wed, 3 May 2000 06:38:40 +0000 (+0000) Subject: Update copyright message. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7c4f6a035a21142c3908681f587bfbcd136a0518;p=binutils-gdb.git Update copyright message. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 458610770f7..57e0d555d13 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 e34807b8773..991872087b2 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"));