Commit e4c48351 authored by Marcus Folkesson's avatar Marcus Folkesson Committed by Greg Kroah-Hartman
Browse files

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



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

Signed-off-by: default avatarMarcus Folkesson <marcus.folkesson@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 134d1fd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -640,4 +640,4 @@ static struct usb_driver skel_driver = {

module_usb_driver(skel_driver);

MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL v2");