diff options
-rw-r--r-- | samples/kobject/kobject-example.c | 2 | ||||
-rw-r--r-- | samples/kobject/kset-example.c | 2 |
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 | ||
143 | module_init(example_init); | 143 | module_init(example_init); |
144 | module_exit(example_exit); | 144 | module_exit(example_exit); |
145 | MODULE_LICENSE("GPL"); | 145 | MODULE_LICENSE("GPL v2"); |
146 | MODULE_AUTHOR("Greg Kroah-Hartman <greg@kroah.com>"); | 146 | MODULE_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 | ||
286 | module_init(example_init); | 286 | module_init(example_init); |
287 | module_exit(example_exit); | 287 | module_exit(example_exit); |
288 | MODULE_LICENSE("GPL"); | 288 | MODULE_LICENSE("GPL v2"); |
289 | MODULE_AUTHOR("Greg Kroah-Hartman <greg@kroah.com>"); | 289 | MODULE_AUTHOR("Greg Kroah-Hartman <greg@kroah.com>"); |