From 764c62eb0185bc1f92441726066d895194ac5785 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 17 Nov 2008 17:44:32 +0000 Subject: Update copyright year in --version messages. --- gas/ChangeLog | 4 ++++ gas/as.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gas') diff --git a/gas/ChangeLog b/gas/ChangeLog index 5a19737..05b98ff 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2008-11-17 Nick Clifton + + * as.c (parse_args): Update copyright year. + 2008-11-14 Mat Hostetter * read.c (emit_expr): Grow frag before filling it so that diff --git a/gas/as.c b/gas/as.c index f67e7fb..246ee68 100644 --- a/gas/as.c +++ b/gas/as.c @@ -600,7 +600,7 @@ parse_args (int * pargc, char *** pargv) case OPTION_VERSION: /* This output is intended to follow the GNU standards document. */ printf (_("GNU assembler %s\n"), BFD_VERSION_STRING); - printf (_("Copyright 2007 Free Software Foundation, Inc.\n")); + printf (_("Copyright 2008 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 version 3 or later.\n\ -- cgit v1.1