projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fc786d
)
ASoC: Modifying the license string GPLv2 for OMAP3 EVM
author
Anuj Aggarwal
<anuj.aggarwal@ti.com>
Tue, 17 Nov 2009 16:13:42 +0000
(21:43 +0530)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 18 Nov 2009 13:46:39 +0000
(13:46 +0000)
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>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/omap/omap3evm.c
patch
|
blob
|
history
diff --git
a/sound/soc/omap/omap3evm.c
b/sound/soc/omap/omap3evm.c
index 9114c263077bb18972164c41f29fcaaf02448005..13aa380de162daa7deab8abbdf8fb3231ddca418 100644
(file)
--- 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");