]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Just mention current year in printed copyright message.
authorAlan Modra <amodra@gmail.com>
Thu, 4 May 2000 05:37:28 +0000 (05:37 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 4 May 2000 05:37:28 +0000 (05:37 +0000)
gas/ChangeLog
gas/as.c

index 02ea997ac8a657c8c850161e4e4aa46c78e6fd76..6ea99c3b2d856352dd9d00f22a8234de56402feb 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  Ian Lance Taylor  <ian@zembu.com>
 
        * config/atof-ieee.c (gen_to_words): When adding carry back in,
index 55638de1e3f3a6d60d1052261fc07675a611faee..f02c42a9b1b51e3c10cebc214d9918d4e8b8e5c9 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"));