From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHJQI-0001aX-7v for qemu-devel@nongnu.org; Tue, 03 May 2011 13:30:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHJQH-0007Ru-1i for qemu-devel@nongnu.org; Tue, 03 May 2011 13:30:10 -0400 Received: from mail-iw0-f173.google.com ([209.85.214.173]:45582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHJQG-0007Ra-V1 for qemu-devel@nongnu.org; Tue, 03 May 2011 13:30:09 -0400 Received: by iwl42 with SMTP id 42so284006iwl.4 for ; Tue, 03 May 2011 10:30:07 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4DC031CC.1040902@siemens.com> References: <4DC00BB1.7000008@siemens.com> <4DC031CC.1040902@siemens.com> Date: Tue, 3 May 2011 18:30:07 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2] Import Linux headers for KVM and vhost List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , kvm , Marcelo Tosatti , Alexander Graf , qemu-devel , Avi Kivity On 3 May 2011 17:48, Jan Kiszka wrote: > Kernel headers were automatically imported from current kvm.git, > 93c016c8c4. Some are not covered by any license and can be considered > GPLv2 with user space exception. Hmm. Can't we just get whoever owns those files to apply a suitable copyright and license header to them? Committing files to qemu.git which don't have a clear (and clearly stated) copyright/license seems like a bad plan to me... -- PMM