diff options
author | Anuj Aggarwal <[email protected]> | 2009-11-17 21:43:42 +0530 |
---|---|---|
committer | Mark Brown <[email protected]> | 2009-11-18 13:46:39 +0000 |
commit | bd6ddcb41d5fbdcbc1486f48d8023f234b4a7f8d (patch) | |
tree | 3fa3a3960a9a44b100bfd135f91f701877d516f0 | |
parent | 6fc786d5034ed7ce2d43c459211137de6d99dd28 (diff) |
ASoC: Modifying the license string GPLv2 for OMAP3 EVM
Correcting the license string from GPLv2 -> GPL v2.
Found the problem while building OMAP3 ASoC driver as
module.
Signed-off-by: Anuj Aggarwal <[email protected]>
Acked-by: Liam Girdwood <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | 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 9114c263077b..13aa380de162 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 <[email protected]>"); MODULE_DESCRIPTION("ALSA SoC OMAP3 EVM"); -MODULE_LICENSE("GPLv2"); +MODULE_LICENSE("GPL v2"); |