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

From: Linus Torvalds
Date: Fri Apr 06 2012 - 20:36:58 EST


On Fri, Apr 6, 2012 at 5:11 PM, Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxx> wrote:
> -MODULE_LICENSE("Dual BSD/GPL");
> +MODULE_LICENSE("GPL-Compatible");

I really don't see the point.

This makes things *worse*.

"Dual BSD/GPL" actually tells you something: it tells you that you can
take that code, and use it in a BSD project.

In contrast "GPL-compatible" tells you nothing at all.

So you are actually removing real information, and just making things
harder for everybody.

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