Update copyright message.
This commit is contained in:
parent
da5d444c29
commit
7c4f6a035a
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2000-05-03 Mark Elbrecht <snowball3@bigfoot.com>
|
||||||
|
|
||||||
* gas/config/tc-i386.h (SUB_SEGMENT_ALIGN): If TE_GO32, return 4
|
* gas/config/tc-i386.h (SUB_SEGMENT_ALIGN): If TE_GO32, return 4
|
||||||
|
|
3
gas/as.c
3
gas/as.c
|
@ -514,7 +514,8 @@ parse_args (pargc, pargv)
|
||||||
case OPTION_VERSION:
|
case OPTION_VERSION:
|
||||||
/* This output is intended to follow the GNU standards document. */
|
/* This output is intended to follow the GNU standards document. */
|
||||||
printf (_("GNU assembler %s\n"), VERSION);
|
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 (_("\
|
printf (_("\
|
||||||
This program is free software; you may redistribute it under the terms of\n\
|
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"));
|
the GNU General Public License. This program has absolutely no warranty.\n"));
|
||||||
|
|
Loading…
Reference in a new issue