From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16616 invoked by alias); 22 Sep 2003 22:52:47 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16609 invoked from network); 22 Sep 2003 22:52:46 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 22 Sep 2003 22:52:46 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.10/8.12.10) with ESMTP id h8MMqh5W015666; Mon, 22 Sep 2003 17:52:43 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.10/8.12.9) with ESMTP id h8MMqhVd010388; Mon, 22 Sep 2003 17:52:43 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.10/8.12.9/Submit) id h8MMqhvu010387; Mon, 22 Sep 2003 18:52:43 -0400 Date: Mon, 22 Sep 2003 22:52:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200309222252.h8MMqhvu010387@duracef.shout.net> To: cagney@redhat.com, ezannoni@redhat.com, gdb-patches@sources.redhat.com Subject: [rfa/testsuite] gdb.mi/pthreads.c: add copyright notice Cc: keiths@redhat.com X-SW-Source: 2003-09/txt/msg00488.txt.bz2 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 * 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 #include