public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [1/2] fixincludes copyright
@ 2013-01-08 20:22 Richard Sandiford
  0 siblings, 0 replies; only message in thread
From: Richard Sandiford @ 2013-01-08 20:22 UTC (permalink / raw)
  To: gcc-patches; +Cc: bkorb

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-08 20:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-08 20:22 [1/2] fixincludes copyright Richard Sandiford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).