This is the mail archive of the gdb-patches@sources.redhat.com 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]

[applied sim patch] tweak some attributions slightly.


I've been going through my private source tree here, preparing to
release some more stuff in bulk and cleaning up the
copyrights/attributions.

(We've actually contributed all of our changes to the simulator back
to the FSF, just haven't gotten around to releasing them yet.  My hope
is to do that before too long.)

As part of that, i've been getting the individual file modification
attributions done more carefully, and in particular since the
contribution model chosen was "corporate disclaimer" + "individual
contribution" (rather than direct corporate contribution) I believe
it's appropriate and good to note things this way.  8-)


chris
--
[igen/ChangeLog]
2003-05-03  Chris Demetriou  <cgd@broadcom.com>

	* compare_igen_models: Tweak attribution slightly.

[mips/ChangeLog]
2003-05-03  Chris Demetriou  <cgd@broadcom.com>

	* cp1.c: Tweak attribution slightly.
	* cp1.h: Likewise.
	* mdmx.c: Likewise.
	* mdmx.igen: Likewise.
	* mips3d.igen: Likewise.
	* sb1.igen: Likewise.

Index: igen/compare_igen_models
===================================================================
RCS file: /cvs/src/src/sim/igen/compare_igen_models,v
retrieving revision 1.1
diff -u -p -r1.1 compare_igen_models
--- igen/compare_igen_models	23 Aug 2002 06:26:05 -0000	1.1
+++ igen/compare_igen_models	2 May 2003 21:59:40 -0000
@@ -2,7 +2,7 @@
 
 # Script to compare functions and instructions used by different igen models.
 # Copyright (C) 2002 Free Software Foundation, Inc.
-# Contributed by Broadcom Corporation (SiByte).
+# Contributed by Chris Demetriou of Broadcom Corporation (SiByte).
 #
 # This file is part of GDB, the GNU debugger.
 # 
Index: mips/cp1.c
===================================================================
RCS file: /cvs/src/src/sim/mips/cp1.c,v
retrieving revision 1.19
diff -u -p -r1.19 cp1.c
--- mips/cp1.c	29 Jul 2002 23:17:10 -0000	1.19
+++ mips/cp1.c	2 May 2003 21:59:40 -0000
@@ -1,9 +1,10 @@
 /*> cp1.c <*/
 /* MIPS Simulator FPU (CoProcessor 1) support.
    Copyright (C) 2002 Free Software Foundation, Inc.
-   Originally created by Cygnus Solutions, modified substially
-   by Broadcom Corporation (SiByte).  Paired-single operation support
-   and MIPS-3D support contributed by Broadcom Corporation (SiByte).
+   Originally created by Cygnus Solutions.  Extensive modifications,
+   including paired-single operation support and MIPS-3D support
+   contributed by Ed Satterthwaite and Chris Demetriou, of Broadcom
+   Corporation (SiByte).
 
 This file is part of GDB, the GNU debugger.
 
Index: mips/cp1.h
===================================================================
RCS file: /cvs/src/src/sim/mips/cp1.h,v
retrieving revision 1.2
diff -u -p -r1.2 cp1.h
--- mips/cp1.h	7 Jun 2002 22:55:49 -0000	1.2
+++ mips/cp1.h	2 May 2003 21:59:40 -0000
@@ -2,7 +2,8 @@
 /* MIPS Simulator FPU (CoProcessor 1) definitions.
    Copyright (C) 1997, 1998, 2002 Free Software Foundation, Inc.
    Derived from sim-main.h contributed by Cygnus Solutions,
-   modified substially by Broadcom Corporation (SiByte).
+   modified substantially by Ed Satterthwaite of Broadcom Corporation
+   (SiByte).
 
 This file is part of GDB, the GNU debugger.
 
Index: mips/mdmx.c
===================================================================
RCS file: /cvs/src/src/sim/mips/mdmx.c,v
retrieving revision 1.3
diff -u -p -r1.3 mdmx.c
--- mips/mdmx.c	18 Jun 2002 22:15:03 -0000	1.3
+++ mips/mdmx.c	2 May 2003 21:59:40 -0000
@@ -1,6 +1,7 @@
 /* Simulation code for the MIPS MDMX ASE.
    Copyright (C) 2002 Free Software Foundation, Inc.
-   Contributed by Broadcom Corporation (SiByte).
+   Contributed by Ed Satterthwaite and Chris Demetriou, of Broadcom
+   Corporation (SiByte).
 
 This file is part of GDB, the GNU debugger.
 
Index: mips/mdmx.igen
===================================================================
RCS file: /cvs/src/src/sim/mips/mdmx.igen,v
retrieving revision 1.2
diff -u -p -r1.2 mdmx.igen
--- mips/mdmx.igen	3 Jun 2002 21:00:29 -0000	1.2
+++ mips/mdmx.igen	2 May 2003 21:59:40 -0000
@@ -2,7 +2,8 @@
 
 // Simulator definition for the MIPS MDMX ASE.
 // Copyright (C) 2002 Free Software Foundation, Inc.
-// Contributed by Broadcom Corporation (SiByte).
+// Contributed by Ed Satterthwaite and Chris Demetriou, of Broadcom
+// Corporation (SiByte).
 //
 // This file is part of GDB, the GNU debugger.
 // 
Index: mips/mips3d.igen
===================================================================
RCS file: /cvs/src/src/sim/mips/mips3d.igen,v
retrieving revision 1.1
diff -u -p -r1.1 mips3d.igen
--- mips/mips3d.igen	14 Jun 2002 18:49:09 -0000	1.1
+++ mips/mips3d.igen	2 May 2003 21:59:40 -0000
@@ -2,7 +2,8 @@
 
 // Simulator definition for the MIPS MIPS-3D ASE.
 // Copyright (C) 2002 Free Software Foundation, Inc.
-// Contributed by Broadcom Corporation (SiByte).
+// Contributed by Ed Satterthwaite and Chris Demetriou, of Broadcom
+// Corporation (SiByte).
 //
 // This file is part of GDB, the GNU debugger.
 // 
Index: mips/sb1.igen
===================================================================
RCS file: /cvs/src/src/sim/mips/sb1.igen,v
retrieving revision 1.1
diff -u -p -r1.1 sb1.igen
--- mips/sb1.igen	3 Jun 2002 21:00:29 -0000	1.1
+++ mips/sb1.igen	2 May 2003 21:59:41 -0000
@@ -2,7 +2,8 @@
 
 // Simulator definition for the Broadcom SiByte SB-1 CPU extensions.
 // Copyright (C) 2002 Free Software Foundation, Inc.
-// Contributed by Broadcom Corporation (SiByte).
+// Contributed by Ed Satterthwaite and Chris Demetriou, of Broadcom
+// Corporation (SiByte).
 //
 // This file is part of GDB, the GNU debugger.
 // 


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