Update copyright message.
authorAlan Modra <amodra@gmail.com>
Wed, 3 May 2000 06:38:40 +0000 (06:38 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 3 May 2000 06:38:40 +0000 (06:38 +0000)
gas/ChangeLog
gas/as.c

index 458610770f7cc55cf6641dcc355f85d162d358d9..57e0d555d13edb3771e00632cfd0c2797ec2f9fc 100644 (file)
@@ -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
index e34807b8773b1ce69f42559c19aea83cf4b50368..991872087b25cf0e2ea9ddb67af01ae7cb2dc869 100644 (file)
--- 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"));
This page took 0.029745 seconds and 4 git commands to generate.