From patchwork Thu Jun 5 11:45:33 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Beno=C3=AEt_Canet?= X-Patchwork-Id: 356311 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id CFB071400B8 for ; Thu, 5 Jun 2014 21:46:25 +1000 (EST) Received: from localhost ([::1]:40075 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsW7j-00059k-F8 for incoming@patchwork.ozlabs.org; Thu, 05 Jun 2014 07:46:23 -0400 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 Received: from paradis.irqsave.net (unknown [192.168.77.254]) by paradis.irqsave.net (Postfix) with ESMTP id 31851A3CF2; Thu, 5 Jun 2014 13:45:36 +0200 (CEST) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= To: qemu-devel@nongnu.org Date: Thu, 5 Jun 2014 13:45:33 +0200 Message-Id: <1401968733-10998-6-git-send-email-benoit.canet@irqsave.net> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1401968733-10998-1-git-send-email-benoit.canet@irqsave.net> References: <1401968733-10998-1-git-send-email-benoit.canet@irqsave.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 80.12.84.125 Cc: kwolf@redhat.com, =?UTF-8?q?Beno=C3=AEt=20Canet?= , Benoit Canet , lcapitulino@redhat.com, stefanha@redhat.com Subject: [Qemu-devel] [PATCH v2 5/5] qapi: Set QAPI descriptions files under the GPL V2 license X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 ##