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]

[rfa/testsuite] gdb.mi/pthreads.c: add copyright notice


I'm all hot to submit a patch for testsuite/gdb.mi/pthreads.c,
but it doesn't have a copyright notice.

So, first, this patch adds a copyright notice to testsuite/gdb.mi/pthreads.c,
in accordance with FSF policy:

  http://www.gnu.org/prep/maintain_8.html#SEC8

History of this file: Keith Seitz created this file on 2002-09-24.
Further changes have been made by Elena Zannoni and David Carlton.
So it is clean from a copyright assignment point of view.

Testing: tested on native i686-pc-linux-gnu, red hat 8.0,
gcc v2 and v3, dwarf-2 and stabs+, just to make sure thast
I didn't break something in the exp file.

Okay to apply?

Michael C

===

2003-09-22  Michael Chastain  <mec@shout.net>

	* gdb.mi/pthreads.c: Add copyright notice.

Index: pthreads.c
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/pthreads.c,v
retrieving revision 1.3
diff -c -3 -p -r1.3 pthreads.c
*** pthreads.c	7 Aug 2003 17:48:32 -0000	1.3
--- pthreads.c	22 Sep 2003 22:13:36 -0000
***************
*** 1,3 ****
--- 1,23 ----
+ /* Copyright 2002, 2003 Free Software Foundation, Inc.
+ 
+    This file is part of the gdb testsuite.
+ 
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+    
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    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.
+   
+    This file was written by Keith Seitz (keiths@redhat.com).  */
+ 
  #include <stdio.h>
  #include <pthread.h>
  


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