rtc: test: make license text and module license match.
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 19 Sep 2018 01:16:31 +0000 (03:16 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 28 Sep 2018 12:21:00 +0000 (14:21 +0200)
commitfd13c930fe6a6dce8ae1f551121cfd947fb24dd5
treefd12d6715e9d9afa51e4d0f6402cabfff610ec81
parent2ab78755e93a10f6216c860a2012f3592f395603
rtc: test: make license text and module license match.

The license text is specifying GPL v2 only but the MODULE_LICENSE is set to
GPL which means GNU Public License v2 or later. When MODULE_LICENSE and
boiler plate does not match, go for boiler plate license.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-test.c