From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wx91I-0001os-85 for qemu-devel@nongnu.org; Wed, 18 Jun 2014 02:07:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wx919-00073c-3p for qemu-devel@nongnu.org; Wed, 18 Jun 2014 02:06:52 -0400 Received: from mail-qa0-x231.google.com ([2607:f8b0:400d:c00::231]:54009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wx918-00072c-Vy for qemu-devel@nongnu.org; Wed, 18 Jun 2014 02:06:43 -0400 Received: by mail-qa0-f49.google.com with SMTP id w8so308749qac.22 for ; Tue, 17 Jun 2014 23:06:42 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <53A12C6D.4020907@redhat.com> Date: Wed, 18 Jun 2014 08:06:37 +0200 From: Paolo Bonzini 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> In-Reply-To: <53A10894.60500@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: Eric Blake , Wenchao Xia , qemu-devel@nongnu.org Cc: lcapitulino@redhat.com, mdroth@linux.vnet.ibm.com, armbru@redhat.com 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