From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sfa2B-0000Y0-UK for qemu-devel@nongnu.org; Fri, 15 Jun 2012 13:10:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sfa28-0002c8-Io for qemu-devel@nongnu.org; Fri, 15 Jun 2012 13:10:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sfa28-0002aT-Bb for qemu-devel@nongnu.org; Fri, 15 Jun 2012 13:10:04 -0400 From: Luiz Capitulino Date: Fri, 15 Jun 2012 14:10:02 -0300 Message-Id: <1339780205-3447-6-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1339780205-3447-1-git-send-email-lcapitulino@redhat.com> References: <1339780205-3447-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 5/8] Fix some more license versions (GPL2+ instead of GPL2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: Stefan Weil , qemu-devel@nongnu.org From: Stefan Weil Cc: Wen Congyang Signed-off-by: Stefan Weil Signed-off-by: Wen Congyang Signed-off-by: Luiz Capitulino --- memory_mapping-stub.c | 4 ++-- memory_mapping.c | 4 ++-- memory_mapping.h | 4 ++-- target-i386/arch_dump.c | 4 ++-- target-i386/arch_memory_mapping.c | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/memory_mapping-stub.c b/memory_mapping-stub.c index 104281d..76be34d 100644 --- a/memory_mapping-stub.c +++ b/memory_mapping-stub.c @@ -6,8 +6,8 @@ * Authors: * Wen Congyang * - * 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. * */ diff --git a/memory_mapping.c b/memory_mapping.c index 1125e3f..6f5a2e3 100644 --- a/memory_mapping.c +++ b/memory_mapping.c @@ -6,8 +6,8 @@ * Authors: * Wen Congyang * - * 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. * */ diff --git a/memory_mapping.h b/memory_mapping.h index 3f00358..ef72b0a 100644 --- a/memory_mapping.h +++ b/memory_mapping.h @@ -6,8 +6,8 @@ * Authors: * Wen Congyang * - * 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. * */ diff --git a/target-i386/arch_dump.c b/target-i386/arch_dump.c index 7c2b514..4240278 100644 --- a/target-i386/arch_dump.c +++ b/target-i386/arch_dump.c @@ -6,8 +6,8 @@ * Authors: * Wen Congyang * - * 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. * */ diff --git a/target-i386/arch_memory_mapping.c b/target-i386/arch_memory_mapping.c index efb0211..8e5a56a 100644 --- a/target-i386/arch_memory_mapping.c +++ b/target-i386/arch_memory_mapping.c @@ -6,8 +6,8 @@ * Authors: * Wen Congyang * - * 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. * */ -- 1.7.10.2.565.gbd578b5