diff options
author | Alan Modra <amodra@gmail.com> | 2000-05-04 03:53:00 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-05-04 03:53:00 +0000 |
commit | fb166ee3a7fb51b48b9f18ccd38b55668a6cc3ee (patch) | |
tree | cc0433210805b4ef52e2a4c385ca6a1f8de688fe /gas/as.c | |
parent | 786e2c0f621fad6ac9f6cf8070c65e247b7a278a (diff) | |
download | gdb-fb166ee3a7fb51b48b9f18ccd38b55668a6cc3ee.zip gdb-fb166ee3a7fb51b48b9f18ccd38b55668a6cc3ee.tar.gz gdb-fb166ee3a7fb51b48b9f18ccd38b55668a6cc3ee.tar.bz2 |
Just mention current year in printed copyright message.
Diffstat (limited to 'gas/as.c')
-rw-r--r-- | gas/as.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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")); |