From: Alexandre Belloni Date: Tue, 10 Aug 2021 21:20:06 +0000 (+0200) Subject: rtc: lib_test: add MODULE_LICENSE X-Git-Tag: v5.10.240~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07e49c6a4f9e4409badc78b00928af4609c60ea4;p=thirdparty%2Fkernel%2Fstable.git rtc: lib_test: add MODULE_LICENSE commit 5546e3dfb65a4389e747766ac455a50c3675fb0f upstream. 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 Signed-off-by: Alexandre Belloni Link: https://lore.kernel.org/r/20210810212008.631359-1-alexandre.belloni@bootlin.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/rtc/lib_test.c b/drivers/rtc/lib_test.c index fa6fd2875b3d9..225c859d6da55 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");