diff options
author | Axel Lin <axel.lin@ingics.com> | 2015-08-28 11:23:05 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-28 17:15:41 +0100 |
commit | 2f38bc8829b83aed3e2c5e6d43a430d39f1b0e1d (patch) | |
tree | 8fd42fa358edc8e7cf49abf670a5a6729d720d0d /sound/soc/codecs | |
parent | 11d932416ecada27ca7576dca7e74e23477df7ef (diff) |
ASoC: ics43432: Fix module license
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/ics43432.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/ics43432.c b/sound/soc/codecs/ics43432.c index d217fed8b423..7c35c989acf0 100644 --- a/sound/soc/codecs/ics43432.c +++ b/sound/soc/codecs/ics43432.c @@ -6,7 +6,7 @@ * * Copyright (c) 2015 Axis Communications AB * - * Licensed under GPL2. + * Licensed under GPL v2. */ #include <linux/module.h> @@ -73,4 +73,4 @@ module_platform_driver(ics43432_driver); MODULE_DESCRIPTION("ASoC ICS43432 driver"); MODULE_AUTHOR("Ricard Wanderlof <ricardw@axis.com>"); -MODULE_LICENSE("GPLv2"); +MODULE_LICENSE("GPL v2"); |