From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19106 invoked by alias); 5 Jan 2016 14:40:28 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 19095 invoked by uid 89); 5 Jan 2016 14:40:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=fsf, FSF, H*MI:sk:2016010 X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 05 Jan 2016 14:40:26 +0000 Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Websense Email Security Gateway with ESMTPS id 1D2534A9058FB; Tue, 5 Jan 2016 14:40:21 +0000 (GMT) Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by HHMAIL01.hh.imgtec.org (10.100.10.19) with Microsoft SMTP Server (TLS) id 14.3.235.1; Tue, 5 Jan 2016 14:40:24 +0000 Received: from LEMAIL01.le.imgtec.org ([fe80::5ae:ee16:f4b9:cda9]) by LEMAIL01.le.imgtec.org ([fe80::5ae:ee16:f4b9:cda9%17]) with mapi id 14.03.0210.002; Tue, 5 Jan 2016 14:40:23 +0000 From: Andrew Bennett To: Joel Brobecker CC: "gdb-patches@sourceware.org" Subject: RE: [PATCH] Add micromips support to the MIPS simulator Date: Tue, 05 Jan 2016 14:40:00 -0000 Message-ID: <0DA23CC379F5F945ACB41CF394B9827761B3BA3B@LEMAIL01.le.imgtec.org> References: <0DA23CC379F5F945ACB41CF394B9827720F51185@LEMAIL01.le.imgtec.org> <20150224054441.GA6655@vapier> <0DA23CC379F5F945ACB41CF394B98277211129DE@LEMAIL01.le.imgtec.org> <0DA23CC379F5F945ACB41CF394B982772111DAE8@LEMAIL01.le.imgtec.org> <20160101070706.GA28720@adacore.com> In-Reply-To: <20160101070706.GA28720@adacore.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00054.txt.bz2 > Any reason why this file has a copyright header not citing > the FSF as the copyright holder? I am asking because although > the sim is not formally part of the GDB project, we do prefer > sim contributions to be assigned to the FSF. I was following the convention from the mips32-dsp.s and mips32-dsp2.s testsuite files. > Assuming this was just an oversight, would it be OK for me to change > the holder to the FSF? Yes, that will be fine. Regards, Andrew