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>
Tento commit je obsažen v:
Marcus Folkesson
2018-03-01 08:55:53 +01:00
odevzdal Greg Kroah-Hartman
rodič 134d1fd442
revize e4c4835171

Zobrazit soubor

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