Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161193AbXBRJAv (ORCPT ); Sun, 18 Feb 2007 04:00:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161194AbXBRJAv (ORCPT ); Sun, 18 Feb 2007 04:00:51 -0500 Received: from main.gmane.org ([80.91.229.2]:50614 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161193AbXBRJAu (ORCPT ); Sun, 18 Feb 2007 04:00:50 -0500 X-Injected-Via-Gmane: http://gmane.org/ To: linux-kernel@vger.kernel.org From: Giuseppe Bilotta Subject: Re: GPL vs non-GPL device drivers Date: Sun, 18 Feb 2007 10:00:27 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: host-84-221-16-91.cust-adsl.tiscali.it User-Agent: KNode/0.10.4 X-Face: ::w9}R^l{WGM\{y)C0QF@4^U,',W3Mk^X0HP)=:bKM^Z]A9+6bY6fe3}O*]fH{lAViT_'?&>&ufo2_X5Vs3C^tPO@drZRuu&6iK}x}~9`F\-dNZ>(p|V7`4 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1428 Lines: 24 On Sunday 18 February 2007 00:55, Michael K. Edwards wrote: > Or they could run: >     find . -type f -exec perl -i.bak -pe 's/EXPORT_SYMBOL_GPL/EXPORT_SYMBOL/g' > and be done with it.  Or even just MODULE_LICENSE("GPL") in their > module -- that's not "lying about the module license", it's "doing the > minimum necessary in order to interoperate efficiently with the > kernel".  Atari v. Nintendo is still good law, but only to the > extent that it does not conflict with Lexmark, which now has the seal > of Supreme Court approval.  And (IMHO, IANAL) if writing > MODULE_LICENSE("GPL") is obviously the only remotely efficient way to > achieve the goal of interoperation with the kernels that people > already have on their systems Except that this is not about a driver that is supposed to interoperated with the kernels people already have on their systems. This is about shipping new (embedded) systems with a modified (if you go the s/_GPL//g route, even more so) Linux kernel, and distribution a modified kernel *has* to comply with the GPL, since this is *exactly* what the GPL is about: redistribution of modified copies of the work. -- Giuseppe "Oblomov" Bilotta - 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/