aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can
diff options
context:
space:
mode:
authorJimmy Assarsson <extja@kvaser.com>2018-07-18 23:29:27 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2018-07-27 10:40:19 +0200
commite0543f2479f811e431005906462c04a9b582caee (patch)
tree02113485e50a8eec700be9e6f332f2a29bf79ac6 /drivers/net/can
parentcan: kvaser_usb: Fix typos (diff)
downloadlinux-dev-e0543f2479f811e431005906462c04a9b582caee.tar.xz
linux-dev-e0543f2479f811e431005906462c04a9b582caee.zip
can: kvaser_usb: Add SPDX GPL-2.0 license identifier
Add SPDX GPL-2.0 license identifier to kvaser_usb.c. Signed-off-by: Jimmy Assarsson <extja@kvaser.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'drivers/net/can')
-rw-r--r--drivers/net/can/usb/kvaser_usb.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/net/can/usb/kvaser_usb.c b/drivers/net/can/usb/kvaser_usb.c
index 07b91841140a..fd5890f7917f 100644
--- a/drivers/net/can/usb/kvaser_usb.c
+++ b/drivers/net/can/usb/kvaser_usb.c
@@ -1,9 +1,5 @@
-/*
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation version 2.
- *
- * Parts of this driver are based on the following:
+// SPDX-License-Identifier: GPL-2.0
+/* Parts of this driver are based on the following:
* - Kvaser linux leaf driver (version 4.78)
* - CAN driver for esd CAN-USB/2
* - Kvaser linux usbcanII driver (version 5.3)