]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
[SCSI] sun3_scsi_vme: add MODULE_LICENSE
authorAdrian Bunk <bunk@kernel.org>
Mon, 14 Apr 2008 14:17:26 +0000 (17:17 +0300)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Wed, 16 Apr 2008 14:28:11 +0000 (09:28 -0500)
This patch adds the missing MODULE_LICENSE("GPL").

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/sun3_scsi_vme.c

index 02d9727f017a9af8f602b06126c79dffa4304034..aaa4fd0dd1b90b0e6019ecda1587ecc7b32b67f6 100644 (file)
@@ -582,3 +582,4 @@ static struct scsi_host_template driver_template = {
 
 #include "scsi_module.c"
 
+MODULE_LICENSE("GPL");