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:
parent
134d1fd442
commit
e4c4835171
1 changed files with 1 additions and 1 deletions
|
@ -640,4 +640,4 @@ static struct usb_driver skel_driver = {
|
||||||
|
|
||||||
module_usb_driver(skel_driver);
|
module_usb_driver(skel_driver);
|
||||||
|
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL v2");
|
||||||
|
|
Loading…
Add table
Reference in a new issue