From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwrcE-0003KX-KH for qemu-devel@nongnu.org; Mon, 13 Feb 2012 03:50:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RwrcD-0007wi-8J for qemu-devel@nongnu.org; Mon, 13 Feb 2012 03:50:30 -0500 Received: from mprc.pku.edu.cn ([162.105.203.9]:50215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwrcC-0007vz-Hw for qemu-devel@nongnu.org; Mon, 13 Feb 2012 03:50:29 -0500 Message-ID: <1329123029.2364.57.camel@epip-laptop> From: Guan Xuetao Date: Mon, 13 Feb 2012 16:50:29 +0800 In-Reply-To: <4F3668E4.3040309@suse.de> References: <008e01cbf8eb$27743000$765c9000$@mprc.pku.edu.cn> <4F3668E4.3040309@suse.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCHv3 0/3] unicore32: add unicore32-linux-user support for qemu 0.14 Reply-To: gxt@mprc.pku.edu.cn List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?ISO-8859-1?Q?F=E4rber?= Cc: Blue Swirl , Paolo Bonzini , qemu-devel@nongnu.org On Sat, 2012-02-11 at 14:11 +0100, Andreas F=C3=A4rber wrote: > Hello, >=20 > Last year you added a unicore32 target to QEMU. The new files you added > in target-unicore32/ carry the following license notice: >=20 > * This program is free software; you can redistribute it and/or modify > * it under the terms of the GNU General Public License version 2 as > * published by the Free Software Foundation. >=20 > Are you able to change this to the original GNU GPLv2 version notice > that has "or (at your option) any later version"? >=20 > * This program is free software; you can redistribute it and/or > * modify it under the terms of the GNU General Public License > * as published by the Free Software Foundation; either version 2 > * of the License, or (at your option) any later version. > * > * This program is distributed in the hope that it will be useful, > * but WITHOUT ANY WARRANTY; without even the implied warranty of > * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > * GNU General Public License for more details. > * > * You should have received a copy of the GNU General Public License > * along with this program; if not, see > * Yes, thanks for your suggestion. Could I add a simpler copyright comment for every file just as following: "This program is licensed under the terms of the GNU GPL, version 2 or later. See the COPYING file in the top-level directory." >=20 > I would like to add QOM support to unicore32 and would very much like t= o > have that under a future-proof license. Thanks for your help. I wanted to add full simulation for unicore32 for almost one year, but this work is still in my TODO list. >=20 > Cf. http://wiki.qemu.org/Relicensing >=20 > Thanks in advance, >=20 > Andreas >=20 Thanks & Regards, Guan Xuetao