This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [rfa/copyright] gdb.mi/pthreads.c
- From: Elena Zannoni <ezannoni at redhat dot com>
- To: Michael Elizabeth Chastain <mec at shout dot net>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Fri, 24 Oct 2003 09:25:03 -0400
- Subject: Re: [rfa/copyright] gdb.mi/pthreads.c
- References: <200310231835.h9NIZfnA002995@duracef.shout.net>
Michael Elizabeth Chastain writes:
> [This is a repost because I had some trouble with the spam filter.]
>
> And here is a copyright patch for gdb.mi/pthreads.c.
>
> The years are as follows: 1996 and 2002 are copied from the
> original file gdb.threads/pthreads.c. 2003 comes from
> independent changes to gdb.mi/pthreads.c.
>
> Testing: I regression tested an earlier version of this patch
> to make sure that adding a big comment did not blow up any
> line numbers in any *.exp files.
>
> Okay to commit?
>
Sure and thanks
elena
> Michael C
>
> 2003-10-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 23 Oct 2003 04:50:04 -0000
> ***************
> *** 1,3 ****
> --- 1,28 ----
> + /* Pthreads test program.
> + Copyright 1996, 2002, 2003
> + Free Software Foundation, Inc.
> +
> + Written by Keith Seitz of Red Hat.
> + Copied from gdb.threads/pthreads.c.
> + Contributed by Red Hat.
> +
> + This file is part of GDB.
> +
> + 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. */
> +
> #include <stdio.h>
> #include <pthread.h>
>