From: Jerone Young <[EMAIL PROTECTED]> I missed a copyright that needed to be in one file. Also I placed a licence of LGPL in files, when I was supposed to have GPL. This patch fixes these.
Signed-off-by: Jerone Young <[EMAIL PROTECTED]> Signed-off-by: Avi Kivity <[EMAIL PROTECTED]> diff --git a/qemu/hw/ppc440.c b/qemu/hw/ppc440.c index e989ac4..a9580ce 100644 --- a/qemu/hw/ppc440.c +++ b/qemu/hw/ppc440.c @@ -4,7 +4,7 @@ * Copyright 2007 IBM Corporation. * Authors: Jerone Young <[EMAIL PROTECTED]> * - * This work is licensed under the GNU LGPL license, version 2. + * This work is licensed under the GNU GPL license version 2 or later. * */ diff --git a/qemu/hw/ppc440.h b/qemu/hw/ppc440.h index c0d2140..b0e0674 100644 --- a/qemu/hw/ppc440.h +++ b/qemu/hw/ppc440.h @@ -4,7 +4,7 @@ * Copyright 2007 IBM Corporation. * Authors: Jerone Young <[EMAIL PROTECTED]> * - * This work is licensed under the GNU LGPL license, version 2. + * This work is licensed under the GNU GPL licence version 2 or later * */ diff --git a/qemu/hw/ppc440_bamboo.c b/qemu/hw/ppc440_bamboo.c index d3c2bfd..f1cd408 100644 --- a/qemu/hw/ppc440_bamboo.c +++ b/qemu/hw/ppc440_bamboo.c @@ -4,7 +4,7 @@ * Copyright 2007 IBM Corporation. * Authors: Jerone Young <[EMAIL PROTECTED]> * - * This work is licensed under the GNU LGPL license, version 2. + * This work is licensed under the GNU GPL licence version 2 or later. * */ diff --git a/qemu/qemu-kvm-powerpc.c b/qemu/qemu-kvm-powerpc.c index 5cd6acf..21b452b 100644 --- a/qemu/qemu-kvm-powerpc.c +++ b/qemu/qemu-kvm-powerpc.c @@ -1,3 +1,16 @@ +/* + * qemu-kvm-power.c + * + * Add KVM PowerPC specific calls for qemu. + * + * Copyright 2007 IBM Corporation. + * Added by & Authors: + * Jerone Young <[EMAIL PROTECTED]> + * Christian Ehrhardt <[EMAIL PROTECTED]> + * + * This work is licensed under the GNU GPL licence version 2 or later. + * + */ #include "config.h" #include "config-host.h" ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ kvm-commits mailing list kvm-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-commits