From patchwork Sun Jan 13 08:11:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Sandiford X-Patchwork-Id: 211588 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 AB3DF2C00F6 for ; Sun, 13 Jan 2013 19:11:45 +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=1358669506; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: From:To:Mail-Followup-To: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=uYGUHYN28/2csxDTIz35u4Q48KA=; b=fDg30ypJkJsD4pi hKbqEuLZG6Ehy+79i+7vbrIZTH7f7/rHDyfnpegpjSLichTOX12puINjHcTLxrII r4vlGzBf0P5iae8hF3mLsjBgEMRC/ubZsRzu3PB7s67Wdem9WN7TigGTKfgbi1Lz ss76u3649YwOyM+g3pZ3YGxd2bJA= 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: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=vcGbd0/i/s/8x3Z7M2zR+SMC6IqdVuAF2YxWZ+HAdjPZu2LpSH9zi6+4jIagh8 rBn6LEtVjoTfjCiEW0dOVkbf1VQVgnYGTy+Jp5ONaHe2pxw/qTaX0KWHYS/owPLW SUhG//zoaNHzPmLzTVfM6GLiu3c7rvph1C23mGDQPFJEo=; Received: (qmail 4878 invoked by alias); 13 Jan 2013 08:11:37 -0000 Received: (qmail 4866 invoked by uid 22791); 13 Jan 2013 08:11:36 -0000 X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=AWL, BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, DKIM_VALID, FREEMAIL_FROM, KHOP_RCVD_TRUST, NML_ADSP_CUSTOM_MED, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-wg0-f52.google.com (HELO mail-wg0-f52.google.com) (74.125.82.52) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 13 Jan 2013 08:11:30 +0000 Received: by mail-wg0-f52.google.com with SMTP id 12so1466650wgh.31 for ; Sun, 13 Jan 2013 00:11:28 -0800 (PST) X-Received: by 10.194.142.162 with SMTP id rx2mr17319685wjb.17.1358064688920; Sun, 13 Jan 2013 00:11:28 -0800 (PST) Received: from localhost ([2.26.203.77]) by mx.google.com with ESMTPS id eo10sm7711795wib.9.2013.01.13.00.11.26 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 13 Jan 2013 00:11:27 -0800 (PST) From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, rdsandiford@googlemail.com Subject: [committed] Update Makefile.in copyright Date: Sun, 13 Jan 2013 08:11:25 +0000 Message-ID: <87ehhp1p02.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 This one got left out of the earlier patch due to a scripting bug. Tested on x86_64-linux-gnu and committed as obvious. Richard gcc/ * Makefile.in: Update copyright. Index: gcc/Makefile.in =================================================================== --- gcc/Makefile.in 2013-01-13 08:05:06.701397766 +0000 +++ gcc/Makefile.in 2013-01-13 08:10:41.872765977 +0000 @@ -1,9 +1,7 @@ # Makefile for GNU Compiler Collection # Run 'configure' to generate Makefile from Makefile.in -# Copyright (C) 1987, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, -# 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +# Copyright (C) 1987-2013 Free Software Foundation, Inc. #This file is part of GCC.