summaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-05-04 03:53:00 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-05-04 03:53:00 +0000
commit079f63a7a75f8cfa53f9828f6ab90aa2b1e9a370 (patch)
treecaf3ce9877d40f85695b7f6f2b5b16f76fd036f7 /gas
parentfe0f3e9da7f83f55c9088f33460107d4c28d871c (diff)
downloadbinutils-redhat-079f63a7a75f8cfa53f9828f6ab90aa2b1e9a370.tar.gz
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 922559e1d7..db8cf8d4df 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 991872087b..53a48c089b 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"));