From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxOcR-0007Ya-Al for qemu-devel@nongnu.org; Wed, 18 Jun 2014 18:46:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxOcE-0002vo-Bf for qemu-devel@nongnu.org; Wed, 18 Jun 2014 18:46:15 -0400 Received: from mail-pb0-x231.google.com ([2607:f8b0:400e:c01::231]:52216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxOcE-0002vc-5I for qemu-devel@nongnu.org; Wed, 18 Jun 2014 18:46:02 -0400 Received: by mail-pb0-f49.google.com with SMTP id rr13so1203354pbb.22 for ; Wed, 18 Jun 2014 15:46:01 -0700 (PDT) Message-ID: <53A21688.9040805@gmail.com> Date: Thu, 19 Jun 2014 06:45:28 +0800 From: Wenchao Xia MIME-Version: 1.0 References: <1401970944-18735-1-git-send-email-wenchaoqemu@gmail.com> <1401970944-18735-4-git-send-email-wenchaoqemu@gmail.com> <53A10894.60500@redhat.com> <53A12C6D.4020907@redhat.com> In-Reply-To: <53A12C6D.4020907@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH V6 03/29] qapi script: add event support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Eric Blake , qemu-devel@nongnu.org Cc: lcapitulino@redhat.com, mdroth@linux.vnet.ibm.com, armbru@redhat.com 于 2014/6/18 14:06, Paolo Bonzini 写道: > Il 18/06/2014 05:33, Eric Blake ha scritto: >>> > +# This work is licensed under the terms of the GNU GPL, version 2. >>> > +# See the COPYING file in the top-level directory. >> Any reason this can't be GPLv2+ instead of GPLv2-only? > > I suppose because it copies parts of other qapi-* scripts. :( > > Paolo Yes, feel free to change the license.