diff options
Diffstat (limited to 'drivers/net/can')
-rw-r--r-- | drivers/net/can/led.c | 5 | ||||
-rw-r--r-- | drivers/net/can/spi/hi311x.c | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/drivers/net/can/led.c b/drivers/net/can/led.c index c1b667675fa1..db14897f8e16 100644 --- a/drivers/net/can/led.c +++ b/drivers/net/can/led.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright 2012, Fabio Baltieri <fabio.baltieri@gmail.com> | 3 | * Copyright 2012, Fabio Baltieri <fabio.baltieri@gmail.com> |
3 | * Copyright 2012, Kurt Van Dijck <kurt.van.dijck@eia.be> | 4 | * Copyright 2012, Kurt Van Dijck <kurt.van.dijck@eia.be> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #include <linux/module.h> | 7 | #include <linux/module.h> |
diff --git a/drivers/net/can/spi/hi311x.c b/drivers/net/can/spi/hi311x.c index ddaf46239e39..03a711c3221b 100644 --- a/drivers/net/can/spi/hi311x.c +++ b/drivers/net/can/spi/hi311x.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* CAN bus driver for Holt HI3110 CAN Controller with SPI Interface | 2 | /* CAN bus driver for Holt HI3110 CAN Controller with SPI Interface |
2 | * | 3 | * |
3 | * Copyright(C) Timesys Corporation 2016 | 4 | * Copyright(C) Timesys Corporation 2016 |
@@ -11,10 +12,6 @@ | |||
11 | * - Sascha Hauer, Marc Kleine-Budde, Pengutronix | 12 | * - Sascha Hauer, Marc Kleine-Budde, Pengutronix |
12 | * - Simon Kallweit, intefo AG | 13 | * - Simon Kallweit, intefo AG |
13 | * Copyright 2007 | 14 | * Copyright 2007 |
14 | * | ||
15 | * This program is free software; you can redistribute it and/or modify | ||
16 | * it under the terms of the GNU General Public License version 2 as | ||
17 | * published by the Free Software Foundation. | ||
18 | */ | 15 | */ |
19 | 16 | ||
20 | #include <linux/can/core.h> | 17 | #include <linux/can/core.h> |