]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - samples/kobject/kset-example.c
samples/kobject: be explicit in the module license
[mirror_ubuntu-artful-kernel.git] / samples / kobject / kset-example.c
index e80ced3a5203f2ce77c3003724c7a208b8f6de4d..a55bff52bde3f51ff34b25c5a4af46cca4607a28 100644 (file)
@@ -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>");