Re: [PATCH] Resolve duplicate/conflicting MODULE_LICENSE tags

From: Alan Cox
Date: Fri Aug 20 2004 - 13:51:58 EST


On Gwe, 2004-08-20 at 17:16, Andreas Gruenbacher wrote:
> * drivers/net/ppp_mppe.ko has MODULE_LICENSE("BSD without advertisement
> clause"). This is generally considered a GPL compatible license,
> and should probably be added to license_is_gpl_compatible().
>
>
> Are we fine with applying the following patch?

This patch destroys the entire value of the module license system
unfortunately. I can put any code I like under a BSD license and not
give you the source and claim it is BSD licensed. I don't have to give
you the source, you can't demand it so anyone can claim that and it
would allow arbitary code without taint. Not good at all.

For code which is GPL licensed in the kernel but has other licenses
we have the tag "GPL and additional rights". This allows us to cover
licenses that are GPL compatible and where the GPL version of the rights
is in use in the kernel.

Alan



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