[alsa-devel] [PATCH 7/8] ASoC: wm8998: Initial WM8998 codec driver
Paul Bolle
pebolle at tiscali.nl
Wed Apr 22 21:46:55 CEST 2015
A license mismatch is all I spotted.
On Tue, 2015-04-21 at 13:33 +0100, Richard Fitzgerald wrote:
> --- /dev/null
> +++ b/sound/soc/codecs/wm8998.c
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License version 2 as
> + * published by the Free Software Foundation.
This states the license is GPL v2.
> +MODULE_LICENSE("GPL");
And, according to include/linux/module.h, this states the license is GPL
v2 or later. So I think either the comment at the top of this file or
the license ident used in the MODULE_LICENSE() macro needs to change.
Paul Bolle
More information about the Alsa-devel
mailing list