Re: GPL license and linux kernel modifications

From: Kevin P. Fleming
Date: Tue Jan 27 2004 - 11:36:15 EST


Bansh wrote:

special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
----------- cut COPYING -----------

It gives the possibility to not distribute compiler and other preprocessing tools.
It looks like one can make a preprocessor or even one's own compiler (with one's syntax) which will be used for kernel building. But it's not required to distribute this compiler. So I can distribute linux kernel source code modified this way but no one will be able to build it. Is it ok?

Only if those "compiler and other preprocessing tools" are normally distributed with the O/S the executable runs on. If you create your own compiler, and it's not "normally distributed", then you can't publish source code in that language under the GPL without making the compiler available as well.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/