From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsW7B-0004Em-CP for qemu-devel@nongnu.org; Thu, 05 Jun 2014 07:45:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsW6z-0007K0-WC for qemu-devel@nongnu.org; Thu, 05 Jun 2014 07:45:49 -0400 Received: from lputeaux-656-01-25-125.w80-12.abo.wanadoo.fr ([80.12.84.125]:45532 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsW6z-0007Jd-EU for qemu-devel@nongnu.org; Thu, 05 Jun 2014 07:45:37 -0400 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Thu, 5 Jun 2014 13:45:33 +0200 Message-Id: <1401968733-10998-6-git-send-email-benoit.canet@irqsave.net> In-Reply-To: <1401968733-10998-1-git-send-email-benoit.canet@irqsave.net> References: <1401968733-10998-1-git-send-email-benoit.canet@irqsave.net> Subject: [Qemu-devel] [PATCH v2 5/5] qapi: Set QAPI descriptions files under the GPL V2 license List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, =?UTF-8?q?Beno=C3=AEt=20Canet?= , Benoit Canet , lcapitulino@redhat.com, stefanha@redhat.com Signed-off-by: Benoit Canet --- qapi-schema.json | 4 ++++ qapi/block-core.json | 4 ++++ qapi/block.json | 4 ++++ qapi/common.json | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/qapi-schema.json b/qapi-schema.json index 14b498b..870d3f6 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -1,5 +1,9 @@ # -*- Mode: Python -*- # +# This file is part of the QEMU project. +# +# This file is licensed under the GPL V2. +# # QAPI Schema # QAPI common definitions diff --git a/qapi/block-core.json b/qapi/block-core.json index 7215e48..33bd93f 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -1,5 +1,9 @@ # -*- Mode: Python -*- # +# This file is part of the QEMU project. +# +# This file is licensed under the GPL V2. +# # QAPI block core definitions (vm unrelated) # QAPI common definitions diff --git a/qapi/block.json b/qapi/block.json index 61c463a..b5cf325 100644 --- a/qapi/block.json +++ b/qapi/block.json @@ -1,5 +1,9 @@ # -*- Mode: Python -*- # +# This file is part of the QEMU project. +# +# This file is licensed under the GPL V2. +# # QAPI block definitions (vm related) # QAPI block core definitions diff --git a/qapi/common.json b/qapi/common.json index 4e9a21f..6d8a308 100644 --- a/qapi/common.json +++ b/qapi/common.json @@ -1,5 +1,9 @@ # -*- Mode: Python -*- # +# This file is part of the QEMU project. +# +# This file is licensed under the GPL V2. +# # QAPI common definitions ## -- 1.9.1