From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7207 invoked by alias); 10 Sep 2004 19:20:52 -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 7090 invoked from network); 10 Sep 2004 19:20:48 -0000 Received: from unknown (HELO tisch.mail.mindspring.net) (207.69.200.157) by sourceware.org with SMTP; 10 Sep 2004 19:20:48 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by tisch.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1C5qwl-0004qO-00; Fri, 10 Sep 2004 15:20:36 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 4B80C4B102; Fri, 10 Sep 2004 15:21:01 -0400 (EDT) Date: Fri, 10 Sep 2004 19:20:00 -0000 From: Michael Chastain To: msnyder@redhat.com Subject: [PING/rfa/testsuite/threads] killed.c: add copyright notice Cc: gdb-patches@sources.redhat.com Message-ID: <4141FE9C.nailNED117DRN@mindspring.com> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-09/txt/msg00171.txt.bz2 Previously submitted: 2004-08-27 This patch adds a copyright notice to killed.c. Jim Blandy wrote killed.c in 2002 and it hasn't been edited since. I'm about to edit it, to add a necessary #include line. Date sources: cvs history ChangeLog old gdb releases Tested on native i686-pc-linux-gnu with gcc 2.95.3, 3.3.4, 3.4.1, dwarf-2 and stabs+, to check for line number gotchas. Okay to commit? 2004-08-27 Michael Chastain * gdb.threads/killed.c: Add copyright notice. Index: gdb.threads/killed.c =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.threads/killed.c,v retrieving revision 1.1 diff -c -3 -p -r1.1 killed.c *** gdb.threads/killed.c 3 Sep 2002 20:02:48 -0000 1.1 --- gdb.threads/killed.c 27 Aug 2004 12:14:51 -0000 *************** *** 1,3 **** --- 1,22 ---- + /* This testcase is part of GDB, the GNU debugger. + + Copyright 2002 Free Software Foundation, Inc. + + 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 #include #include