From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22438 invoked by alias); 9 Aug 2007 23:12:16 -0000 Received: (qmail 22191 invoked by uid 22791); 9 Aug 2007 23:12:15 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 09 Aug 2007 23:12:13 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l79NC59v032569; Thu, 9 Aug 2007 19:12:05 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [10.11.254.111]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l79NC5Ce014286; Thu, 9 Aug 2007 19:12:05 -0400 Received: from greed.delorie.com (vpn-15-67.rdu.redhat.com [10.11.15.67]) by post-office.corp.redhat.com (8.13.8/8.13.8) with ESMTP id l79NC5iE009953; Thu, 9 Aug 2007 19:12:05 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.13.8/8.13.8) with ESMTP id l79NC4gb000975; Thu, 9 Aug 2007 19:12:04 -0400 Received: (from dj@localhost) by greed.delorie.com (8.13.8/8.13.8/Submit) id l79NC4mH000972; Thu, 9 Aug 2007 19:12:04 -0400 To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [RFA/GPLv3] Add COPYING3 to gdb References: From: DJ Delorie Date: Thu, 09 Aug 2007 23:12:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2007-08/txt/msg00193.txt.bz2 Eli Zaretskii writes: > Doesn't version 3 fit the "version 2 or later" clause? IANAL, but IMHO... The old license allows us to *distribute* under newer terms. It does not allow us to actually change the license. I think this means that if we distribute a GPL2+ program to someone under the terms of GPL3, the program itself is still under the terms of GPL2+.