From patchwork Sun Jan 6 11:48:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Tweak config/tilepro/gen-mul-tables.cc copyright From: Richard Sandiford X-Patchwork-Id: 209742 Message-Id: <87vcba5y7t.fsf@talisman.default> To: gcc-patches@gcc.gnu.org Cc: walt@tilera.com Date: Sun, 06 Jan 2013 11:48:22 +0000 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");