From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsOGD-0000LL-Ao for qemu-devel@nongnu.org; Sun, 15 Dec 2013 21:50:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VsOG1-0004o0-CC for qemu-devel@nongnu.org; Sun, 15 Dec 2013 21:50:21 -0500 Received: from e28smtp01.in.ibm.com ([122.248.162.1]:38566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsOG0-0004mm-Ni for qemu-devel@nongnu.org; Sun, 15 Dec 2013 21:50:09 -0500 Received: from /spool/local by e28smtp01.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 16 Dec 2013 08:20:06 +0530 Received: from d28relay05.in.ibm.com (d28relay05.in.ibm.com [9.184.220.62]) by d28dlp01.in.ibm.com (Postfix) with ESMTP id 80C68E0024 for ; Mon, 16 Dec 2013 08:22:27 +0530 (IST) Received: from d28av01.in.ibm.com (d28av01.in.ibm.com [9.184.220.63]) by d28relay05.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id rBG2o0Ap2490724 for ; Mon, 16 Dec 2013 08:20:00 +0530 Received: from d28av01.in.ibm.com (localhost [127.0.0.1]) by d28av01.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id rBG2o3Ok002203 for ; Mon, 16 Dec 2013 08:20:03 +0530 Message-ID: <52AE6A5E.40907@linux.vnet.ibm.com> Date: Mon, 16 Dec 2013 10:50:06 +0800 From: Wenchao Xia MIME-Version: 1.0 References: <1384307094-5836-1-git-send-email-xiawenc@linux.vnet.ibm.com> <1384307094-5836-3-git-send-email-xiawenc@linux.vnet.ibm.com> <52AB0C17.8020704@redhat.com> <20131213134331.GI3916@dhcp-200-207.str.redhat.com> In-Reply-To: <20131213134331.GI3916@dhcp-200-207.str.redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH RFC 2/3] qapi script: add support of event List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , Eric Blake Cc: mdroth@linux.vnet.ibm.com, pbonzini@redhat.com, lcapitulino@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com 于 2013/12/13 21:43, Kevin Wolf 写道: > Am 13.12.2013 um 14:31 hat Eric Blake geschrieben: >> On 11/12/2013 06:44 PM, Wenchao Xia wrote: >>> +++ b/scripts/qapi-event.py >>> @@ -0,0 +1,355 @@ >>> +# >>> +# QAPI event generator >>> +# >>> +# Copyright IBM, Corp. 2013 >>> +# >>> +# Authors: >>> +# Wenchao Xia >>> +# >>> +# This work is licensed under the terms of the GNU GPLv2. >> >> Can you please use GPLv2+ (that is, add the "or later" clause)? We >> already have GPLv2-only code, but I don't want to increase the size of >> that unfortunate license choice. > > In fact, it's even worse: > > +# This work is licensed under the terms of the GNU GPLv2. > +# See the COPYING.LIB file in the top-level directory. > > These two lines contradict each other, COPYING.LIB contains the > LGPL 2.1. The same bad license header is in the other QAPI generator > scripts, so it's only copy&paste here. > > This doesn't make things easier, because if things are copied, the > license of the source must be respected. And it seems rather dubious to > me what this license actually is. If it's GPLv2-only, we can't just > change it in the new copy. > > Kevin > ah..I am bad in license problem, will use the doc as LGPL from other file.