This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Update copyright year for gengtype


This patch updates the year of copyright of code generated by
gengtype.  I assume, given that 2004 is the only year listed, that
this should be updated to the current year.  Okay for mainline?

2006-04-12  Ben Elliston  <bje@au.ibm.com>

        * gengtype.c (create_file): Update copyright year.

Index: gengtype.c
===================================================================
--- gengtype.c  (revision 112869)
+++ gengtype.c  (working copy)
@@ -1019,7 +1019,7 @@ static outf_p
 create_file (const char *name, const char *oname)
 {
   static const char *const hdr[] = {
-    "   Copyright (C) 2004 Free Software Foundation, Inc.\n",
+    "   Copyright (C) 2006 Free Software Foundation, Inc.\n",
     "\n",
     "This file is part of GCC.\n",
     "\n",


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]