Dual BSD/GPL [ was: Re: Generic modules documentation is outdated]

Andrew Rodland (arodland@noln.com)
Tue, 23 Jul 2002 02:56:39 -0400


On Fri, 19 Jul 2002 01:25:35 +0200
Yann Dirson <ydirson@altern.org> wrote:

> On Thu, Jul 18, 2002 at 11:48:41PM +0100, Alan Cox wrote:
> > On Thu, 2002-07-18 at 22:02, Yann Dirson wrote:
> > > - I have installed no proprietary driver, all loaded drivers
> > > declare to be"GPL" or "Dual BSD/GPL".
> >
> > Something you loaded was missing a MODULE_LICENSE tag - modern
> > insmod will warn on this one
>
> I wrote:
> > I found a good candidate in the Apple HFS module
>
> Hm, no, I found the real one (although HFS has the problem):
>
> # modprobe ppp_deflate
> Warning: loading
> /lib/modules/2.4.18+preempt/kernel/drivers/net/ppp_deflate.o will
> taint the kernel: non-GPL license - BSD without advertisement clause
>
> I'm pretty sure the "BSD without advertisement clause" license should
> not taint the kernel, should it ?
>

* According to Alan Cox, a license of "BSD without advertisement
clause" is not a suitable free software license. This license type
allows binary only modules without source code. Any modules in the
kernel tarball with this license should really be "Dual BSD/GPL".

It would seem, and another poster confirms, that this change has
already been made in 2.4.19-pre*

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