From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0tMj-0005dB-Ed for qemu-devel@nongnu.org; Thu, 22 Oct 2009 04:49:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0tMe-0005ZE-4X for qemu-devel@nongnu.org; Thu, 22 Oct 2009 04:49:49 -0400 Received: from [199.232.76.173] (port=58277 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0tMd-0005Yp-V8 for qemu-devel@nongnu.org; Thu, 22 Oct 2009 04:49:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36590) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0tMd-0003Ok-Dp for qemu-devel@nongnu.org; Thu, 22 Oct 2009 04:49:43 -0400 Date: Thu, 22 Oct 2009 14:19:00 +0530 From: Amit Shah Subject: Re: [Qemu-devel] [PATCH 02/11] Add support for qfloat Message-ID: <20091022084900.GB15128@amit-x200.redhat.com> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4ADC752B.90603@us.ibm.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Luiz Capitulino 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. Amit