From patchwork Tue Jun 14 13:50:11 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kyrill Tkachov X-Patchwork-Id: 635275 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rTWHt5XsFz9s8d for ; Tue, 14 Jun 2016 23:50:34 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=yc1My8Iv; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; q= dns; s=default; b=n/kCx/VNtI0Y+tdxX1ZLGnjSJ4IMxDy84N0Z3GDTGhKEXz mSO3Prsz53ldX3oUpMrrc8cqBiMFs4I9pLD31sHe4fDVJJEC7Dmhlzpf63V89DIV cZiShkSGMZ5cxQ9vZnBk/IsGzXjPWGIiSNlrdMcuqU8zrMF1xbBGzmgxwOrjs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; s= default; bh=HrzEzO6T1Pb2hPJuW1twjc20tE4=; b=yc1My8IvUpJ27iK8KX9g DvyzKkFTERhIlJfviilW6DE6kKQJFZzizrGs77RHzAuyb6dLT/JIjQOjaRvfUC1l /ZECGMOk81PxIekXdA28i/MDLteU5S4qZXPOz1HWaWzU5fjSKUmgNx0Yr1xE4OUm SrrpzxqunhOMq9y//1qYtf8= Received: (qmail 52783 invoked by alias); 14 Jun 2016 13:50:27 -0000 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 Received: (qmail 52768 invoked by uid 89); 14 Jun 2016 13:50:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=BAYES_00, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Close, Hx-languages-length:1445 X-HELO: foss.arm.com Received: from foss.arm.com (HELO foss.arm.com) (217.140.101.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 14 Jun 2016 13:50:16 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id EBD60F for ; Tue, 14 Jun 2016 06:50:53 -0700 (PDT) Received: from [10.2.206.43] (e100706-lin.cambridge.arm.com [10.2.206.43]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 480803F41F for ; Tue, 14 Jun 2016 06:50:13 -0700 (PDT) Message-ID: <57600B93.2020707@foss.arm.com> Date: Tue, 14 Jun 2016 14:50:11 +0100 From: Kyrill Tkachov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: GCC Patches Subject: [PATCH] Fix typo in copyright boilerplate Hi all, Committing the typo fix as obvious. Thanks, Kyrill 2016-06-14 Kyrylo Tkachov * expmed.h: Close parenthesis in "at your option" in copyright boilerplate. * lower-subreg.h: Likewise. diff --git a/gcc/expmed.h b/gcc/expmed.h index 304ce02d78a9e3e024c13caee7869d67dfdab65c..a15a270c63f8d2d3bb63d850d618d8560ae89828 100644 --- a/gcc/expmed.h +++ b/gcc/expmed.h @@ -5,7 +5,7 @@ This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free -Software Foundation; either version 3, or (at your option; any later +Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, but WITHOUT ANY diff --git a/gcc/lower-subreg.h b/gcc/lower-subreg.h index 40b8ed73fcb6158a15c32f415d9612bc73b5688d..82dc13bfa92faf473704fa66c4062918eef90f3b 100644 --- a/gcc/lower-subreg.h +++ b/gcc/lower-subreg.h @@ -5,7 +5,7 @@ This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free -Software Foundation; either version 3, or (at your option; any later +Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, but WITHOUT ANY