Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [rfa/testsuite] gdb.mi/pthreads.c: add copyright notice
@ 2003-09-22 22:52 Michael Elizabeth Chastain
  2003-09-23  2:28 ` Keith Seitz
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Elizabeth Chastain @ 2003-09-22 22:52 UTC (permalink / raw)
  To: cagney, ezannoni, gdb-patches; +Cc: keiths

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>
  


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [rfa/testsuite] gdb.mi/pthreads.c: add copyright notice
  2003-09-22 22:52 [rfa/testsuite] gdb.mi/pthreads.c: add copyright notice Michael Elizabeth Chastain
@ 2003-09-23  2:28 ` Keith Seitz
  2003-09-23 18:56   ` Elena Zannoni
  0 siblings, 1 reply; 4+ messages in thread
From: Keith Seitz @ 2003-09-23  2:28 UTC (permalink / raw)
  To: Michael Elizabeth Chastain; +Cc: gdb-patches

On Mon, 2003-09-22 at 15:52, Michael Elizabeth Chastain wrote:
> 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.

Actually, I stole it from gdb.threads. :-)

Keith



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [rfa/testsuite] gdb.mi/pthreads.c: add copyright notice
  2003-09-23  2:28 ` Keith Seitz
@ 2003-09-23 18:56   ` Elena Zannoni
  2003-09-25 20:07     ` Elena Zannoni
  0 siblings, 1 reply; 4+ messages in thread
From: Elena Zannoni @ 2003-09-23 18:56 UTC (permalink / raw)
  To: Keith Seitz; +Cc: Michael Elizabeth Chastain, gdb-patches

Keith Seitz writes:
 > On Mon, 2003-09-22 at 15:52, Michael Elizabeth Chastain wrote:
 > > 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.
 > 
 > Actually, I stole it from gdb.threads. :-)
 > 
 > Keith
 > 


Almost all of the .c .cc files in the testsuite has a (C) notice. I
always wondered about that. I think there was some rationale but I am
not sure.

[ezannoni@localhost testsuite]$ grep Copyright gdb.*/*.c gdb.*/*.cc
gdb.base/cvexpr.c:/* Copyright (C) 2001 Free Software Foundation, Inc.
gdb.base/gdb1090.c:   Copyright 2003 Free Software Foundation, Inc.
gdb.base/gdb1250.c:   Copyright 2003 Free Software Foundation, Inc.
gdb.base/step-line.c:   Copyright 2001
gdb.base/structs.c:/* Copyright 1996, 1999 Free Software Foundation, Inc.
gdb.cp/namespace1.cc:/* Copyright 2003 Free Software Foundation, Inc.
gdb.cp/rtti1.cc:   Copyright 2003 Free Software Foundation, Inc.
gdb.cp/rtti2.cc:   Copyright 2003 Free Software Foundation, Inc.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [rfa/testsuite] gdb.mi/pthreads.c: add copyright notice
  2003-09-23 18:56   ` Elena Zannoni
@ 2003-09-25 20:07     ` Elena Zannoni
  0 siblings, 0 replies; 4+ messages in thread
From: Elena Zannoni @ 2003-09-25 20:07 UTC (permalink / raw)
  To: Elena Zannoni; +Cc: Keith Seitz, Michael Elizabeth Chastain, gdb-patches

Elena Zannoni writes:
 > Keith Seitz writes:
 >  > On Mon, 2003-09-22 at 15:52, Michael Elizabeth Chastain wrote:
 >  > > 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.
 >  > 
 >  > Actually, I stole it from gdb.threads. :-)
 >  > 
 >  > Keith
 >  > 
 > 
 > 
 > Almost all of the .c .cc files in the testsuite has a (C) notice. 

                                                  doesn't have! D'oh.

 > I
 > always wondered about that. I think there was some rationale but I am
 > not sure.
 > 
 > [ezannoni@localhost testsuite]$ grep Copyright gdb.*/*.c gdb.*/*.cc
 > gdb.base/cvexpr.c:/* Copyright (C) 2001 Free Software Foundation, Inc.
 > gdb.base/gdb1090.c:   Copyright 2003 Free Software Foundation, Inc.
 > gdb.base/gdb1250.c:   Copyright 2003 Free Software Foundation, Inc.
 > gdb.base/step-line.c:   Copyright 2001
 > gdb.base/structs.c:/* Copyright 1996, 1999 Free Software Foundation, Inc.
 > gdb.cp/namespace1.cc:/* Copyright 2003 Free Software Foundation, Inc.
 > gdb.cp/rtti1.cc:   Copyright 2003 Free Software Foundation, Inc.
 > gdb.cp/rtti2.cc:   Copyright 2003 Free Software Foundation, Inc.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-09-25 20:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-22 22:52 [rfa/testsuite] gdb.mi/pthreads.c: add copyright notice Michael Elizabeth Chastain
2003-09-23  2:28 ` Keith Seitz
2003-09-23 18:56   ` Elena Zannoni
2003-09-25 20:07     ` Elena Zannoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox