From 7c4f6a035a21142c3908681f587bfbcd136a0518 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 3 May 2000 06:38:40 +0000 Subject: [PATCH] Update copyright message. --- gas/ChangeLog | 4 ++++ gas/as.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 458610770f..57e0d555d1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2000-05-03 David O'Brien + + * as.c (parse_args): Update copyright. + 2000-05-03 Mark Elbrecht * gas/config/tc-i386.h (SUB_SEGMENT_ALIGN): If TE_GO32, return 4 diff --git a/gas/as.c b/gas/as.c index e34807b877..991872087b 100644 --- a/gas/as.c +++ b/gas/as.c @@ -514,7 +514,8 @@ 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 Free Software Foundation, Inc.\n")); + printf (_("\ +Copyright 1997, 1998, 1999, 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")); -- 2.34.1