]> git.proxmox.com Git - mirror_qemu.git/commit - scripts/qapi-types.py
qapi: Fix licensing of scripts
authorMarkus Armbruster <armbru@redhat.com>
Sat, 1 Mar 2014 07:40:34 +0000 (08:40 +0100)
committerLuiz Capitulino <lcapitulino@redhat.com>
Mon, 3 Mar 2014 16:16:45 +0000 (11:16 -0500)
commit678e48a2e43d1cafbb510c60d7597897b0d90256
tree1c66d1ffa953b823c9f614a966d426cf42a341c3
parent2fc00432830e42e3c24850a379194a61f09e3663
qapi: Fix licensing of scripts

The scripts carry this copyright notice:

    # This work is licensed under the terms of the GNU GPLv2.
    # See the COPYING.LIB file in the top-level directory.

The sentences contradict each other, as COPYING.LIB contains the LGPL
2.1.  Michael Roth says this was a simple pasto, and he meant to refer
COPYING.  Let's fix that.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
scripts/qapi-commands.py
scripts/qapi-types.py
scripts/qapi-visit.py
scripts/qapi.py