Skip to content

Commit 5546e3d

Browse files
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 <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 1d1bb12 commit 5546e3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/rtc/lib_test.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,5 @@ static struct kunit_suite rtc_lib_test_suite = {
7777
};
7878

7979
kunit_test_suite(rtc_lib_test_suite);
80+
81+
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)