From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdxLk-0004xo-LT for qemu-devel@nongnu.org; Mon, 11 Jun 2012 01:39:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SdxLi-0005Jz-V5 for qemu-devel@nongnu.org; Mon, 11 Jun 2012 01:39:36 -0400 Received: from [222.73.24.84] (port=61902 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdxLi-0005Jn-H8 for qemu-devel@nongnu.org; Mon, 11 Jun 2012 01:39:34 -0400 Message-ID: <4FD58580.5060306@cn.fujitsu.com> Date: Mon, 11 Jun 2012 13:43:28 +0800 From: Wen Congyang MIME-Version: 1.0 References: <1339392844-17393-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1339392844-17393-1-git-send-email-sw@weilnetz.de> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] [PATCH] dump: Fix license version (GPL2+ instead of GPL2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org, Luiz Capitulino At 06/11/2012 01:34 PM, Stefan Weil Wrote: > Cc: Wen Congyang > Signed-off-by: Stefan Weil Signed-off-by: Wen Congyang > --- > > Wen Congyang, would you please add your Signed-off-by? OK. Do we need to change the license in memory_mapping*.[ch] and target_i386/arch_dump.c, target-i386/arch_memory_mapping.c? Thanks Wen Congyang > > 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. > * > */ >