From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOR2g-0007fp-Ue for qemu-devel@nongnu.org; Mon, 01 Sep 2014 08:49:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOR2c-0003SF-0J for qemu-devel@nongnu.org; Mon, 01 Sep 2014 08:49:06 -0400 Received: from mail-la0-f53.google.com ([209.85.215.53]:53330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOR2b-0003SB-QZ for qemu-devel@nongnu.org; Mon, 01 Sep 2014 08:49:01 -0400 Received: by mail-la0-f53.google.com with SMTP id s18so5940905lam.26 for ; Mon, 01 Sep 2014 05:49:00 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1409572800-4116-3-git-send-email-kbastian@mail.uni-paderborn.de> References: <1409572800-4116-1-git-send-email-kbastian@mail.uni-paderborn.de> <1409572800-4116-3-git-send-email-kbastian@mail.uni-paderborn.de> From: Peter Maydell Date: Mon, 1 Sep 2014 13:48:40 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 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: Bastian Koppelmann Cc: QEMU Developers , Richard Henderson 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. ...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