From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtWO1-0001Fh-OO for qemu-devel@nongnu.org; Fri, 24 Oct 2008 19:48:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtWNy-0001FV-Bo for qemu-devel@nongnu.org; Fri, 24 Oct 2008 19:48:08 -0400 Received: from [199.232.76.173] (port=44579 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtWNy-0001FS-6G for qemu-devel@nongnu.org; Fri, 24 Oct 2008 19:48:06 -0400 Received: from relay01.mx.bawue.net ([193.7.176.67]:50362) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KtWNx-0003Lo-Jf for qemu-devel@nongnu.org; Fri, 24 Oct 2008 19:48:05 -0400 Date: Sat, 25 Oct 2008 01:48:04 +0200 From: Thiemo Seufer Subject: Re: [Qemu-devel] [PATCH, RFC] Update disassembler files from latest binutils Message-ID: <20081024234804.GC28588@networkno.de> References: <49022D1E.8070801@mail.berlios.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49022D1E.8070801@mail.berlios.de> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org Stefan Weil wrote: > Blue Swirl schrieb: > > But there are a lot of files with GPL v3 now: > > > > bt-host.c: * (at your option) version 3 of the License. > > bt-vhci.c: * (at your option) version 3 of the License. > > hw/blizzard.c: * (at your option) version 3 of the License. > > hw/blizzard_template.h: * (at your option) version 3 of the License. > > hw/bt-hci-csr.c: * (at your option) version 3 of the License. > > hw/bt-hid.c: * (at your option) version 3 of the License. > > hw/bt.c: * (at your option) version 3 of the License. > > hw/cbus.c: * (at your option) version 3 of the License. > > hw/lm832x.c: * (at your option) version 3 of the License. > > hw/nseries.c: * (at your option) version 3 of the License. > > hw/omap.h: * (at your option) version 3 of the License. > > hw/omap1.c: * (at your option) version 3 of the License. > > hw/omap2.c: * (at your option) version 3 of the License. > > hw/omap_dss.c: * (at your option) version 3 of the License. > > hw/omap_mmc.c: * (at your option) version 3 of the License. > > hw/onenand.c: * (at your option) version 3 of the License. > > hw/palm.c: * (at your option) version 3 of the License. > > hw/soc_dma.c: * (at your option) version 3 of the License. > > hw/soc_dma.h: * (at your option) version 3 of the License. > > hw/tmp105.c: * (at your option) version 3 of the License. > > hw/tsc2005.c: * (at your option) version 3 of the License. > > hw/tsc210x.c: * (at your option) version 3 of the License. > > hw/tusb6010.c: * (at your option) version 3 of the License. > > hw/twl92230.c: * (at your option) version 3 of the License. > > hw/usb-bt.c: * (at your option) version 3 of the License. > > hw/usb-musb.c: * (at your option) version 3 of the License. > > hw/zaurus.c: * (at your option) version 3 of the License. > These files are GPL v2, so they fit into Qemu: > > * 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 or > * (at your option) version 3 of the License. > > They may be used with GPL v3, too. > > By the way: is it "at your option", or should it be "at your opinion"? > Could one of the native speakers have a look, please? "At your option", since the user can choose any of them. Thiemo