From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0yFB-0004pW-JC for qemu-devel@nongnu.org; Thu, 22 Oct 2009 10:02:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0yF6-0004oq-Gg for qemu-devel@nongnu.org; Thu, 22 Oct 2009 10:02:21 -0400 Received: from [199.232.76.173] (port=41249 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0yF6-0004ok-CA for qemu-devel@nongnu.org; Thu, 22 Oct 2009 10:02:16 -0400 Received: from e36.co.us.ibm.com ([32.97.110.154]:37143) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N0yF5-0002fr-RF for qemu-devel@nongnu.org; Thu, 22 Oct 2009 10:02:16 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e36.co.us.ibm.com (8.14.3/8.13.1) with ESMTP id n9ME03qZ025997 for ; Thu, 22 Oct 2009 08:00:03 -0600 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id n9ME1ss2038206 for ; Thu, 22 Oct 2009 08:01:55 -0600 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n9ME1r9n027443 for ; Thu, 22 Oct 2009 08:01:53 -0600 Message-ID: <4AE065CC.5010208@us.ibm.com> Date: Thu, 22 Oct 2009 09:01:48 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 02/11] Add support for qfloat References: <1255786571-3528-1-git-send-email-aliguori@us.ibm.com> <1255786571-3528-3-git-send-email-aliguori@us.ibm.com> <20091018202134.639c1d00@doriath> <4ADC752B.90603@us.ibm.com> <20091022084900.GB15128@amit-x200.redhat.com> In-Reply-To: <20091022084900.GB15128@amit-x200.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: qemu-devel@nongnu.org, Luiz Capitulino Amit Shah wrote: > On (Mon) Oct 19 2009 [09:18:19], Anthony Liguori wrote: > >>>> + * This work is licensed under the terms of the GNU GPL, version 2. See >>>> + * the COPYING file in the top-level directory. >>>> + * >>>> + * Copyright IBM, Corp. 2009 >>>> + * >>>> + * Authors: >>>> + * Anthony Liguori >>>> + * >>>> + * This work is licensed under the terms of the GNU LGPL, version 2.1 or later. >>>> + * See the COPYING.LIB file in the top-level directory. >>>> + * >>>> + */ >>>> >>>> >>> I see you're double licensing it to respect my initial choice, but you >>> can leave only LGPL for this new code. >>> >>> I will send patches changing the ones written by me. >>> >>> >> Great, I'm hoping we can make the whole thing LGPL 2.1+ so that we can >> allow libraries like libvirt to use it. >> > > Why 'or later'? Let's just stick to a version that we know and accept. > If you end up later liking version 3, you can change the text then. > It really doesn't matter in the context of LGPL so I don't mind if we do 2.1 only. -- Regards, Anthony Liguori