Browse Source

usb: usb-skeleton: make MODULE_LICENSE and SPDX tag match

GPL v2 is the original license according to the old license text.
See f64cdd0e94f1faf3b7f2b03af71f70dc6d8da0c2.

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Marcus Folkesson 7 years ago
parent
commit
e4c4835171
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/usb/usb-skeleton.c

+ 1 - 1
drivers/usb/usb-skeleton.c

@@ -640,4 +640,4 @@ static struct usb_driver skel_driver = {
 
 module_usb_driver(skel_driver);
 
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");