Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030325AbVKPSEV (ORCPT ); Wed, 16 Nov 2005 13:04:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030335AbVKPSEV (ORCPT ); Wed, 16 Nov 2005 13:04:21 -0500 Received: from c-67-177-35-222.hsd1.ut.comcast.net ([67.177.35.222]:896 "EHLO vger.utah-nac.org") by vger.kernel.org with ESMTP id S1030325AbVKPSEU (ORCPT ); Wed, 16 Nov 2005 13:04:20 -0500 Message-ID: <437B60C6.7040308@wolfmountaingroup.com> Date: Wed, 16 Nov 2005 09:39:34 -0700 From: "Jeffrey V. Merkey" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510 X-Accept-Language: en-us, en MIME-Version: 1.0 To: davids@webmaster.com Cc: "Jeff V. Merkey" , alex@alexfisher.me.uk, linux-kernel@vger.kernel.org Subject: Re: Would I be violating the GPL? References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1322 Lines: 40 David Schwartz wrote: >>If you even take 2 minutes to actually inspect the NVIDIA video >>driver sources >>(extract the .run file with --extract-only, and cd to usr/src/nv) >>you'll find >>the "glue" which is provided as source, but not under the GPL, >>does indeed >>#include kernel headers at compile time. >> >>It does not distribute them, however, but it is completely nonsensical to >>class this as having "no dependency". It has a compile time and runtime >>dependency on the current kernel. What driver wouldn't? >> >> > > If I write source code that includes "stdio.h", I can do whatever I want >with that source code, and I'm not bound by the license of any particular >file that happens to be called "stdio.h". On the other hand, if I compile >that source code including *your* "stdio.h" file, the resulting compiled >output is likely a derived work of your file. > > So the source code is not a derivative work of any GPL'd files. The >compiled driver may be, precisely because it contains bits and pieces of the >header files. > > DS > > > > > Correct. Jeff - 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/