From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmhKU-0002IO-7U for qemu-devel@nongnu.org; Mon, 27 Apr 2015 07:36:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmhKP-0008Pr-4Q for qemu-devel@nongnu.org; Mon, 27 Apr 2015 07:36:02 -0400 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:34066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmhKO-0008Pf-MU for qemu-devel@nongnu.org; Mon, 27 Apr 2015 07:35:57 -0400 Received: by wgso17 with SMTP id o17so112696186wgs.1 for ; Mon, 27 Apr 2015 04:35:56 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <553E1F17.3030302@redhat.com> Date: Mon, 27 Apr 2015 13:35:51 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1426791181-23831-1-git-send-email-marcel@redhat.com> <1426791181-23831-10-git-send-email-marcel@redhat.com> <20150427130801-mutt-send-email-mst@redhat.com> In-Reply-To: <20150427130801-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V6 for-2.3 09/26] hw/pci: move pci bus related code to separate files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , Marcel Apfelbaum Cc: quintela@redhat.com, qemu-devel@nongnu.org, agraf@suse.de, alex.williamson@redhat.com, kevin@koconnor.net, kraxel@redhat.com, amit.shah@redhat.com, imammedo@redhat.com, rth@twiddle.net, leon.alrae@imgtec.com, aurelien@aurel32.net, hare@suse.de On 27/04/2015 13:14, Michael S. Tsirkin wrote: >> + * >> > + * This work is licensed under the terms of the GNU GPL, version 2 or later. >> > + * See the COPYING file in the top-level directory. > The file you are moving this from is GPL only. It's BSD. > You will need to find who contributed this code you are moving > and get ack from them ... Simpler to keep BSD. Paolo