From patchwork Sun Jan 6 11:50:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Sandiford X-Patchwork-Id: 209743 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 839352C0087 for ; Sun, 6 Jan 2013 22:50:27 +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=1358077827; 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=+2WO0/K3M+ssT2zg7BF/7HBBS+s=; b=M/0LxiPi+ohPeh7 n22kaazEdazCemxtnKHDsCsM1fdmbo4rGIuWp+t+Gnkb9m3fDEu2dTxY6tdzagPQ p+nYcr/a1ZfYhJA1zkItrEXlmamzm+tuLX1tFBlOSj2O2tkwDNxOVdWf1R1RRDHQ M/d4MVwfzcgf+RlFFVMY/yd7h0pg= 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=RK3Si0B8DTd0aZM1KG52MeXpou2z0B1z9KtFmvDQ8bcLoO57hUpJG+lxnAR8sN 3x0TTvXduCroGVA9BFPpuYstuGjaLNrxi1GO4YJj+1vAGDtIAC4g7EkVm7maNAlw CMRq1miypAfhT5BKjVKIdmNgVd3t4qYiHccZvLRVwxoaY=; Received: (qmail 19096 invoked by alias); 6 Jan 2013 11:50:24 -0000 Received: (qmail 19088 invoked by uid 22791); 6 Jan 2013 11:50:23 -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-f46.google.com (HELO mail-wg0-f46.google.com) (74.125.82.46) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 06 Jan 2013 11:50:19 +0000 Received: by mail-wg0-f46.google.com with SMTP id dr13so8574425wgb.13 for ; Sun, 06 Jan 2013 03:50:18 -0800 (PST) X-Received: by 10.194.9.162 with SMTP id a2mr90917817wjb.33.1357473018395; Sun, 06 Jan 2013 03:50:18 -0800 (PST) Received: from localhost ([2.26.203.77]) by mx.google.com with ESMTPS id t17sm7982082wiv.6.2013.01.06.03.50.16 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Jan 2013 03:50:17 -0800 (PST) From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, rdsandiford@googlemail.com Subject: RFA: Add missing copyright holders Date: Sun, 06 Jan 2013 11:50:15 +0000 Message-ID: <87r4ly5y4o.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 I noticed three files are missing a copyright holder. Since claims of copyright ownership never feel obvious: OK to install? Richard gcc/ * file-find.c, file-find.h, realmpfr.c: Add FSF as copyright holder. Index: gcc/file-find.c =================================================================== --- gcc/file-find.c 2013-01-06 11:36:13.000000000 +0000 +++ gcc/file-find.c 2013-01-06 11:37:45.131294794 +0000 @@ -1,6 +1,7 @@ /* Utility functions for finding files relative to GCC binaries. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012 + Free Software Foundation, Inc. This file is part of GCC. Index: gcc/file-find.h =================================================================== --- gcc/file-find.h 2013-01-06 11:36:13.000000000 +0000 +++ gcc/file-find.h 2013-01-06 11:37:45.132294802 +0000 @@ -2,6 +2,7 @@ finding files relative to GCC binaries. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012 + Free Software Foundation, Inc. This file is part of GCC. Index: gcc/realmpfr.c =================================================================== --- gcc/realmpfr.c 2013-01-06 11:36:13.000000000 +0000 +++ gcc/realmpfr.c 2013-01-06 11:37:45.132294802 +0000 @@ -1,5 +1,5 @@ /* Conversion routines from GCC internal float representation to MPFR. - Copyright (C) 2010 + Copyright (C) 2010 Free Software Foundation, Inc. This file is part of GCC.