Re: Linux GPL and binary module exception clause?

From: Kendall Bennett
Date: Fri Dec 05 2003 - 14:25:36 EST


Valdis.Kletnieks@xxxxxx wrote:

> On Fri, 05 Dec 2003 10:44:02 PST, Kendall Bennett said:
>
> > Right, and by extension of the same argument you cannot use kernel
> > headers to create non-GPL'ed binaries that run IN USER SPACE! Just
> > because a program runs in user space does not mean that it is not a
> > dervived work.
>
> That's a bad idea for technical reasons too - how often do we have
> to tell people not to use kernel headers from userspace?
> glibc-kernheaders (and whatever non-RedHat boxes call it) exists
> for a reason.
>
> Interestingly enough, at least on my Fedora box, 'rpm -qi' reports
> glibc as LGPL, but glibc-kernheaders as GPL, which seems right to
> me - linking against glibc gives the LGPL semantics as we'd want,
> but forces userspace that's poking in the kernel to be GPL as a
> derived work....

If glibc-kernheaders (used only if you do not have real kernel source
code installed) is GPL, and many of the standard Linux include files end
up including either headers from glibc-kernheaders (or the real Linux
kernel source if you have it installed and symlinked), then by extension
the glibc library built for Linux must be GPL as would all programs
linked against it.

Regards,

---
Kendall Bennett
Chief Executive Officer
SciTech Software, Inc.
Phone: (530) 894 8400
http://www.scitechsoft.com

~ SciTech SNAP - The future of device driver technology! ~

-
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/