Commit 37b7e990 authored by Ken Cox's avatar Ken Cox Committed by Greg Kroah-Hartman

Staging: unisys: visorutil: Add MODULE_LICENSE("GPL")

The visorutil module was lacking license info.
Signed-off-by: default avatarKen Cox <jkc@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fcd0157e
......@@ -123,3 +123,4 @@ visorutil_mod_exit(void)
module_init(visorutil_mod_init);
module_exit(visorutil_mod_exit);
MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment