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:
parent
fcd0157ece
commit
37b7e990ff
1 changed files with 1 additions and 0 deletions
|
@ -123,3 +123,4 @@ visorutil_mod_exit(void)
|
|||
module_init(visorutil_mod_init);
|
||||
module_exit(visorutil_mod_exit);
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
Loading…
Reference in a new issue