From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20216 invoked by alias); 30 Sep 2002 15:40:45 -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 20199 invoked from network); 30 Sep 2002 15:40:43 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 30 Sep 2002 15:40:43 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E7DCA3CB7; Mon, 30 Sep 2002 11:40:38 -0400 (EDT) Message-ID: <3D987076.70403@redhat.com> Date: Mon, 30 Sep 2002 08:40: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: Fernando Nasser Cc: gdb-patches@sources.redhat.com Subject: Re: RFC/RFA: Move new disassembler to libgdb proper References: <3D9394BA.2040605@redhat.com> <3D93BF54.30809@redhat.com> <3D98695A.5020406@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00756.txt.bz2 > Andrew Cagney wrote: > Two tweeks: > > + /* Disassemble support for GDB. > + Copyright 2000, 2001, 2002 Free Software Foundation, Inc. > + Contributed by Cygnus Solutions (a Red Hat company). > > > The (C) should just be 2002 and ``Red Hat, Inc.''. > > > OK. I was not sure, as the code is older than that. But I guess the copyright goes by the file, not the code... Ah. No, it follows the code. Make it: Copyright 2000, 2001, 2002 Free .. and (wearing a Red Hat) just drop the Cygnus/Red Hat bit. Andrew