From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XORAt-0006XN-L9 for qemu-devel@nongnu.org; Mon, 01 Sep 2014 08:57:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XORAo-0006LA-NU for qemu-devel@nongnu.org; Mon, 01 Sep 2014 08:57:35 -0400 Received: from mail.uni-paderborn.de ([131.234.142.9]:17263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XORAo-0006L2-Hh for qemu-devel@nongnu.org; Mon, 01 Sep 2014 08:57:30 -0400 Message-ID: <54047C44.6070504@mail.uni-paderborn.de> Date: Mon, 01 Sep 2014 15:01:40 +0100 From: Bastian Koppelmann MIME-Version: 1.0 References: <1409572800-4116-1-git-send-email-kbastian@mail.uni-paderborn.de> <1409572800-4116-3-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v7 02/15] target-tricore: Add board for systemmode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Richard Henderson Hi Peter, On 09/01/2014 01:48 PM, Peter Maydell wrote: > On 1 September 2014 12:59, Bastian Koppelmann > wrote: >> Add basic board to allow systemmode emulation >> >> Signed-off-by: Bastian Koppelmann >> --- >> v6 -> v7: >> - TRICORECPU -> TriCoreCPU. >> - CPUTRICOREState -> CPUTriCoreState. >> - tricore_testboard.c: Change Licence to GPL v2. >> + * This library is free software; you can redistribute it and/or >> + * modify it under the terms of the GNU Lesser General Public >> + * License as published by the Free Software Foundation; either >> + * version 2 of the License, or (at your option) any later version. yep, LGPL 2+ is fine for me. Thanks for check :). > ...the text you've actually used is LGPL 2+, not GPL2+. That's > fine if that's what you wanted, but I thought I'd check given the > difference between changelog and change. > > thanks > -- PMM >