From patchwork Mon Jun 11 05:34:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 164066 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B3FD8B7005 for ; Mon, 11 Jun 2012 15:34:19 +1000 (EST) Received: from localhost ([::1]:58603 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdxGb-0003sI-K9 for incoming@patchwork.ozlabs.org; Mon, 11 Jun 2012 01:34:17 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdxGU-0003rt-FX for qemu-devel@nongnu.org; Mon, 11 Jun 2012 01:34:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SdxGS-0004Oy-Fo for qemu-devel@nongnu.org; Mon, 11 Jun 2012 01:34:10 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:45980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdxGS-0004OU-9U for qemu-devel@nongnu.org; Mon, 11 Jun 2012 01:34:08 -0400 Received: from localhost (v220110690675601.yourvserver.net.local [127.0.0.1]) by v220110690675601.yourvserver.net (Postfix) with ESMTP id 662847280026; Mon, 11 Jun 2012 07:34:06 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at weilnetz.de Received: from v220110690675601.yourvserver.net ([127.0.0.1]) by localhost (v220110690675601.yourvserver.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DhLPmf-qbTBr; Mon, 11 Jun 2012 07:34:05 +0200 (CEST) Received: by v220110690675601.yourvserver.net (Postfix, from userid 1000) id 5F6CE72800C0; Mon, 11 Jun 2012 07:34:05 +0200 (CEST) From: Stefan Weil To: qemu-devel@nongnu.org Date: Mon, 11 Jun 2012 07:34:04 +0200 Message-Id: <1339392844-17393-1-git-send-email-sw@weilnetz.de> X-Mailer: git-send-email 1.7.10 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 78.47.199.172 Cc: Stefan Weil , Luiz Capitulino Subject: [Qemu-devel] [PATCH] dump: Fix license version (GPL2+ instead of GPL2) X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Cc: Wen Congyang Signed-off-by: Stefan Weil Signed-off-by: Wen Congyang --- Wen Congyang, would you please add your Signed-off-by? Thanks, Stefan W. dump-stub.c | 4 ++-- dump.c | 4 ++-- dump.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dump-stub.c b/dump-stub.c index 165c005..56d4564 100644 --- a/dump-stub.c +++ b/dump-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/dump.c b/dump.c index 4412d7a..2bf8d8d 100644 --- a/dump.c +++ b/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/dump.h b/dump.h index 4dea3bb..e25b7cf 100644 --- a/dump.h +++ b/dump.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. * */