From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31380 invoked by alias); 23 Oct 2003 04:08:57 -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 31373 invoked from network); 23 Oct 2003 04:08:55 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 23 Oct 2003 04:08:55 -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 h9N48sVg032328; Wed, 22 Oct 2003 23:08:54 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.10/8.12.9) with ESMTP id h9N48sfa024343; Wed, 22 Oct 2003 23:08:54 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.10/8.12.9/Submit) id h9N48suQ024342; Thu, 23 Oct 2003 00:08:54 -0400 Date: Thu, 23 Oct 2003 04:08:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200310230408.h9N48suQ024342@duracef.shout.net> To: ac131313@redhat.com Subject: Re: [rfa/copyright] add copyrights to gdb.mi/pthreads.c, gdb.threads/pthreads.c Cc: cagney@redhat.com, ezannoni@redhat.com, gdb-patches@sources.redhat.com, msnyder@redhat.com X-SW-Source: 2003-10/txt/msg00685.txt.bz2 Okay, here is another version of gdb.threads/pthreads.c. I'll focus on this file first. I can almost see daylight from here ... ac> Mention that it was written by Fred Fish, and contributed by Red Hat. I wrote: Written by Fred Fish of Cygnus Support. Contributed by Cygnus Support. It was "Cygnus Support" in 1996. Is that okay? Or tell me again if you explicitly want either of these "Cygnus Support" lines to say "Red Hat". The ways of legalese are arcane. ac> I've attached the "prehistory" of pthreads.c. Did you need more? Yes, can you send me the whole cygnus "cvs log" for this file. Or was that the whole log? Were there any changes in 1997, 1998? I can take care of browsing through gdb-*.tar.gz and figuring out the test for "each year in which you finished preparing a version which was actually released, and which was an ancestor of the current version". ac> ... I'm not sure which of the below dates should be listed. All those dates are in 1996 so I used 1996. I'm so glad that copyright notices have a resolution of "year", and not "month/year". ac> Also use the src/gdb/*.c boilerplate copyright style. ac> And state that it is part of GDB (rather than the GDB testsuite). Done. Here's what it looks like now ... pending "Cygnus" vs "Red Hat" and "1997? 1998?". Michael C === 2003-10-22 Michael Chastain * gdb.threads/pthreads.c: Add copyright notice. Index: pthreads.c =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.threads/pthreads.c,v retrieving revision 1.4 diff -c -3 -p -r1.4 pthreads.c *** pthreads.c 7 Aug 2003 17:48:32 -0000 1.4 --- pthreads.c 23 Oct 2003 03:43:53 -0000 *************** *** 1,3 **** --- 1,27 ---- + /* Pthreads test program. + Copyright 1996, 1999, 2002, 2003 + Free Software Foundation, Inc. + + Written by Fred Fish of Cygnus Support. + Contributed by Cygnus Support. + + 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 #include