Messages in this thread |  | | Subject | Re: Module Licensing? | Date | Wed, 31 Oct 2001 11:49:30 -0800 | From | Craig Milo Rogers <> |
| |
>> The fact that the open source portions and the closed source portions >> can't function on their own is irrelevant, IMHO. >> >> Please show me where in the GPL text it says that the act of compiling a >> module and loading it into memory is subject to the GPL. > >That'd be paragraph 2 b) > > b) You must cause any work that you distribute or publish, that in > whole or in part contains or is derived from the Program or any > part thereof, to be licensed as a whole at no charge to all third > parties under the terms of this License. > >... These requirements apply to the modified work as a whole. > >Since your program, which happens to consist of one open >source part and one proprietary part, is partly a derived >work from the kernel source (by using kernel header files >and the inline functions in it) your whole work must be >distributed under the GPL.
False. Please cite the section of the GPL version 2 that you think means that the derived work, once created, *must be distributed*. If you read closely, I think you will find that it says that *if* you distribute the mixed work, then then it must be distributed under the the terms of the GPL. If you do *not* distribute the mixed work, then the GPL does not place any restrictions on your use of the derived work. In other words, the restrictions imposed by the GPL are conditional upon the derived work's actual distribution: no distribution, no restrictions.
Furthermore, "loading into memory" is (arguably) considered an essential part of running a program, and section 0 of the GPL version 2 says:
The act of running the Program is not restricted,
I should insert the usual disclaimer: I am not a lawyer.
Craig Milo Rogers - 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/
|  |