diff mbox

Tweak config/tilepro/gen-mul-tables.cc copyright

Message ID 87vcba5y7t.fsf@talisman.default
State New
Headers show

Commit Message

Richard Sandiford Jan. 6, 2013, 11:48 a.m. UTC
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.
diff mbox

Patch

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");