From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28637 invoked by alias); 18 Dec 2009 17:36:30 -0000 Received: (qmail 28628 invoked by uid 22791); 18 Dec 2009 17:36:29 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Dec 2009 17:36:25 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 4504451071; Fri, 18 Dec 2009 09:36:24 -0800 (PST) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost4.vmware.com (Postfix) with ESMTP id 3C56FC9A30; Fri, 18 Dec 2009 09:36:24 -0800 (PST) Message-ID: <4B2BBD07.2020408@vmware.com> Date: Fri, 18 Dec 2009 17:36:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20090624) MIME-Version: 1.0 To: Joel Brobecker CC: "gdb-patches@sourceware.org" Subject: Re: [RFC] what should we do about COPYING? References: <20091218073249.GC2788@adacore.com> In-Reply-To: <20091218073249.GC2788@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-12/txt/msg00257.txt.bz2 Joel Brobecker wrote: > Michael Snyder pointed out that gdb/COPYING contains the GPLv2, > whereas GDB is now under GPLv3. I was simply going to replace the > contents of COPYING with the GPLv3, except that I noticed an > inconsistent resolution depending on the project. For instance: > > - In the root directory, we have COPYING (v2) and COPYING3 (v3); > - In bfd, we have COPYING that contains the GPL v3. > > I personally do not see the point of keeping the GPL v2 around, > and thus suggest that we replace the contents COPYING rather than > adding an extra file named COPYING3. Note that we have a couple > of extra copies in the sim directory as well. > I agree. v2 COPYING should just go.