1
0
Fork 0

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>
hifive-unleashed-5.1
Marcus Folkesson 2018-03-01 08:55:53 +01:00 committed by Greg Kroah-Hartman
parent 134d1fd442
commit e4c4835171
1 changed files with 1 additions and 1 deletions

View File

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