diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/as.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4586107..57e0d55 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2000-05-03 David O'Brien <obrien@NUXI.com> + + * as.c (parse_args): Update copyright. + 2000-05-03 Mark Elbrecht <snowball3@bigfoot.com> * gas/config/tc-i386.h (SUB_SEGMENT_ALIGN): If TE_GO32, return 4 @@ -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")); |