From patchwork Tue Jan 8 20:22:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] fixincludes copyright From: Richard Sandiford X-Patchwork-Id: 210494 Message-Id: <8762372zo5.fsf@talisman.default> To: gcc-patches@gcc.gnu.org Cc: bkorb@gnu.org Date: Tue, 08 Jan 2013 20:22:02 +0000 Here's the patch that Joseph asked for to make mkheaders.in print a single copyright year. Tested on x86_64-linux-gnu. OK to install? Richard fixincludes/ * mkheaders.in: Print 2013 as the copyright year. Index: fixincludes/mkheaders.in =================================================================== --- fixincludes/mkheaders.in 2013-01-07 20:22:36.000000000 +0000 +++ fixincludes/mkheaders.in 2013-01-07 20:24:22.868016259 +0000 @@ -41,7 +41,7 @@ fi if [ x$1 = x--version ] ; then echo "mkheaders (GCC) version $version" - echo "Copyright 2002, 2007, 2009 Free Software Foundation, Inc." + echo "Copyright (C) 2013 Free Software Foundation, Inc." echo "This program is free software; you may redistribute it under the" echo "terms of the GNU General Public License. This program has" echo "absolutely no warranty."