From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC32o-00008H-GM for qemu-devel@nongnu.org; Tue, 29 Jul 2014 04:46:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XC32i-0005TM-62 for qemu-devel@nongnu.org; Tue, 29 Jul 2014 04:46:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10668) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC32h-0005TF-VJ for qemu-devel@nongnu.org; Tue, 29 Jul 2014 04:45:56 -0400 Message-ID: <53D75F2F.6020704@redhat.com> Date: Tue, 29 Jul 2014 10:45:35 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1406576611-31715-1-git-send-email-pl@kamp.de> <1406576611-31715-2-git-send-email-pl@kamp.de> <53D6AB64.9090809@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.2 1/2] rename parse_enum_option to qapi_enum_parse and make it public List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven , Eric Blake Cc: kwolf@redhat.com, hutao@cn.fujitsu.com, qemu-devel@nongnu.org, mreitz@redhat.com, stefanha@redhat.com, armbru@redhat.com Il 28/07/2014 22:06, Peter Lieven ha scritto: >> > ...but you have relaxed the license to LGPLv2+ in your code motion. >> > Then again, Peter is the original author of this code in commit >> > 82a402e9, so you have the legal right to relax things. > Actually, I was not aware. I just took Hu Taos original commit. As we want > to make a collection of utilities I would go as far as put a BSD license here. > > I will send a v2 with your comments regarding Patch 2. And do that license > change as well. LGPL v2.1+ is the standard license for qapi/, so I think it's okay to use either. Paolo