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

The visorutil module was lacking license info.

Signed-off-by: Ken Cox <jkc@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ken Cox 2014-04-28 12:23:14 -05:00 committed by Greg Kroah-Hartman
parent fcd0157ece
commit 37b7e990ff

View file

@ -123,3 +123,4 @@ visorutil_mod_exit(void)
module_init(visorutil_mod_init);
module_exit(visorutil_mod_exit);
MODULE_LICENSE("GPL");