Message ID | 1427658437-23136-3-git-send-email-u.kleine-koenig@pengutronix.de (mailing list archive) |
---|---|
State | Accepted |
Commit | 1c6ae56c5d26d22e8ba9ea6d3a0afc8b22b4e207 |
Headers | show |
On Sun, Mar 29, 2015 at 09:47:16PM +0200, Uwe Kleine-König wrote: > According to the file header only GPL v2 applies to it. Fix the > MODULE_LICENSE parameter accordingly. Applied, thanks.
diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c index 5827c0eb6b90..0c2af21b0b82 100644 --- a/sound/soc/sh/fsi.c +++ b/sound/soc/sh/fsi.c @@ -2118,7 +2118,7 @@ static struct platform_driver fsi_driver = { module_platform_driver(fsi_driver); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2"); MODULE_DESCRIPTION("SuperH onchip FSI audio driver"); MODULE_AUTHOR("Kuninori Morimoto <morimoto.kuninori@renesas.com>"); MODULE_ALIAS("platform:fsi-pcm-audio");
According to the file header only GPL v2 applies to it. Fix the MODULE_LICENSE parameter accordingly. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> --- sound/soc/sh/fsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)