From patchwork Sun Jan 6 11:48:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Sandiford X-Patchwork-Id: 209742 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id D403C2C007E for ; Sun, 6 Jan 2013 22:48:36 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1358077717; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: From:To:Mail-Followup-To:Cc:Subject:Date:Message-ID:User-Agent: MIME-Version:Content-Type:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=2BHxXdP+YKLmnckfGqHTVGOVPS4=; b=h1LIIECfTBDHZ1E CsPAvpOz9RKZ/ujG7Jf1Vt6mcUGN1IU0qI61OFlY5SbX+KcjPrSGJgnYnNwno+kd CWn1oxivKx9Wn/bNc7klkCr5sY0qPJNJEb9AnZDVnK+/uvJnrlJAhEPjyMZvYAgQ Sc3jMBqfgOSAdMBhmWjh3oAtr1l0= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:X-Received:Received:From:To:Mail-Followup-To:Cc:Subject:Date:Message-ID:User-Agent:MIME-Version:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=aggdbv8Z9+cuJjLr81j6dHYoOCKF5sj1VcGEXOKRSLAfNV560vXwFFBADjLceS tzcCLTJ7Bxwlu6PGp2oBvFCkB2pA5EGQxQr4Pg7S3Bmd32kNsW2aeU7yaspZs5cw aegiEef+0+hCgzn5g5FNKZxvj08ypcux+EEUsmL0EKKkk=; Received: (qmail 18114 invoked by alias); 6 Jan 2013 11:48:31 -0000 Received: (qmail 18105 invoked by uid 22791); 6 Jan 2013 11:48:30 -0000 X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 tests=AWL, BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, DKIM_VALID, FREEMAIL_FROM, KHOP_RCVD_TRUST, KHOP_SPAMHAUS_DROP, NML_ADSP_CUSTOM_MED, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-wg0-f47.google.com (HELO mail-wg0-f47.google.com) (74.125.82.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 06 Jan 2013 11:48:26 +0000 Received: by mail-wg0-f47.google.com with SMTP id dq11so8537632wgb.26 for ; Sun, 06 Jan 2013 03:48:25 -0800 (PST) X-Received: by 10.180.20.109 with SMTP id m13mr4790723wie.16.1357472905428; Sun, 06 Jan 2013 03:48:25 -0800 (PST) Received: from localhost ([2.26.203.77]) by mx.google.com with ESMTPS id s16sm7519147wii.0.2013.01.06.03.48.23 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 06 Jan 2013 03:48:24 -0800 (PST) From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, walt@tilera.com, rdsandiford@googlemail.com Cc: walt@tilera.com Subject: Tweak config/tilepro/gen-mul-tables.cc copyright Date: Sun, 06 Jan 2013 11:48:22 +0000 Message-ID: <87vcba5y7t.fsf@talisman.default> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 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");