Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 6 Feb 2002 05:14:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 6 Feb 2002 05:14:47 -0500 Received: from waldorf.cs.uni-dortmund.de ([129.217.4.42]:39306 "EHLO waldorf.cs.uni-dortmund.de") by vger.kernel.org with ESMTP id ; Wed, 6 Feb 2002 05:14:36 -0500 Message-Id: <200202061014.g16AETZf002022@tigger.cs.uni-dortmund.de> To: Catalin Marinas cc: linux-kernel@vger.kernel.org Subject: Re: opening a bzImage? In-Reply-To: Message from Catalin Marinas of "Tue, 05 Feb 2002 22:55:22 GMT." Date: Wed, 06 Feb 2002 11:14:29 +0100 From: Horst von Brand Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Catalin Marinas said: > On Tue, 5 Feb 2002, Daniel A. Newby wrote: > > > > Btw.. Does GPL require them to give me the .config file? > > > > definition files, plus the scripts used to control compilation and > > installation of the executable." > > > > IMHO, .config is a "script used to control compilation". > I think (though I might be wrong) this is not considered a "script used to > control compilation" in GPL acception, even if it does this. It is not > included in the kernel sources, it is generated by other scripts > (kconfig.tk for example, which is also generated). This is like, for > example, intermediar .s files generated from .c ones. Nobody would bother > to include this in the sources. If you go "make install modules modules_install" it will use that file to control exactly what is built and installed, and so (IMO, IANAL) it does influence the resulting binary more than enough so that it has to be considered a "source file" for that particular binary. That you can come up with your own shouldn't make a difference (I can write, say, emacs' source too given sufficient time ;-) -- Horst von Brand http://counter.li.org # 22616 - 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/