From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67177 invoked by alias); 1 Jan 2016 07:07:19 -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 67167 invoked by uid 89); 1 Jan 2016 07:07:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_20,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=formally, contributions, fsf, rights 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, 01 Jan 2016 07:07:17 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 0ADF111649E; Fri, 1 Jan 2016 02:07:16 -0500 (EST) 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 fkF73vvnJeLf; Fri, 1 Jan 2016 02:07:15 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9DFF111649A; Fri, 1 Jan 2016 02:07:15 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id B109543C4D; Fri, 1 Jan 2016 11:07:06 +0400 (RET) Date: Fri, 01 Jan 2016 07:07:00 -0000 From: Joel Brobecker To: Andrew Bennett Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Add micromips support to the MIPS simulator Message-ID: <20160101070706.GA28720@adacore.com> References: <0DA23CC379F5F945ACB41CF394B9827720F51185@LEMAIL01.le.imgtec.org> <20150224054441.GA6655@vapier> <0DA23CC379F5F945ACB41CF394B98277211129DE@LEMAIL01.le.imgtec.org> <0DA23CC379F5F945ACB41CF394B982772111DAE8@LEMAIL01.le.imgtec.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0DA23CC379F5F945ACB41CF394B982772111DAE8@LEMAIL01.le.imgtec.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-01/txt/msg00001.txt.bz2 Hello Andrew, > > --- a/sim/testsuite/sim/mips/hilo-hazard-4.s > > +++ b/sim/testsuite/sim/mips/hilo-hazard-4.s > > @@ -5,11 +5,11 @@ > > # ld: -N -Ttext=0x80010000 > > # output: pass\\n > > > > -# Copyright (C) 2013 Imagination Technologies, Ltd. > > +# Copyright (C) 2013-2015 Imagination Technologies, Ltd. > > # All rights reserved. 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. Assuming this was just an oversight, would it be OK for me to change the holder to the FSF? Thank you! -- Joel