From: Gerd Hoffmann Date: Wed, 16 Sep 2015 07:15:15 +0000 (+0200) Subject: virtio-gpu: change licence from GPLv2 to GPLv2+ X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2e2521452e28399dbc6fecec56d5bbb29f9b6796;p=qmiga%2Fqemu.git virtio-gpu: change licence from GPLv2 to GPLv2+ Signed-off-by: Gerd Hoffmann --- diff --git a/hw/display/virtio-gpu-pci.c b/hw/display/virtio-gpu-pci.c index 5bc62cf344..eef137f813 100644 --- a/hw/display/virtio-gpu-pci.c +++ b/hw/display/virtio-gpu-pci.c @@ -6,8 +6,8 @@ * Authors: * Dave Airlie * - * This work is licensed under the terms of the GNU GPL, version 2. See - * the COPYING file in the top-level directory. + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * See the COPYING file in the top-level directory. * */ #include "hw/pci/pci.h" diff --git a/hw/display/virtio-gpu.c b/hw/display/virtio-gpu.c index 73bd9b6e40..8c35af3dc6 100644 --- a/hw/display/virtio-gpu.c +++ b/hw/display/virtio-gpu.c @@ -7,7 +7,7 @@ * Dave Airlie * Gerd Hoffmann * - * This work is licensed under the terms of the GNU GPL, version 2. + * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. */