Re: [PATCH] module: Clarify GPL-Compatible is OK

From: Ted Ts'o
Date: Fri Apr 06 2012 - 22:50:30 EST


On Fri, Apr 06, 2012 at 05:51:51PM -0700, Luis R. Rodriguez wrote:
>
> Its a good point that we are not declaring the exact license used for
> software, and while that is useful the "Dual BSD/GPL" tag is
> misleading. As I see it there are four options:

So the real question is what is the purpose of MODULE_LICENSE()?
Specifically, is it intended for anything other than to tell the that
this module is OK to use EXPORT_SYMBOL_GPL symbols?

Your patch which changes things like

MODULE_LICENSE("Dual BSD/GPL");

to

MODULE_LICENSE("GPL-Compatible");

in my opinion, muddles things even more, since now in some cases
MODULE_LICENSE() will name a specific license (i.e., GPL), and in
other cases, a set of licenses (i.e., GPL-Compatible). After all,
isn't a GPL license by definition GPL-compatible? So why not change
*all* MODULE_LICENSE(GPL) statements to be
MODULE_LICENSE(GPL-Compatible)? If that seems like a large, pointless
patch, then maybe it's not worth it to change "Dual BSD/GPL" to
"GPL-Compatible".

I also really don't see how this helps License compliance folks. If
the BSD folks trying to figure out whether or not they can use some
piece of code, "GPL-Compatible" is no more useful than as "Dual
BSD/GPL". In fact, Dual BSD/GPL might actually be more useful since
at least to me it says it can be used under the BSD or GPL license,
which is precisely what the BSD folks need.

Regards,

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