[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
- [Qemu-devel] [PATCH v2 0/5] Extract QAPI block commands, Benoît Canet, 2014/06/05
- [Qemu-devel] [PATCH v2 1/5] qapi: Extract qapi/common.json definitions, Benoît Canet, 2014/06/05
- [Qemu-devel] [PATCH v2 4/5] qapi: Extract qapi/block.json definitions, Benoît Canet, 2014/06/05
- [Qemu-devel] [PATCH v2 2/5] qapi: create two block related json modules, Benoît Canet, 2014/06/05
- [Qemu-devel] [PATCH v2 5/5] qapi: Set QAPI descriptions files under the GPL V2 license,
Benoît Canet <=
- [Qemu-devel] [PATCH v2 3/5] qapi: Extract qapi/block-core.json definitions, Benoît Canet, 2014/06/05
- Re: [Qemu-devel] [PATCH v2 0/5] Extract QAPI block commands, Eric Blake, 2014/06/05
- Re: [Qemu-devel] [PATCH v2 0/5] Extract QAPI block commands, Stefan Hajnoczi, 2014/06/06