From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhDJ8-0004ET-6P for qemu-devel@nongnu.org; Tue, 28 May 2013 02:23:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhDJ1-0002nA-JZ for qemu-devel@nongnu.org; Tue, 28 May 2013 02:22:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35038) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhDJ1-0002m1-Be for qemu-devel@nongnu.org; Tue, 28 May 2013 02:22:47 -0400 Date: Tue, 28 May 2013 09:23:03 +0300 From: "Michael S. Tsirkin" Message-ID: <20130528062303.GA21270@redhat.com> References: <51A253C6.7060303@redhat.com> <20130526183747.GB3427@redhat.com> <51A25A2D.8030700@redhat.com> <20130526200251.GA4305@redhat.com> <51A26E95.5000207@redhat.com> <878v314gb2.fsf@codemonkey.ws> <20130526214213.GB4828@redhat.com> <87txlp1bsy.fsf@codemonkey.ws> <20130527150217.GA16852@redhat.com> <87bo7wflhk.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87bo7wflhk.fsf@codemonkey.ws> Subject: Re: [Qemu-devel] [PATCH v2 00/11] qemu: use virtio linux headers in portable code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Paolo Bonzini , Rusty Russell , virtualization , qemu-devel@nongnu.org, Peter Maydell On Mon, May 27, 2013 at 11:14:47AM -0500, Anthony Liguori wrote: > > Well specifically if_ether.h says GPLv2+ so it's OK for QEMU. > > Do you mean for some other non GPL app? > > Ignore QEMU for the moment. > > The headers say they are BSD licensed... but they include a GPLv2+ > header. Above is a bit misleading. To be precise, they don't include a GPLv2+ header. One header merely includes this line: #include -- MST