From efd321f91c31f5f537753f99e282dbc267854fa6 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 2 Jan 2015 01:08:15 +1030 Subject: Correct printed year in copyright notices --- gas/as.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/as.c') diff --git a/gas/as.c b/gas/as.c index 781cf8b547..503add992a 100644 --- a/gas/as.c +++ b/gas/as.c @@ -626,7 +626,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 (C) 2014-2015 Free Software Foundation, Inc.\n")); + printf (_("Copyright (C) 2015 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.2.3