diff mbox

[v2,5/5] qapi: Set QAPI descriptions files under the GPL V2 license

Message ID 1401968733-10998-6-git-send-email-benoit.canet@irqsave.net
State New
Headers show

Commit Message

Benoît Canet June 5, 2014, 11:45 a.m. UTC
Signed-off-by: Benoit Canet <benoit@irqsave.net>
---
 qapi-schema.json     | 4 ++++
 qapi/block-core.json | 4 ++++
 qapi/block.json      | 4 ++++
 qapi/common.json     | 4 ++++
 4 files changed, 16 insertions(+)

Comments

Eric Blake June 5, 2014, 4:52 p.m. UTC | #1
On 06/05/2014 05:45 AM, Benoît Canet wrote:
> Signed-off-by: Benoit Canet <benoit@irqsave.net>
> ---
>  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.

Needs a v3.  LICENSE states that all files that have no explicit license
are GPLv2+; adding this explicit license of GPLv2-only makes these files
less free than before.  Also, it is generally required to have a
Copyright line also in the file, before a declaration of GPL licensing
makes sense.

See scripts/qmp/qmp for something that might serve as a better example
of a minimal header boilerplate; although I'm not quite sure who the
best entity is to list for Copyright (Anthony created the file mostly as
a placeholder in commit e3193601 while at IBM; then Luiz did the biggest
chunk of the initial work in getting the file going).
diff mbox

Patch

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
 
 ##