From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31777 invoked by alias); 23 Sep 2003 18:56:54 -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 31742 invoked from network); 23 Sep 2003 18:56:53 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 23 Sep 2003 18:56:53 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h8NIup111740 for ; Tue, 23 Sep 2003 14:56:52 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h8NIupc20930 for ; Tue, 23 Sep 2003 14:56:51 -0400 Received: from localhost.redhat.com (devserv.devel.redhat.com [172.16.58.1]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h8NIuoRC016258; Tue, 23 Sep 2003 14:56:50 -0400 Received: by localhost.redhat.com (Postfix, from userid 469) id E05C42CC89; Tue, 23 Sep 2003 15:06:28 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16240.39348.264442.20850@localhost.redhat.com> Date: Tue, 23 Sep 2003 18:56:00 -0000 To: Keith Seitz Cc: Michael Elizabeth Chastain , "gdb-patches@sources.redhat.com" Subject: Re: [rfa/testsuite] gdb.mi/pthreads.c: add copyright notice In-Reply-To: <1064284238.1539.1.camel@lindt.uglyboxes.com> References: <200309222252.h8MMqhvu010387@duracef.shout.net> <1064284238.1539.1.camel@lindt.uglyboxes.com> X-SW-Source: 2003-09/txt/msg00498.txt.bz2 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.