Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07afb6ac authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

samples/kobject: be explicit in the module license



Rusty pointed out that the module license should be "GPL v2" to properly
match the notice at the top of the files, so make that change.

Reported-by: default avatarRusty Russell <rusty@rustcorp.com.au>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5fd637e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,5 +142,5 @@ static void __exit example_exit(void)

module_init(example_init);
module_exit(example_exit);
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Greg Kroah-Hartman <greg@kroah.com>");
+1 −1
Original line number Diff line number Diff line
@@ -285,5 +285,5 @@ static void __exit example_exit(void)

module_init(example_init);
module_exit(example_exit);
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Greg Kroah-Hartman <greg@kroah.com>");