Re: [PATCH 1/5] phy: add support for USB cluster on the Armada 375 SoC

From: Thomas Petazzoni
Date: Sat May 24 2014 - 02:47:20 EST


Gregory, Kishon,

On Fri, 23 May 2014 23:50:54 +0200, Gregory CLEMENT wrote:

> >> +MODULE_DESCRIPTION("Armada 375 USB cluster driver");
> >> +MODULE_AUTHOR("Gregory CLEMENT <gregory.clement@xxxxxxxxxxxxxxxxxx>");
> >> +MODULE_LICENSE("GPL");
> >
> > GPL v2?
>
> See the header, I chose "GNU General Public License version 2 or later."
> so "GPL" match it.

And also, the vast majority of kernel drivers use
MODULE_LICENSE("GPL") :

$ git grep 'MODULE_LICENSE("GPL")' | wc -l
5615
$ git grep 'MODULE_LICENSE("GPLv2")' | wc -l
5
$ git grep 'MODULE_LICENSE("GPL v2")' | wc -l
932

Best regards,

Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
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/