From patchwork Fri May 8 14:27:55 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 6629 Received: (qmail 94297 invoked by alias); 8 May 2015 14:28:14 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 94245 invoked by uid 89); 8 May 2015 14:28:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 08 May 2015 14:28:05 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 354EC287D0 for ; Fri, 8 May 2015 10:28:03 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id hWfBc-tUUMtc for ; Fri, 8 May 2015 10:28:03 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0756ED3ACE for ; Fri, 8 May 2015 10:28:03 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 9358640DAA; Fri, 8 May 2015 07:28:02 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [PATCH 2/2] gdb/copyright.py: Remove sim/erc32 files from NOT_FSF_LIST. Date: Fri, 8 May 2015 07:27:55 -0700 Message-Id: <1431095275-6068-3-git-send-email-brobecker@adacore.com> In-Reply-To: <1431095275-6068-1-git-send-email-brobecker@adacore.com> References: <1431095275-6068-1-git-send-email-brobecker@adacore.com> Now that the erc32 files have been updated to contain an FSF copyright header, these files should no longer be in the exclude list. gdb/ChangeLog: * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries. --- gdb/ChangeLog | 4 ++++ gdb/copyright.py | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2df4546..83661dc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2015-05-08 Joel Brobecker + + * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries. + 2015-05-08 Siva Chandra Reddy PR python/18291 diff --git a/gdb/copyright.py b/gdb/copyright.py index 39cec8e..30f4663 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -222,9 +222,6 @@ NOT_FSF_LIST = ( "sim/arm/arminit.c", "sim/common/cgen-fpu.c", "sim/common/cgen-fpu.h", "sim/common/cgen-accfp.c", - "sim/erc32/sis.h", "sim/erc32/erc32.c", "sim/erc32/func.c", - "sim/erc32/float.c", "sim/erc32/interf.c", "sim/erc32/sis.c", - "sim/erc32/exec.c", "sim/mips/m16run.c", "sim/mips/sim-main.c", "sim/moxie/moxie-gdb.dts", # Not a single file in sim/ppc/ appears to be copyright FSF :-(.