[alsa-devel] [PATCH 2/2] ASoC: Modifying the license string GPLv2 for OMAP3 EVM
18 Nov
2009
18 Nov
'09
1:39 p.m.
Correcting the license string from GPLv2 -> GPL v2. Found the problem while building OMAP3 ASoC driver as module.
Signed-off-by: Anuj Aggarwal anuj.aggarwal@ti.com --- sound/soc/omap/omap3evm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/omap/omap3evm.c b/sound/soc/omap/omap3evm.c index 41a91b5..627fadb 100644 --- a/sound/soc/omap/omap3evm.c +++ b/sound/soc/omap/omap3evm.c @@ -144,4 +144,4 @@ module_exit(omap3evm_soc_exit);
MODULE_AUTHOR("Anuj Aggarwal anuj.aggarwal@ti.com"); MODULE_DESCRIPTION("ALSA SoC OMAP3 EVM"); -MODULE_LICENSE("GPLv2"); +MODULE_LICENSE("GPL v2");
--
1.6.2.4
5525
Age (days ago)
5525
Last active (days ago)
0 comments
1 participants
participants (1)
-
Anuj Aggarwal