public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Tweak config/tilepro/gen-mul-tables.cc copyright
@ 2013-01-06 11:48 Richard Sandiford
  0 siblings, 0 replies; only message in thread
From: Richard Sandiford @ 2013-01-06 11:48 UTC (permalink / raw)
  To: gcc-patches; +Cc: walt

As minor as minor can be, but: put the config/tilepro/gen-mul-tables.cc
copyright on a single line so that scripts can more easily update the
printf() line.

This is a trivial change, so I don't think 2013 needs to be added.

Committed as obvious (I hope).

Richard


gcc/
	* config/tilepro/gen-mul-tables.cc: Put copyright on one line.

Index: gcc/config/tilepro/gen-mul-tables.cc
===================================================================
--- gcc/config/tilepro/gen-mul-tables.cc	2013-01-06 11:36:13.108667529 +0000
+++ gcc/config/tilepro/gen-mul-tables.cc	2013-01-06 11:37:04.722018282 +0000
@@ -1,6 +1,5 @@
 /* Multiply table generator for tile.
-   Copyright (C) 2011, 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 2011, 2012 Free Software Foundation, Inc.
    Contributed by Walter Lee (walt@tilera.com)
 
    This file is part of GCC.
@@ -1231,8 +1230,7 @@ main ()
 #else
   printf ("/* Constant multiply table for TILE-Gx.\n");
 #endif
-  printf ("   Copyright (C) 2011, 2012\n");
-  printf ("   Free Software Foundation, Inc.\n");
+  printf ("   Copyright (C) 2011, 2012 Free Software Foundation, Inc.\n");
   printf ("   Contributed by Walter Lee (walt@tilera.com)\n");
   printf ("\n");
   printf ("   This file is part of GCC.\n");

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

only message in thread, other threads:[~2013-01-06 11:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-06 11:48 Tweak config/tilepro/gen-mul-tables.cc 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).