qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 5/5] qapi: Set QAPI descriptions files under the


From: Benoît Canet
Subject: [Qemu-devel] [PATCH v2 5/5] qapi: Set QAPI descriptions files under the GPL V2 license
Date: Thu, 5 Jun 2014 13:45:33 +0200

Signed-off-by: Benoit Canet <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]