rtc: lib_test: add MODULE_LICENSE
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 10 Aug 2021 21:20:06 +0000 (23:20 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 10 Aug 2021 21:21:46 +0000 (23:21 +0200)
As the documentation states, "The exact license information can only be
determined via the license information in the corresponding source files."
and the SPDX identifier has the proper information.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210810212008.631359-1-alexandre.belloni@bootlin.com
drivers/rtc/lib_test.c

index 2124b67..d5caf36 100644 (file)
@@ -77,3 +77,5 @@ static struct kunit_suite rtc_lib_test_suite = {
 };
 
 kunit_test_suite(rtc_lib_test_suite);
+
+MODULE_LICENSE("GPL");