diff options
Diffstat (limited to 'samples/kobject/kset-example.c')
-rw-r--r-- | samples/kobject/kset-example.c | 2 |
1 files changed, 1 insertions, 1 deletions
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>"); |