From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gG1um-00013U-MN for qemu-devel@nongnu.org; Fri, 26 Oct 2018 09:12:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gG1ue-0004u1-7e for qemu-devel@nongnu.org; Fri, 26 Oct 2018 09:12:34 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:33290 helo=cvs.linux-mips.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gG1uY-0004nj-Nv for qemu-devel@nongnu.org; Fri, 26 Oct 2018 09:12:24 -0400 Received: (from localhost user: 'macro', uid#1010) by eddie.linux-mips.org with ESMTP id S23992869AbeJZNMTjxzQw (ORCPT ); Fri, 26 Oct 2018 15:12:19 +0200 Date: Fri, 26 Oct 2018 14:12:19 +0100 (BST) Sender: "Maciej W. Rozycki" From: "Maciej W. Rozycki" In-Reply-To: Message-ID: References: <20181023203710.GA2239@sx9> <9aea2b05-24d7-f845-d899-0c6fec033672@linaro.org> <20181025170128.GA2309@sx9> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: Re: [Qemu-devel] [PATCH v8 00/38] target/mips: Limited support for the R5900 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: Fredrik Noring , Peter Maydell , Aleksandar Markovic , =?UTF-8?Q?Philippe_Mathieu-Daud=C3=A9?= , Aurelien Jarno , Petar Jovanovic , =?UTF-8?Q?J=C3=BCrgen_Urban?= , qemu-devel@nongnu.org On Fri, 26 Oct 2018, Richard Henderson wrote: > > Overall this source file is clearly a modified copy of an ancient version > > of the opcode table included with the opcodes library from binutils and I > > think it would benefit from a refresh. > > You can't do that because of GPL v3, sadly. I've been aware of that, however the changes I mentioned are pretty mechanical and can be easily made from scratch by someone them who hasn't looked at binutils, even based on the description I already made. You don't copyright an idea, only actual written code. Maciej