Skip to content

Commit

Permalink
ASoC: Modifying the license string GPLv2 for OMAP3 EVM
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Anuj Aggarwal authored and broonie committed Nov 18, 2009
1 parent 6fc786d commit bd6ddcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/omap/omap3evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit bd6ddcb

Please sign in to comment.