From: Cornelia Huck Date: Tue, 27 Feb 2018 17:25:41 +0000 (+0100) Subject: vfio-ccw: license text should indicate GPL v2 or later X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=08b824aa2d459f2822736ccaeb240811fac72957;p=qemu.git vfio-ccw: license text should indicate GPL v2 or later The license text currently specifies "any version" of the GPL. It is unlikely that GPL v1 was ever intended; change this to the standard "or any later version" text. Cc: Dong Jia Shi Cc: Xiao Feng Ren Cc: Pierre Morel Acked-by: Christian Borntraeger Reviewed-by: Dong Jia Shi Acked-by: Pierre Morel Signed-off-by: Cornelia Huck --- diff --git a/hw/vfio/ccw.c b/hw/vfio/ccw.c index 16713f2c52..4e5855741a 100644 --- a/hw/vfio/ccw.c +++ b/hw/vfio/ccw.c @@ -6,8 +6,8 @@ * Xiao Feng Ren * Pierre Morel * - * This work is licensed under the terms of the GNU GPL, version 2 or(at - * your option) any version. See the COPYING file in the top-level + * This work is licensed under the terms of the GNU GPL, version 2 or (at + * your option) any later version. See the COPYING file in the top-level * directory. */