Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752445AbYBELjV (ORCPT ); Tue, 5 Feb 2008 06:39:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751245AbYBELjL (ORCPT ); Tue, 5 Feb 2008 06:39:11 -0500 Received: from hawking.rebel.net.au ([203.20.69.83]:34223 "EHLO hawking.rebel.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750898AbYBELjJ (ORCPT ); Tue, 5 Feb 2008 06:39:09 -0500 References: <20080125180232.GA4613@kroah.com> <20080202123710.42df1aa0@weinigel.se> <20080202191930.GA19826@kroah.com> <47A5D9CD.5070001@davidnewall.com> <84144f020802030743j1278ac64j2ee3e2cbc5c3fefc@mail.gmail.com> <47A5E67D.9040804@davidnewall.com> <1202058820.15090.60.camel@violet> In-Reply-To: <1202058820.15090.60.camel@violet> From: David Newall To: Marcel Holtmann Cc: David Newall , Pekka Enberg , Greg KH , Christer Weinigel , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] USB: mark USB drivers as being GPL only Date: Tue, 05 Feb 2008 22:09:07 +1030 Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1111 Lines: 26 Marcel Holtmann writes: > if a new drivers is originally written for Linux, then you are breaking > the GPL. Completely wrong. However if the driver is distributed as built-in, then it would need to be licensed under GPL. This means that a driver can be written and distributed as a module under any licence, proprietary or otherwise, presumably with the restriction that it may NOT be built-in. > You driver was meant to be > running as Linux kernel module and thus it is derivative work. It is precisely the fact that it is a loadable module, and does not form part of the kernel, that removes the requirement to distribute it under GPL. > What are you arguing here. It makes no difference if it is technical or > not. The EXPORT_SYMBOL_GPL gives you a clear hint that when using this > symbol, you have to obey to the GPL. And that "hint" is a lie. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/