From fb166ee3a7fb51b48b9f18ccd38b55668a6cc3ee Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 4 May 2000 03:53:00 +0000 Subject: Just mention current year in printed copyright message. --- gas/as.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gas/as.c') 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")); -- cgit v1.1