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

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

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Marcus Folkesson 2018-03-01 08:55:53 +01:00 committed by Greg Kroah-Hartman
parent 134d1fd442
commit e4c4835171

View file

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