aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-05-04 03:53:00 +0000
committerAlan Modra <amodra@gmail.com>2000-05-04 03:53:00 +0000
commitfb166ee3a7fb51b48b9f18ccd38b55668a6cc3ee (patch)
treecc0433210805b4ef52e2a4c385ca6a1f8de688fe /gas
parent786e2c0f621fad6ac9f6cf8070c65e247b7a278a (diff)
downloadgdb-fb166ee3a7fb51b48b9f18ccd38b55668a6cc3ee.zip
gdb-fb166ee3a7fb51b48b9f18ccd38b55668a6cc3ee.tar.gz
gdb-fb166ee3a7fb51b48b9f18ccd38b55668a6cc3ee.tar.bz2
Just mention current year in printed copyright message.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/as.c3
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 922559e..db8cf8d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/as.c b/gas/as.c
index 9918720..53a48c0 100644
--- 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"));