commit | 22bf6cd2ca4df283812a521d3cb534993072cd44 | [log] [tgz] |
---|---|---|
author | Stefan Wahren <stefan.wahren@i2se.com> | Tue Oct 23 13:06:08 2018 +0200 |
committer | Mark Brown <broonie@kernel.org> | Wed Nov 14 14:18:18 2018 -0800 |
tree | 7548d52d9e9ae9f5c2deda952b80a03664723efc | |
parent | 757ec116c9bce4278fa4423039736c832cc63b6f [diff] |
spi: bcm2835: make license text and module license match The license text is specifying GPL v2 or later but the MODULE_LICENSE is set to GPL v2 which means GNU Public License v2 only. So choose the license text as the correct one. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Acked-by: Florian Kauer <florian.kauer@koalo.de> Acked-by: Martin Sperl <kernel@martin.sperl.org> Signed-off-by: Mark Brown <broonie@kernel.org>