This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add micromips support to the MIPS simulator


> > 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.

I thought this might be the case...

> > Assuming this was just an oversight, would it be OK for me to change
> > the holder to the FSF?
> 
> Yes, that will be fine.

Thanks a lot. Done with the following commit.

sim/testsuite/sim/mips/ChangeLog:

        * hilo-hazard-4.s: Change copyright ownder to FSF.

-- 
Joel
>From 68477034727ad85aeed248ec995da746f7639e53 Mon Sep 17 00:00:00 2001
From: Joel Brobecker <brobecker@adacore.com>
Date: Wed, 6 Jan 2016 09:38:21 +0400
Subject: [PATCH] Change copyright owner to FSF in
 sim/testsuite/sim/mips/hilo-hazard-4.s

sim/testsuite/sim/mips/ChangeLog:

        * hilo-hazard-4.s: Change copyright ownder to FSF.
---
 sim/testsuite/sim/mips/ChangeLog       | 4 ++++
 sim/testsuite/sim/mips/hilo-hazard-4.s | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sim/testsuite/sim/mips/ChangeLog b/sim/testsuite/sim/mips/ChangeLog
index ada4e4c..ea95441 100644
--- a/sim/testsuite/sim/mips/ChangeLog
+++ b/sim/testsuite/sim/mips/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-06  Joel Brobecker  <brobecker@adacore.com>
+
+	* hilo-hazard-4.s: Change copyright ownder to FSF.
+
 2015-09-25  Andrew Bennett  <andrew.bennett@imgtec.com>
 	    Ali Lown  <ali.lown@imgtec.com>
 
diff --git a/sim/testsuite/sim/mips/hilo-hazard-4.s b/sim/testsuite/sim/mips/hilo-hazard-4.s
index e83fbfa..8a4c888 100644
--- a/sim/testsuite/sim/mips/hilo-hazard-4.s
+++ b/sim/testsuite/sim/mips/hilo-hazard-4.s
@@ -5,8 +5,7 @@
 # ld:		-N -Ttext=0x80010000
 # output:	pass\\n
 
-# Copyright (C) 2013-2015 Imagination Technologies, Ltd.
-# All rights reserved.
+# Copyright (C) 2013-2016 Free Software Foundation, Inc.
 # Contributed by Andrew Bennett (andrew.bennett@imgtec.com)
 #
 # This file is part of the MIPS sim.
-- 
2.5.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]