mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 17:04:50 -04:00
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:
committed by
Greg Kroah-Hartman
parent
fcd0157ece
commit
37b7e990ff
@@ -123,3 +123,4 @@ visorutil_mod_exit(void)
|
||||
module_init(visorutil_mod_init);
|
||||
module_exit(visorutil_mod_exit);
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
Reference in New Issue
Block a user