summaryrefslogtreecommitdiff
path: root/drivers/rtc
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2021-08-11 00:20:06 +0300
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2021-08-11 00:21:46 +0300
commit5546e3dfb65a4389e747766ac455a50c3675fb0f (patch)
treeed586eea25e47bc4a29167681ab0ea18e320a42c /drivers/rtc
parent1d1bb12a8b1805ddeef9793ebeb920179fb0fa38 (diff)
downloadlinux-5546e3dfb65a4389e747766ac455a50c3675fb0f.tar.xz
rtc: lib_test: add MODULE_LICENSE
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
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/lib_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/rtc/lib_test.c b/drivers/rtc/lib_test.c
index 2124b67a2f43..d5caf36c56cd 100644
--- a/drivers/rtc/lib_test.c
+++ b/drivers/rtc/lib_test.c
@@ -77,3 +77,5 @@ static struct kunit_suite rtc_lib_test_suite = {
};
kunit_test_suite(rtc_lib_test_suite);
+
+MODULE_LICENSE("GPL");