From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z71Of-0005MI-VG for qemu-devel@nongnu.org; Mon, 22 Jun 2015 09:04:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z71Oa-0007Xg-FG for qemu-devel@nongnu.org; Mon, 22 Jun 2015 09:04:21 -0400 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:32945) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z71Oa-0007XN-83 for qemu-devel@nongnu.org; Mon, 22 Jun 2015 09:04:16 -0400 Received: by wiwl6 with SMTP id l6so36536303wiw.0 for ; Mon, 22 Jun 2015 06:04:15 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <558807CD.9000303@redhat.com> Date: Mon, 22 Jun 2015 15:04:13 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1432686576-14816-1-git-send-email-pcacjr@zytor.com> <1434933423-10496-1-git-send-email-pcacjr@zytor.com> <20150622083932.GA32351@redhat.com> <55880051.5030400@redhat.com> <20150622144456-mutt-send-email-mst@redhat.com> In-Reply-To: <20150622144456-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 1/3] ich9: add TCO interface emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: seabios@seabios.org, qemu-devel@nongnu.org On 22/06/2015 14:47, Michael S. Tsirkin wrote: > Because it's a pain if I need to move code between files with different > licenses. MIT is GPL compatible but mixing licenses at random is still > not a good idea. This is a non-problem. How often does it happen that code is moved between files (as opposed to extracted to a new file)? Besides, the rule you want is not enforceable because Fabrice Bellard explicitly wanted TCG-related files to be BSD. Paolo