OSDN Git Service

usb: usb-skeleton: make MODULE_LICENSE and SPDX tag match
authorMarcus Folkesson <marcus.folkesson@gmail.com>
Thu, 1 Mar 2018 07:55:53 +0000 (08:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Mar 2018 17:42:07 +0000 (09:42 -0800)
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>
drivers/usb/usb-skeleton.c

index 26ca0ec..c3ddd0f 100644 (file)
@@ -640,4 +640,4 @@ static struct usb_driver skel_driver = {
 
 module_usb_driver(skel_driver);
 
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");