* usb: usb-skeleton: make MODULE_LICENSE and SPDX tag match
@ 2018-03-01 7:55 Marcus Folkesson
0 siblings, 0 replies; only message in thread
From: Marcus Folkesson @ 2018-03-01 7:55 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: Marcus Folkesson, linux-usb, linux-kernel
GPL v2 is the original license according to the old license text.
See f64cdd0e94f1faf3b7f2b03af71f70dc6d8da0c2.
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
---
drivers/usb/usb-skeleton.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/usb-skeleton.c b/drivers/usb/usb-skeleton.c
index 26ca0ec01fd5..c3ddd0f1f449 100644
--- a/drivers/usb/usb-skeleton.c
+++ b/drivers/usb/usb-skeleton.c
@@ -640,4 +640,4 @@ static struct usb_driver skel_driver = {
module_usb_driver(skel_driver);
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-03-01 7:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-01 7:55 usb: usb-skeleton: make MODULE_LICENSE and SPDX tag match Marcus Folkesson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).