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]

[PATCH] MIPS sim: Update copyright notices


Hello All,

I applied the appended patch, it fixes/updates some copyright notices
in MIPS sim.


Thiemo


007-02-20  Thiemo Seufer  <ths@mips.com>

	* dsp.igen: Update copyright notice.
	* dsp2.igen: Fix copyright notice.


Index: dsp.igen
===================================================================
RCS file: /cvs/src/src/sim/mips/dsp.igen,v
retrieving revision 1.4
diff -u -p -r1.4 dsp.igen
--- dsp.igen	20 Feb 2007 13:28:55 -0000	1.4
+++ dsp.igen	20 Feb 2007 13:53:30 -0000
@@ -1,7 +1,7 @@
 // -*- C -*-
 
 // Simulator definition for the MIPS DSP ASE.
-// Copyright (C) 2005 Free Software Foundation, Inc.
+// Copyright (C) 2005, 2007 Free Software Foundation, Inc.
 // Contributed by MIPS Technologies, Inc.  Written by Chao-ying Fu.
 //
 // This file is part of GDB, the GNU debugger.
@@ -16,9 +16,10 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 // 
-// You should have received a copy of the GNU General Public License along
-// with this program; if not, write to the Free Software Foundation, Inc.,
-// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+// You should have received a copy of the GNU General Public License
+// along with GAS; see the file COPYING.  If not, write to the Free
+// Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
+// 02110-1301, USA.
 
 
 // op: 0 = ADD, 1 = SUB, 2 = MUL
Index: dsp2.igen
===================================================================
RCS file: /cvs/src/src/sim/mips/dsp2.igen,v
retrieving revision 1.1
diff -u -p -r1.1 dsp2.igen
--- dsp2.igen	20 Feb 2007 13:28:55 -0000	1.1
+++ dsp2.igen	20 Feb 2007 13:53:30 -0000
@@ -1,9 +1,9 @@
 // -*- C -*-
 
 // Simulator definition for the MIPS DSP REV 2 ASE.
-// Copyright (C) 2006 MIPS Technologies, Inc.
-// All rights reserved.
-// Contributed by Chao-ying Fu (fu@mips.com).
+// Copyright (C) 2007 Free Software Foundation, Inc.
+// Contributed by MIPS Technologies, Inc.
+// Written by Chao-ying Fu (fu@mips.com).
 //
 // 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]