aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--samples/kobject/kobject-example.c2
-rw-r--r--samples/kobject/kset-example.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/samples/kobject/kobject-example.c b/samples/kobject/kobject-example.c
index 063aaece0bcd..2e0740f06cd7 100644
--- a/samples/kobject/kobject-example.c
+++ b/samples/kobject/kobject-example.c
@@ -142,5 +142,5 @@ static void __exit example_exit(void)
142 142
143module_init(example_init); 143module_init(example_init);
144module_exit(example_exit); 144module_exit(example_exit);
145MODULE_LICENSE("GPL"); 145MODULE_LICENSE("GPL v2");
146MODULE_AUTHOR("Greg Kroah-Hartman <greg@kroah.com>"); 146MODULE_AUTHOR("Greg Kroah-Hartman <greg@kroah.com>");
diff --git a/samples/kobject/kset-example.c b/samples/kobject/kset-example.c
index e80ced3a5203..a55bff52bde3 100644
--- a/samples/kobject/kset-example.c
+++ b/samples/kobject/kset-example.c
@@ -285,5 +285,5 @@ static void __exit example_exit(void)
285 285
286module_init(example_init); 286module_init(example_init);
287module_exit(example_exit); 287module_exit(example_exit);
288MODULE_LICENSE("GPL"); 288MODULE_LICENSE("GPL v2");
289MODULE_AUTHOR("Greg Kroah-Hartman <greg@kroah.com>"); 289MODULE_AUTHOR("Greg Kroah-Hartman <greg@kroah.com>");