Just mention current year in printed copyright message.
authorAlan Modra <amodra@gmail.com>
Thu, 4 May 2000 03:53:00 +0000 (03:53 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 4 May 2000 03:53:00 +0000 (03:53 +0000)
gas/ChangeLog
gas/as.c

index 922559e1d79d5a6504d588f176e8e9fbba5a57c7..db8cf8d4df29ffeca113228a2df7771d9b2b990a 100644 (file)
@@ -1,3 +1,8 @@
+2000-05-04  Alan Modra  <alan@linuxcare.com.au>
+
+       * as.c (parse_args): Just mention current year in printed
+       copyright message.
+
 2000-05-03  J.T. Conklin  <jtc@redback.com>
 
        * config/tc-ppc.c (pre_defined_registers): Add entries for vector
index 991872087b25cf0e2ea9ddb67af01ae7cb2dc869..53a48c089b007649484187c129ee35c07a5dba82 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -514,8 +514,7 @@ 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, 1998, 1999, 2000 Free Software Foundation, Inc.\n"));
+         printf (_("Copyright 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.038721 seconds and 4 git commands to generate.