mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
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
This commit is contained in:
parent
1d1bb12a8b
commit
5546e3dfb6
@ -77,3 +77,5 @@ static struct kunit_suite rtc_lib_test_suite = {
|
||||
};
|
||||
|
||||
kunit_test_suite(rtc_lib_test_suite);
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
|
Loading…
Reference in New Issue
Block a user