From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29556 invoked by alias); 18 Sep 2002 22:25:39 -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 29548 invoked from network); 18 Sep 2002 22:25:38 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 18 Sep 2002 22:25:38 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 6B1CF3D37; Wed, 18 Sep 2002 18:25:37 -0400 (EDT) Message-ID: <3D88FD61.50407@ges.redhat.com> Date: Wed, 18 Sep 2002 15:25:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Snyder Cc: Adam Fedor , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Objective-C language support. References: <3D889A97.90202@doc.com> <3D88BCD1.5379F383@redhat.com> <3D88CC99.8010803@ges.redhat.com> <3D88CE27.F264DB19@redhat.com> <3D88D0A5.2030409@ges.redhat.com> <3D88D146.F5956280@redhat.com> <3D88E745.8070908@doc.com> <3D88F791.CC0922D8@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00437.txt.bz2 > Adam Fedor wrote: > >> >> Michael Snyder wrote: > >> > >> > > >> >>>I do wish I had some names for their actual authors, though... > >> >> > >> >> Well I compared the Apple patch with the one you sent out long, long >> ago, and there were a lot of similarities. If that helps... > > > > I was beginning to suspect that. This code looks VERY familiar. ;-) > > So what's its Copyright status? Did you get an assignment from Apple? There aren't any copyright problems. Apple contributed this code to the FSF. I accepted it (its sitting in ftp://sources.redhat.com/pub/gdb/contrib/apple/). Adam, who has an FSF assignment in place, picked up the contributed work and started hacking it to the point were it could be integrated into current GDB. enjoy, Andrew