From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhzVS-0004Fe-Kl for qemu-devel@nongnu.org; Fri, 02 Oct 2015 08:32:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhzVR-0001uj-Ao for qemu-devel@nongnu.org; Fri, 02 Oct 2015 08:32:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhzVR-0001uQ-5h for qemu-devel@nongnu.org; Fri, 02 Oct 2015 08:32:09 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id E1952C0B2E07 for ; Fri, 2 Oct 2015 12:32:08 +0000 (UTC) From: Gerd Hoffmann Date: Fri, 2 Oct 2015 14:31:50 +0200 Message-Id: <1443789116-27876-6-git-send-email-kraxel@redhat.com> In-Reply-To: <1443789116-27876-1-git-send-email-kraxel@redhat.com> References: <1443789116-27876-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v3 05/11] virtio-gpu: change licence from GPLv2 to GPLv2+ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann , "Michael S. Tsirkin" Signed-off-by: Gerd Hoffmann --- hw/display/virtio-gpu-pci.c | 4 ++-- hw/display/virtio-gpu.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/display/virtio-gpu-pci.c b/hw/display/virtio-gpu-pci.c index 5bc62cf..eef137f 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 73bd9b6..8c35af3 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. */ -- 1.8.3.1