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."

Reply via email to