diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-06-04 04:11:33 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-19 11:09:55 -0400 |
commit | d2912cb15bdda8ba4a5dd73396ad62641af2f520 (patch) | |
tree | ff723089c8673e3f99df3ddcdaeae7a52bd6fdac /drivers/net | |
parent | 20c8ccb1975b8d5639789d1025ad6ada38bd6f48 (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Based on 2 normalized pattern(s):
this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license version 2 as
published by the free software foundation
this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license version 2 as
published by the free software foundation #
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 4122 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Enrico Weigelt <info@metux.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081206.933168790@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/net')
174 files changed, 174 insertions, 698 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> |
diff --git a/drivers/net/ethernet/8390/ax88796.c b/drivers/net/ethernet/8390/ax88796.c index 3dcc61821ed5..172947fc051a 100644 --- a/drivers/net/ethernet/8390/ax88796.c +++ b/drivers/net/ethernet/8390/ax88796.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* drivers/net/ethernet/8390/ax88796.c | 2 | /* drivers/net/ethernet/8390/ax88796.c |
2 | * | 3 | * |
3 | * Copyright 2005,2007 Simtec Electronics | 4 | * Copyright 2005,2007 Simtec Electronics |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Asix AX88796 10/100 Ethernet controller support | 7 | * Asix AX88796 10/100 Ethernet controller support |
7 | * Based on ne.c, by Donald Becker, et-al. | 8 | * Based on ne.c, by Donald Becker, et-al. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/module.h> | 11 | #include <linux/module.h> |
diff --git a/drivers/net/ethernet/8390/etherh.c b/drivers/net/ethernet/8390/etherh.c index 77191a281866..bd22a534b1c0 100644 --- a/drivers/net/ethernet/8390/etherh.c +++ b/drivers/net/ethernet/8390/etherh.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/drivers/acorn/net/etherh.c | 3 | * linux/drivers/acorn/net/etherh.c |
3 | * | 4 | * |
4 | * Copyright (C) 2000-2002 Russell King | 5 | * Copyright (C) 2000-2002 Russell King |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * NS8390 I-cubed EtherH and ANT EtherM specific driver | 7 | * NS8390 I-cubed EtherH and ANT EtherM specific driver |
11 | * Thanks to I-Cubed for information on their cards. | 8 | * Thanks to I-Cubed for information on their cards. |
12 | * EtherM conversion (C) 1999 Chris Kemp and Tim Watterton | 9 | * EtherM conversion (C) 1999 Chris Kemp and Tim Watterton |
diff --git a/drivers/net/ethernet/amd/am79c961a.c b/drivers/net/ethernet/amd/am79c961a.c index 265039c57023..0842da492a64 100644 --- a/drivers/net/ethernet/amd/am79c961a.c +++ b/drivers/net/ethernet/amd/am79c961a.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/drivers/net/ethernet/amd/am79c961a.c | 3 | * linux/drivers/net/ethernet/amd/am79c961a.c |
3 | * | 4 | * |
4 | * by Russell King <rmk@arm.linux.org.uk> 1995-2001. | 5 | * by Russell King <rmk@arm.linux.org.uk> 1995-2001. |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * Derived from various things including skeleton.c | 7 | * Derived from various things including skeleton.c |
11 | * | 8 | * |
12 | * This is a special driver for the am79c961A Lance chip used in the | 9 | * This is a special driver for the am79c961A Lance chip used in the |
diff --git a/drivers/net/ethernet/amd/am79c961a.h b/drivers/net/ethernet/amd/am79c961a.h index fc5088c70731..73679e053ceb 100644 --- a/drivers/net/ethernet/amd/am79c961a.h +++ b/drivers/net/ethernet/amd/am79c961a.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/drivers/net/ethernet/amd/am79c961a.h | 3 | * linux/drivers/net/ethernet/amd/am79c961a.h |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef _LINUX_am79c961a_H | 6 | #ifndef _LINUX_am79c961a_H |
diff --git a/drivers/net/ethernet/arc/emac_main.c b/drivers/net/ethernet/arc/emac_main.c index 13a1d99b29c6..6f2c867785fe 100644 --- a/drivers/net/ethernet/arc/emac_main.c +++ b/drivers/net/ethernet/arc/emac_main.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2004-2013 Synopsys, Inc. (www.synopsys.com) | 3 | * Copyright (C) 2004-2013 Synopsys, Inc. (www.synopsys.com) |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | * | ||
8 | * Driver for the ARC EMAC 10100 (hardware revision 5) | 5 | * Driver for the ARC EMAC 10100 (hardware revision 5) |
9 | * | 6 | * |
10 | * Contributors: | 7 | * Contributors: |
diff --git a/drivers/net/ethernet/broadcom/bcmsysport.c b/drivers/net/ethernet/broadcom/bcmsysport.c index c623896e3ccb..cae9b77ff44b 100644 --- a/drivers/net/ethernet/broadcom/bcmsysport.c +++ b/drivers/net/ethernet/broadcom/bcmsysport.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Broadcom BCM7xxx System Port Ethernet MAC driver | 3 | * Broadcom BCM7xxx System Port Ethernet MAC driver |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Broadcom Corporation | 5 | * Copyright (C) 2014 Broadcom Corporation |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 8 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/net/ethernet/broadcom/bcmsysport.h b/drivers/net/ethernet/broadcom/bcmsysport.h index 6f3141c86436..86193931203a 100644 --- a/drivers/net/ethernet/broadcom/bcmsysport.h +++ b/drivers/net/ethernet/broadcom/bcmsysport.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Broadcom BCM7xxx System Port Ethernet MAC driver | 3 | * Broadcom BCM7xxx System Port Ethernet MAC driver |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Broadcom Corporation | 5 | * Copyright (C) 2014 Broadcom Corporation |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef __BCM_SYSPORT_H | 8 | #ifndef __BCM_SYSPORT_H |
diff --git a/drivers/net/ethernet/broadcom/genet/bcmgenet.c b/drivers/net/ethernet/broadcom/genet/bcmgenet.c index 374b9ff05c88..41b50e6570ea 100644 --- a/drivers/net/ethernet/broadcom/genet/bcmgenet.c +++ b/drivers/net/ethernet/broadcom/genet/bcmgenet.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Broadcom GENET (Gigabit Ethernet) controller driver | 3 | * Broadcom GENET (Gigabit Ethernet) controller driver |
3 | * | 4 | * |
4 | * Copyright (c) 2014-2017 Broadcom | 5 | * Copyright (c) 2014-2017 Broadcom |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #define pr_fmt(fmt) "bcmgenet: " fmt | 8 | #define pr_fmt(fmt) "bcmgenet: " fmt |
diff --git a/drivers/net/ethernet/broadcom/genet/bcmgenet.h b/drivers/net/ethernet/broadcom/genet/bcmgenet.h index 14b49612aa86..9ad835aee1bc 100644 --- a/drivers/net/ethernet/broadcom/genet/bcmgenet.h +++ b/drivers/net/ethernet/broadcom/genet/bcmgenet.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014-2017 Broadcom | 3 | * Copyright (c) 2014-2017 Broadcom |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef __BCMGENET_H__ | 6 | #ifndef __BCMGENET_H__ |
diff --git a/drivers/net/ethernet/broadcom/genet/bcmgenet_wol.c b/drivers/net/ethernet/broadcom/genet/bcmgenet_wol.c index 57582efa362d..ea20d94bd050 100644 --- a/drivers/net/ethernet/broadcom/genet/bcmgenet_wol.c +++ b/drivers/net/ethernet/broadcom/genet/bcmgenet_wol.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Broadcom GENET (Gigabit Ethernet) Wake-on-LAN support | 3 | * Broadcom GENET (Gigabit Ethernet) Wake-on-LAN support |
3 | * | 4 | * |
4 | * Copyright (c) 2014-2017 Broadcom | 5 | * Copyright (c) 2014-2017 Broadcom |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #define pr_fmt(fmt) "bcmgenet_wol: " fmt | 8 | #define pr_fmt(fmt) "bcmgenet_wol: " fmt |
diff --git a/drivers/net/ethernet/broadcom/genet/bcmmii.c b/drivers/net/ethernet/broadcom/genet/bcmmii.c index 51880d83131a..970e478a9017 100644 --- a/drivers/net/ethernet/broadcom/genet/bcmmii.c +++ b/drivers/net/ethernet/broadcom/genet/bcmmii.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Broadcom GENET MDIO routines | 3 | * Broadcom GENET MDIO routines |
3 | * | 4 | * |
4 | * Copyright (c) 2014-2017 Broadcom | 5 | * Copyright (c) 2014-2017 Broadcom |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | 8 | ||
diff --git a/drivers/net/ethernet/cadence/macb.h b/drivers/net/ethernet/cadence/macb.h index 00ee5e8e0ff0..6ff123da6a14 100644 --- a/drivers/net/ethernet/cadence/macb.h +++ b/drivers/net/ethernet/cadence/macb.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Atmel MACB Ethernet Controller driver | 3 | * Atmel MACB Ethernet Controller driver |
3 | * | 4 | * |
4 | * Copyright (C) 2004-2006 Atmel Corporation | 5 | * Copyright (C) 2004-2006 Atmel Corporation |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #ifndef _MACB_H | 7 | #ifndef _MACB_H |
11 | #define _MACB_H | 8 | #define _MACB_H |
diff --git a/drivers/net/ethernet/cadence/macb_main.c b/drivers/net/ethernet/cadence/macb_main.c index f825e3960540..2375a13bb446 100644 --- a/drivers/net/ethernet/cadence/macb_main.c +++ b/drivers/net/ethernet/cadence/macb_main.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Cadence MACB/GEM Ethernet Controller driver | 3 | * Cadence MACB/GEM Ethernet Controller driver |
3 | * | 4 | * |
4 | * Copyright (C) 2004-2006 Atmel Corporation | 5 | * Copyright (C) 2004-2006 Atmel Corporation |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 8 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/net/ethernet/dnet.c b/drivers/net/ethernet/dnet.c index 79521e27f0d1..e24979010969 100644 --- a/drivers/net/ethernet/dnet.c +++ b/drivers/net/ethernet/dnet.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Dave DNET Ethernet Controller driver | 3 | * Dave DNET Ethernet Controller driver |
3 | * | 4 | * |
4 | * Copyright (C) 2008 Dave S.r.l. <www.dave.eu> | 5 | * Copyright (C) 2008 Dave S.r.l. <www.dave.eu> |
5 | * Copyright (C) 2009 Ilya Yanok, Emcraft Systems Ltd, <yanok@emcraft.com> | 6 | * Copyright (C) 2009 Ilya Yanok, Emcraft Systems Ltd, <yanok@emcraft.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | #include <linux/io.h> | 8 | #include <linux/io.h> |
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/drivers/net/ethernet/dnet.h b/drivers/net/ethernet/dnet.h index d985080bbd5d..8af6c0705ab3 100644 --- a/drivers/net/ethernet/dnet.h +++ b/drivers/net/ethernet/dnet.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Dave DNET Ethernet Controller driver | 3 | * Dave DNET Ethernet Controller driver |
3 | * | 4 | * |
4 | * Copyright (C) 2008 Dave S.r.l. <www.dave.eu> | 5 | * Copyright (C) 2008 Dave S.r.l. <www.dave.eu> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #ifndef _DNET_H | 7 | #ifndef _DNET_H |
11 | #define _DNET_H | 8 | #define _DNET_H |
diff --git a/drivers/net/ethernet/ethoc.c b/drivers/net/ethernet/ethoc.c index 71da0490521b..ea4f17f5cce7 100644 --- a/drivers/net/ethernet/ethoc.c +++ b/drivers/net/ethernet/ethoc.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/drivers/net/ethernet/ethoc.c | 3 | * linux/drivers/net/ethernet/ethoc.c |
3 | * | 4 | * |
4 | * Copyright (C) 2007-2008 Avionic Design Development GmbH | 5 | * Copyright (C) 2007-2008 Avionic Design Development GmbH |
5 | * Copyright (C) 2008-2009 Avionic Design GmbH | 6 | * Copyright (C) 2008-2009 Avionic Design GmbH |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | * Written by Thierry Reding <thierry.reding@avionic-design.de> | 8 | * Written by Thierry Reding <thierry.reding@avionic-design.de> |
12 | */ | 9 | */ |
13 | 10 | ||
diff --git a/drivers/net/ethernet/i825xx/ether1.c b/drivers/net/ethernet/i825xx/ether1.c index 35f6291a3672..bb3b8adbe4f0 100644 --- a/drivers/net/ethernet/i825xx/ether1.c +++ b/drivers/net/ethernet/i825xx/ether1.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/drivers/acorn/net/ether1.c | 3 | * linux/drivers/acorn/net/ether1.c |
3 | * | 4 | * |
4 | * Copyright (C) 1996-2000 Russell King | 5 | * Copyright (C) 1996-2000 Russell King |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * Acorn ether1 driver (82586 chip) for Acorn machines | 7 | * Acorn ether1 driver (82586 chip) for Acorn machines |
11 | * | 8 | * |
12 | * We basically keep two queues in the cards memory - one for transmit | 9 | * We basically keep two queues in the cards memory - one for transmit |
diff --git a/drivers/net/ethernet/i825xx/ether1.h b/drivers/net/ethernet/i825xx/ether1.h index 3a5830ab3dc7..3926e042fe2e 100644 --- a/drivers/net/ethernet/i825xx/ether1.h +++ b/drivers/net/ethernet/i825xx/ether1.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/drivers/acorn/net/ether1.h | 3 | * linux/drivers/acorn/net/ether1.h |
3 | * | 4 | * |
4 | * Copyright (C) 1996 Russell King | 5 | * Copyright (C) 1996 Russell King |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * Network driver for Acorn Ether1 cards. | 7 | * Network driver for Acorn Ether1 cards. |
11 | */ | 8 | */ |
12 | 9 | ||
diff --git a/drivers/net/ethernet/micrel/ks8851.c b/drivers/net/ethernet/micrel/ks8851.c index ba4fdf1b0dea..33305c9c5a62 100644 --- a/drivers/net/ethernet/micrel/ks8851.c +++ b/drivers/net/ethernet/micrel/ks8851.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* drivers/net/ethernet/micrel/ks8851.c | 2 | /* drivers/net/ethernet/micrel/ks8851.c |
2 | * | 3 | * |
3 | * Copyright 2009 Simtec Electronics | 4 | * Copyright 2009 Simtec Electronics |
4 | * http://www.simtec.co.uk/ | 5 | * http://www.simtec.co.uk/ |
5 | * Ben Dooks <ben@simtec.co.uk> | 6 | * Ben Dooks <ben@simtec.co.uk> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 9 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/net/ethernet/micrel/ks8851.h b/drivers/net/ethernet/micrel/ks8851.h index 23da1e3ee429..8f834aef8e32 100644 --- a/drivers/net/ethernet/micrel/ks8851.h +++ b/drivers/net/ethernet/micrel/ks8851.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* drivers/net/ethernet/micrel/ks8851.h | 2 | /* drivers/net/ethernet/micrel/ks8851.h |
2 | * | 3 | * |
3 | * Copyright 2009 Simtec Electronics | 4 | * Copyright 2009 Simtec Electronics |
4 | * Ben Dooks <ben@simtec.co.uk> | 5 | * Ben Dooks <ben@simtec.co.uk> |
5 | * | 6 | * |
6 | * KS8851 register definitions | 7 | * KS8851 register definitions |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #define KS_CCR 0x08 | 10 | #define KS_CCR 0x08 |
diff --git a/drivers/net/ethernet/microchip/encx24j600-regmap.c b/drivers/net/ethernet/microchip/encx24j600-regmap.c index 44bb04d4d21b..1f496fac7033 100644 --- a/drivers/net/ethernet/microchip/encx24j600-regmap.c +++ b/drivers/net/ethernet/microchip/encx24j600-regmap.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /** | 2 | /** |
2 | * Register map access API - ENCX24J600 support | 3 | * Register map access API - ENCX24J600 support |
3 | * | 4 | * |
4 | * Copyright 2015 Gridpoint | 5 | * Copyright 2015 Gridpoint |
5 | * | 6 | * |
6 | * Author: Jon Ringle <jringle@gridpoint.com> | 7 | * Author: Jon Ringle <jringle@gridpoint.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/delay.h> | 10 | #include <linux/delay.h> |
diff --git a/drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h b/drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h index c61f260e18a4..049dc6cf4611 100644 --- a/drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h +++ b/drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* 10G controller driver for Samsung SoCs | 2 | /* 10G controller driver for Samsung SoCs |
2 | * | 3 | * |
3 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. | 4 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> | 7 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef __SXGBE_COMMON_H__ | 10 | #ifndef __SXGBE_COMMON_H__ |
diff --git a/drivers/net/ethernet/samsung/sxgbe/sxgbe_core.c b/drivers/net/ethernet/samsung/sxgbe/sxgbe_core.c index 58c35692560e..e96e2bd295ef 100644 --- a/drivers/net/ethernet/samsung/sxgbe/sxgbe_core.c +++ b/drivers/net/ethernet/samsung/sxgbe/sxgbe_core.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* 10G controller driver for Samsung SoCs | 2 | /* 10G controller driver for Samsung SoCs |
2 | * | 3 | * |
3 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. | 4 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> | 7 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 10 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.c b/drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.c index 2686bb5b6765..b33ebf2dca47 100644 --- a/drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.c +++ b/drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* 10G controller driver for Samsung SoCs | 2 | /* 10G controller driver for Samsung SoCs |
2 | * | 3 | * |
3 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. | 4 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> | 7 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 10 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.h b/drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.h index 18609324db72..ede0827bf122 100644 --- a/drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.h +++ b/drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* 10G controller driver for Samsung SoCs | 2 | /* 10G controller driver for Samsung SoCs |
2 | * | 3 | * |
3 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. | 4 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> | 7 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #ifndef __SXGBE_DESC_H__ | 9 | #ifndef __SXGBE_DESC_H__ |
13 | #define __SXGBE_DESC_H__ | 10 | #define __SXGBE_DESC_H__ |
diff --git a/drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.c b/drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.c index bb9b5b8afc5f..243db04b968c 100644 --- a/drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.c +++ b/drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* 10G controller driver for Samsung SoCs | 2 | /* 10G controller driver for Samsung SoCs |
2 | * | 3 | * |
3 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. | 4 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> | 7 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #include <linux/delay.h> | 9 | #include <linux/delay.h> |
13 | #include <linux/export.h> | 10 | #include <linux/export.h> |
diff --git a/drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.h b/drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.h index 1607b54c9bb0..e8f79a297278 100644 --- a/drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.h +++ b/drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* 10G controller driver for Samsung SoCs | 2 | /* 10G controller driver for Samsung SoCs |
2 | * | 3 | * |
3 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. | 4 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> | 7 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #ifndef __SXGBE_DMA_H__ | 9 | #ifndef __SXGBE_DMA_H__ |
13 | #define __SXGBE_DMA_H__ | 10 | #define __SXGBE_DMA_H__ |
diff --git a/drivers/net/ethernet/samsung/sxgbe/sxgbe_ethtool.c b/drivers/net/ethernet/samsung/sxgbe/sxgbe_ethtool.c index c9aad0eda57f..0775b9464b4e 100644 --- a/drivers/net/ethernet/samsung/sxgbe/sxgbe_ethtool.c +++ b/drivers/net/ethernet/samsung/sxgbe/sxgbe_ethtool.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* 10G controller driver for Samsung SoCs | 2 | /* 10G controller driver for Samsung SoCs |
2 | * | 3 | * |
3 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. | 4 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> | 7 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 10 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c b/drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c index 6d22dd500790..c56fcbb37066 100644 --- a/drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c +++ b/drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* 10G controller driver for Samsung SoCs | 2 | /* 10G controller driver for Samsung SoCs |
2 | * | 3 | * |
3 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. | 4 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> | 7 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 10 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/net/ethernet/samsung/sxgbe/sxgbe_mdio.c b/drivers/net/ethernet/samsung/sxgbe/sxgbe_mdio.c index 467ff7033606..b1e7f7ab281c 100644 --- a/drivers/net/ethernet/samsung/sxgbe/sxgbe_mdio.c +++ b/drivers/net/ethernet/samsung/sxgbe/sxgbe_mdio.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* 10G controller driver for Samsung SoCs | 2 | /* 10G controller driver for Samsung SoCs |
2 | * | 3 | * |
3 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. | 4 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> | 7 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 10 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.c b/drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.c index 324681c2bb74..298a7402e39c 100644 --- a/drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.c +++ b/drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* 10G controller driver for Samsung SoCs | 2 | /* 10G controller driver for Samsung SoCs |
2 | * | 3 | * |
3 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. | 4 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> | 7 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 10 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.h b/drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.h index 7e4810c4137e..e5634520700f 100644 --- a/drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.h +++ b/drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* 10G controller driver for Samsung SoCs | 2 | /* 10G controller driver for Samsung SoCs |
2 | * | 3 | * |
3 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. | 4 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> | 7 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #ifndef __SXGBE_MTL_H__ | 9 | #ifndef __SXGBE_MTL_H__ |
13 | #define __SXGBE_MTL_H__ | 10 | #define __SXGBE_MTL_H__ |
diff --git a/drivers/net/ethernet/samsung/sxgbe/sxgbe_platform.c b/drivers/net/ethernet/samsung/sxgbe/sxgbe_platform.c index d2bc9412ba03..d2c48116f181 100644 --- a/drivers/net/ethernet/samsung/sxgbe/sxgbe_platform.c +++ b/drivers/net/ethernet/samsung/sxgbe/sxgbe_platform.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* 10G controller driver for Samsung SoCs | 2 | /* 10G controller driver for Samsung SoCs |
2 | * | 3 | * |
3 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. | 4 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> | 7 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 10 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/net/ethernet/samsung/sxgbe/sxgbe_reg.h b/drivers/net/ethernet/samsung/sxgbe/sxgbe_reg.h index 81437d91df99..4def84ebf143 100644 --- a/drivers/net/ethernet/samsung/sxgbe/sxgbe_reg.h +++ b/drivers/net/ethernet/samsung/sxgbe/sxgbe_reg.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* 10G controller driver for Samsung SoCs | 2 | /* 10G controller driver for Samsung SoCs |
2 | * | 3 | * |
3 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. | 4 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> | 7 | * Author: Siva Reddy Kallam <siva.kallam@samsung.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #ifndef __SXGBE_REGMAP_H__ | 9 | #ifndef __SXGBE_REGMAP_H__ |
13 | #define __SXGBE_REGMAP_H__ | 10 | #define __SXGBE_REGMAP_H__ |
diff --git a/drivers/net/ethernet/seeq/ether3.c b/drivers/net/ethernet/seeq/ether3.c index d1bb73bf9914..632a7c85964d 100644 --- a/drivers/net/ethernet/seeq/ether3.c +++ b/drivers/net/ethernet/seeq/ether3.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/drivers/acorn/net/ether3.c | 3 | * linux/drivers/acorn/net/ether3.c |
3 | * | 4 | * |
4 | * Copyright (C) 1995-2000 Russell King | 5 | * Copyright (C) 1995-2000 Russell King |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * SEEQ nq8005 ethernet driver for Acorn/ANT Ether3 card | 7 | * SEEQ nq8005 ethernet driver for Acorn/ANT Ether3 card |
11 | * for Acorn machines | 8 | * for Acorn machines |
12 | * | 9 | * |
diff --git a/drivers/net/ethernet/seeq/ether3.h b/drivers/net/ethernet/seeq/ether3.h index be19e5fa5cf2..585dd51be201 100644 --- a/drivers/net/ethernet/seeq/ether3.h +++ b/drivers/net/ethernet/seeq/ether3.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/drivers/acorn/net/ether3.h | 3 | * linux/drivers/acorn/net/ether3.h |
3 | * | 4 | * |
4 | * Copyright (C) 1995-2000 Russell King | 5 | * Copyright (C) 1995-2000 Russell King |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * network driver for Acorn/ANT Ether3 cards | 7 | * network driver for Acorn/ANT Ether3 cards |
11 | */ | 8 | */ |
12 | 9 | ||
diff --git a/drivers/net/ethernet/sfc/bitfield.h b/drivers/net/ethernet/sfc/bitfield.h index 41ad07d45144..1b59e9fe58b4 100644 --- a/drivers/net/ethernet/sfc/bitfield.h +++ b/drivers/net/ethernet/sfc/bitfield.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2013 Solarflare Communications Inc. | 5 | * Copyright 2006-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef EFX_BITFIELD_H | 8 | #ifndef EFX_BITFIELD_H |
diff --git a/drivers/net/ethernet/sfc/ef10.c b/drivers/net/ethernet/sfc/ef10.c index e888b479c596..16d6952c312a 100644 --- a/drivers/net/ethernet/sfc/ef10.c +++ b/drivers/net/ethernet/sfc/ef10.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2012-2013 Solarflare Communications Inc. | 4 | * Copyright 2012-2013 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #include "net_driver.h" | 7 | #include "net_driver.h" |
diff --git a/drivers/net/ethernet/sfc/ef10_regs.h b/drivers/net/ethernet/sfc/ef10_regs.h index 6a56778cf06c..154cfad95186 100644 --- a/drivers/net/ethernet/sfc/ef10_regs.h +++ b/drivers/net/ethernet/sfc/ef10_regs.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2012-2017 Solarflare Communications Inc. | 4 | * Copyright 2012-2017 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef EFX_EF10_REGS_H | 7 | #ifndef EFX_EF10_REGS_H |
diff --git a/drivers/net/ethernet/sfc/ef10_sriov.c b/drivers/net/ethernet/sfc/ef10_sriov.c index 3d76fd1504c2..52bd43f45761 100644 --- a/drivers/net/ethernet/sfc/ef10_sriov.c +++ b/drivers/net/ethernet/sfc/ef10_sriov.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2015 Solarflare Communications Inc. | 4 | * Copyright 2015 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | #include <linux/etherdevice.h> | 6 | #include <linux/etherdevice.h> |
10 | #include <linux/pci.h> | 7 | #include <linux/pci.h> |
diff --git a/drivers/net/ethernet/sfc/ef10_sriov.h b/drivers/net/ethernet/sfc/ef10_sriov.h index 2aa444ed42de..cfe556d17313 100644 --- a/drivers/net/ethernet/sfc/ef10_sriov.h +++ b/drivers/net/ethernet/sfc/ef10_sriov.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2015 Solarflare Communications Inc. | 4 | * Copyright 2015 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef EF10_SRIOV_H | 7 | #ifndef EF10_SRIOV_H |
diff --git a/drivers/net/ethernet/sfc/efx.c b/drivers/net/ethernet/sfc/efx.c index bc655ffc9e02..53b726bfe945 100644 --- a/drivers/net/ethernet/sfc/efx.c +++ b/drivers/net/ethernet/sfc/efx.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2005-2013 Solarflare Communications Inc. | 5 | * Copyright 2005-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/module.h> | 8 | #include <linux/module.h> |
diff --git a/drivers/net/ethernet/sfc/efx.h b/drivers/net/ethernet/sfc/efx.h index 3f759ebdcf10..04fed7c06618 100644 --- a/drivers/net/ethernet/sfc/efx.h +++ b/drivers/net/ethernet/sfc/efx.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2013 Solarflare Communications Inc. | 5 | * Copyright 2006-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef EFX_EFX_H | 8 | #ifndef EFX_EFX_H |
diff --git a/drivers/net/ethernet/sfc/enum.h b/drivers/net/ethernet/sfc/enum.h index 6fa824211d91..3332cdf2918a 100644 --- a/drivers/net/ethernet/sfc/enum.h +++ b/drivers/net/ethernet/sfc/enum.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2007-2013 Solarflare Communications Inc. | 4 | * Copyright 2007-2013 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef EFX_ENUM_H | 7 | #ifndef EFX_ENUM_H |
diff --git a/drivers/net/ethernet/sfc/ethtool.c b/drivers/net/ethernet/sfc/ethtool.c index 600d7b895cf2..86b965875540 100644 --- a/drivers/net/ethernet/sfc/ethtool.c +++ b/drivers/net/ethernet/sfc/ethtool.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2013 Solarflare Communications Inc. | 5 | * Copyright 2006-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/netdevice.h> | 8 | #include <linux/netdevice.h> |
diff --git a/drivers/net/ethernet/sfc/falcon/bitfield.h b/drivers/net/ethernet/sfc/falcon/bitfield.h index 230fd77bd311..5eb178d0c149 100644 --- a/drivers/net/ethernet/sfc/falcon/bitfield.h +++ b/drivers/net/ethernet/sfc/falcon/bitfield.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2013 Solarflare Communications Inc. | 5 | * Copyright 2006-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef EF4_BITFIELD_H | 8 | #ifndef EF4_BITFIELD_H |
diff --git a/drivers/net/ethernet/sfc/falcon/efx.c b/drivers/net/ethernet/sfc/falcon/efx.c index 8b1f94d7a6c5..9b15c39ac670 100644 --- a/drivers/net/ethernet/sfc/falcon/efx.c +++ b/drivers/net/ethernet/sfc/falcon/efx.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2005-2013 Solarflare Communications Inc. | 5 | * Copyright 2005-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/module.h> | 8 | #include <linux/module.h> |
diff --git a/drivers/net/ethernet/sfc/falcon/efx.h b/drivers/net/ethernet/sfc/falcon/efx.h index a4e4d8ea4078..d3b4646545fa 100644 --- a/drivers/net/ethernet/sfc/falcon/efx.h +++ b/drivers/net/ethernet/sfc/falcon/efx.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2013 Solarflare Communications Inc. | 5 | * Copyright 2006-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef EF4_EFX_H | 8 | #ifndef EF4_EFX_H |
diff --git a/drivers/net/ethernet/sfc/falcon/enum.h b/drivers/net/ethernet/sfc/falcon/enum.h index 4824fcf5c3d4..7e6277fb47ec 100644 --- a/drivers/net/ethernet/sfc/falcon/enum.h +++ b/drivers/net/ethernet/sfc/falcon/enum.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2007-2013 Solarflare Communications Inc. | 4 | * Copyright 2007-2013 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef EF4_ENUM_H | 7 | #ifndef EF4_ENUM_H |
diff --git a/drivers/net/ethernet/sfc/falcon/ethtool.c b/drivers/net/ethernet/sfc/falcon/ethtool.c index 72cedec945c1..08bd6a321918 100644 --- a/drivers/net/ethernet/sfc/falcon/ethtool.c +++ b/drivers/net/ethernet/sfc/falcon/ethtool.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2013 Solarflare Communications Inc. | 5 | * Copyright 2006-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/netdevice.h> | 8 | #include <linux/netdevice.h> |
diff --git a/drivers/net/ethernet/sfc/falcon/falcon.c b/drivers/net/ethernet/sfc/falcon/falcon.c index 6520d7bc8d21..3324a6219a09 100644 --- a/drivers/net/ethernet/sfc/falcon/falcon.c +++ b/drivers/net/ethernet/sfc/falcon/falcon.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2013 Solarflare Communications Inc. | 5 | * Copyright 2006-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/bitops.h> | 8 | #include <linux/bitops.h> |
diff --git a/drivers/net/ethernet/sfc/falcon/falcon_boards.c b/drivers/net/ethernet/sfc/falcon/falcon_boards.c index dec83a217093..839189dab98e 100644 --- a/drivers/net/ethernet/sfc/falcon/falcon_boards.c +++ b/drivers/net/ethernet/sfc/falcon/falcon_boards.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2007-2012 Solarflare Communications Inc. | 4 | * Copyright 2007-2012 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #include <linux/rtnetlink.h> | 7 | #include <linux/rtnetlink.h> |
diff --git a/drivers/net/ethernet/sfc/falcon/farch.c b/drivers/net/ethernet/sfc/falcon/farch.c index 411a2f419447..332183280a45 100644 --- a/drivers/net/ethernet/sfc/falcon/farch.c +++ b/drivers/net/ethernet/sfc/falcon/farch.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2013 Solarflare Communications Inc. | 5 | * Copyright 2006-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/bitops.h> | 8 | #include <linux/bitops.h> |
diff --git a/drivers/net/ethernet/sfc/falcon/farch_regs.h b/drivers/net/ethernet/sfc/falcon/farch_regs.h index 8095f273d574..5b01f3f3fde1 100644 --- a/drivers/net/ethernet/sfc/falcon/farch_regs.h +++ b/drivers/net/ethernet/sfc/falcon/farch_regs.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2012 Solarflare Communications Inc. | 5 | * Copyright 2006-2012 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef EF4_FARCH_REGS_H | 8 | #ifndef EF4_FARCH_REGS_H |
diff --git a/drivers/net/ethernet/sfc/falcon/filter.h b/drivers/net/ethernet/sfc/falcon/filter.h index 647f6b2725c5..bc6f5f563e70 100644 --- a/drivers/net/ethernet/sfc/falcon/filter.h +++ b/drivers/net/ethernet/sfc/falcon/filter.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2013 Solarflare Communications Inc. | 4 | * Copyright 2005-2013 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef EF4_FILTER_H | 7 | #ifndef EF4_FILTER_H |
diff --git a/drivers/net/ethernet/sfc/falcon/io.h b/drivers/net/ethernet/sfc/falcon/io.h index c3577643fbda..bc23c800a10f 100644 --- a/drivers/net/ethernet/sfc/falcon/io.h +++ b/drivers/net/ethernet/sfc/falcon/io.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2013 Solarflare Communications Inc. | 5 | * Copyright 2006-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef EF4_IO_H | 8 | #ifndef EF4_IO_H |
diff --git a/drivers/net/ethernet/sfc/falcon/mdio_10g.c b/drivers/net/ethernet/sfc/falcon/mdio_10g.c index ee0713f03d01..540278161449 100644 --- a/drivers/net/ethernet/sfc/falcon/mdio_10g.c +++ b/drivers/net/ethernet/sfc/falcon/mdio_10g.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2006-2011 Solarflare Communications Inc. | 4 | * Copyright 2006-2011 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | /* | 6 | /* |
10 | * Useful functions for working with MDIO clause 45 PHYs | 7 | * Useful functions for working with MDIO clause 45 PHYs |
diff --git a/drivers/net/ethernet/sfc/falcon/mdio_10g.h b/drivers/net/ethernet/sfc/falcon/mdio_10g.h index 53cb5cc4ad37..de676bfa064d 100644 --- a/drivers/net/ethernet/sfc/falcon/mdio_10g.h +++ b/drivers/net/ethernet/sfc/falcon/mdio_10g.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2006-2011 Solarflare Communications Inc. | 4 | * Copyright 2006-2011 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef EF4_MDIO_10G_H | 7 | #ifndef EF4_MDIO_10G_H |
diff --git a/drivers/net/ethernet/sfc/falcon/mtd.c b/drivers/net/ethernet/sfc/falcon/mtd.c index 2d67e4621a3d..15bd47bf9e8e 100644 --- a/drivers/net/ethernet/sfc/falcon/mtd.c +++ b/drivers/net/ethernet/sfc/falcon/mtd.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2013 Solarflare Communications Inc. | 5 | * Copyright 2006-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/module.h> | 8 | #include <linux/module.h> |
diff --git a/drivers/net/ethernet/sfc/falcon/net_driver.h b/drivers/net/ethernet/sfc/falcon/net_driver.h index 37a8bdf32206..a49ea2e719b6 100644 --- a/drivers/net/ethernet/sfc/falcon/net_driver.h +++ b/drivers/net/ethernet/sfc/falcon/net_driver.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2005-2013 Solarflare Communications Inc. | 5 | * Copyright 2005-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | /* Common definitions for all Efx net driver code */ | 8 | /* Common definitions for all Efx net driver code */ |
diff --git a/drivers/net/ethernet/sfc/falcon/nic.c b/drivers/net/ethernet/sfc/falcon/nic.c index 9c07b5175581..156da315ec89 100644 --- a/drivers/net/ethernet/sfc/falcon/nic.c +++ b/drivers/net/ethernet/sfc/falcon/nic.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2013 Solarflare Communications Inc. | 5 | * Copyright 2006-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/bitops.h> | 8 | #include <linux/bitops.h> |
diff --git a/drivers/net/ethernet/sfc/falcon/nic.h b/drivers/net/ethernet/sfc/falcon/nic.h index 07c62dc552cb..9f413474bd9f 100644 --- a/drivers/net/ethernet/sfc/falcon/nic.h +++ b/drivers/net/ethernet/sfc/falcon/nic.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2013 Solarflare Communications Inc. | 5 | * Copyright 2006-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef EF4_NIC_H | 8 | #ifndef EF4_NIC_H |
diff --git a/drivers/net/ethernet/sfc/falcon/phy.h b/drivers/net/ethernet/sfc/falcon/phy.h index 362141cee313..69bb548eae59 100644 --- a/drivers/net/ethernet/sfc/falcon/phy.h +++ b/drivers/net/ethernet/sfc/falcon/phy.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2007-2010 Solarflare Communications Inc. | 4 | * Copyright 2007-2010 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef EF4_PHY_H | 7 | #ifndef EF4_PHY_H |
diff --git a/drivers/net/ethernet/sfc/falcon/qt202x_phy.c b/drivers/net/ethernet/sfc/falcon/qt202x_phy.c index f5e0f18d4ea8..21af67e42296 100644 --- a/drivers/net/ethernet/sfc/falcon/qt202x_phy.c +++ b/drivers/net/ethernet/sfc/falcon/qt202x_phy.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2006-2012 Solarflare Communications Inc. | 4 | * Copyright 2006-2012 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | /* | 6 | /* |
10 | * Driver for AMCC QT202x SFP+ and XFP adapters; see www.amcc.com for details | 7 | * Driver for AMCC QT202x SFP+ and XFP adapters; see www.amcc.com for details |
diff --git a/drivers/net/ethernet/sfc/falcon/rx.c b/drivers/net/ethernet/sfc/falcon/rx.c index 02456ed13a7d..fd850d3d8ec0 100644 --- a/drivers/net/ethernet/sfc/falcon/rx.c +++ b/drivers/net/ethernet/sfc/falcon/rx.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2005-2013 Solarflare Communications Inc. | 5 | * Copyright 2005-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/socket.h> | 8 | #include <linux/socket.h> |
diff --git a/drivers/net/ethernet/sfc/falcon/selftest.c b/drivers/net/ethernet/sfc/falcon/selftest.c index 55c0fbbc4fb8..147677c7c72f 100644 --- a/drivers/net/ethernet/sfc/falcon/selftest.c +++ b/drivers/net/ethernet/sfc/falcon/selftest.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2012 Solarflare Communications Inc. | 5 | * Copyright 2006-2012 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/netdevice.h> | 8 | #include <linux/netdevice.h> |
diff --git a/drivers/net/ethernet/sfc/falcon/selftest.h b/drivers/net/ethernet/sfc/falcon/selftest.h index be52a49c006a..c0dbc6394e0f 100644 --- a/drivers/net/ethernet/sfc/falcon/selftest.h +++ b/drivers/net/ethernet/sfc/falcon/selftest.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2012 Solarflare Communications Inc. | 5 | * Copyright 2006-2012 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef EF4_SELFTEST_H | 8 | #ifndef EF4_SELFTEST_H |
diff --git a/drivers/net/ethernet/sfc/falcon/tenxpress.c b/drivers/net/ethernet/sfc/falcon/tenxpress.c index ff9b4e2b590c..e27824ef121f 100644 --- a/drivers/net/ethernet/sfc/falcon/tenxpress.c +++ b/drivers/net/ethernet/sfc/falcon/tenxpress.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2007-2011 Solarflare Communications Inc. | 4 | * Copyright 2007-2011 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #include <linux/delay.h> | 7 | #include <linux/delay.h> |
diff --git a/drivers/net/ethernet/sfc/falcon/tx.c b/drivers/net/ethernet/sfc/falcon/tx.c index c5059f456f37..f7306e93a8b8 100644 --- a/drivers/net/ethernet/sfc/falcon/tx.c +++ b/drivers/net/ethernet/sfc/falcon/tx.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2005-2013 Solarflare Communications Inc. | 5 | * Copyright 2005-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/pci.h> | 8 | #include <linux/pci.h> |
diff --git a/drivers/net/ethernet/sfc/falcon/tx.h b/drivers/net/ethernet/sfc/falcon/tx.h index a607eb0087a8..2a88c59cbbbe 100644 --- a/drivers/net/ethernet/sfc/falcon/tx.h +++ b/drivers/net/ethernet/sfc/falcon/tx.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2015 Solarflare Communications Inc. | 5 | * Copyright 2006-2015 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef EF4_TX_H | 8 | #ifndef EF4_TX_H |
diff --git a/drivers/net/ethernet/sfc/falcon/txc43128_phy.c b/drivers/net/ethernet/sfc/falcon/txc43128_phy.c index 3c55fd23c271..f3503965c52c 100644 --- a/drivers/net/ethernet/sfc/falcon/txc43128_phy.c +++ b/drivers/net/ethernet/sfc/falcon/txc43128_phy.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2006-2011 Solarflare Communications Inc. | 4 | * Copyright 2006-2011 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | /* | 7 | /* |
diff --git a/drivers/net/ethernet/sfc/falcon/workarounds.h b/drivers/net/ethernet/sfc/falcon/workarounds.h index 6af800bc9633..e28c67fc92a3 100644 --- a/drivers/net/ethernet/sfc/falcon/workarounds.h +++ b/drivers/net/ethernet/sfc/falcon/workarounds.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2006-2013 Solarflare Communications Inc. | 4 | * Copyright 2006-2013 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef EF4_WORKAROUNDS_H | 7 | #ifndef EF4_WORKAROUNDS_H |
diff --git a/drivers/net/ethernet/sfc/farch.c b/drivers/net/ethernet/sfc/farch.c index e045a5d6b938..eedd32e2bfcb 100644 --- a/drivers/net/ethernet/sfc/farch.c +++ b/drivers/net/ethernet/sfc/farch.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2013 Solarflare Communications Inc. | 5 | * Copyright 2006-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/bitops.h> | 8 | #include <linux/bitops.h> |
diff --git a/drivers/net/ethernet/sfc/farch_regs.h b/drivers/net/ethernet/sfc/farch_regs.h index 7019a712e799..d138be423e63 100644 --- a/drivers/net/ethernet/sfc/farch_regs.h +++ b/drivers/net/ethernet/sfc/farch_regs.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2012 Solarflare Communications Inc. | 5 | * Copyright 2006-2012 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef EFX_FARCH_REGS_H | 8 | #ifndef EFX_FARCH_REGS_H |
diff --git a/drivers/net/ethernet/sfc/filter.h b/drivers/net/ethernet/sfc/filter.h index 59021ad6d98d..40b2af8bfb81 100644 --- a/drivers/net/ethernet/sfc/filter.h +++ b/drivers/net/ethernet/sfc/filter.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2013 Solarflare Communications Inc. | 4 | * Copyright 2005-2013 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef EFX_FILTER_H | 7 | #ifndef EFX_FILTER_H |
diff --git a/drivers/net/ethernet/sfc/io.h b/drivers/net/ethernet/sfc/io.h index 2774a10f44e9..c3c011bc6a68 100644 --- a/drivers/net/ethernet/sfc/io.h +++ b/drivers/net/ethernet/sfc/io.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2013 Solarflare Communications Inc. | 5 | * Copyright 2006-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef EFX_IO_H | 8 | #ifndef EFX_IO_H |
diff --git a/drivers/net/ethernet/sfc/mcdi.c b/drivers/net/ethernet/sfc/mcdi.c index 295ec1787b9f..2713300343c7 100644 --- a/drivers/net/ethernet/sfc/mcdi.c +++ b/drivers/net/ethernet/sfc/mcdi.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2008-2013 Solarflare Communications Inc. | 4 | * Copyright 2008-2013 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #include <linux/delay.h> | 7 | #include <linux/delay.h> |
diff --git a/drivers/net/ethernet/sfc/mcdi.h b/drivers/net/ethernet/sfc/mcdi.h index ebd95972ae7b..9081f84a2604 100644 --- a/drivers/net/ethernet/sfc/mcdi.h +++ b/drivers/net/ethernet/sfc/mcdi.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2008-2013 Solarflare Communications Inc. | 4 | * Copyright 2008-2013 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef EFX_MCDI_H | 7 | #ifndef EFX_MCDI_H |
diff --git a/drivers/net/ethernet/sfc/mcdi_mon.c b/drivers/net/ethernet/sfc/mcdi_mon.c index f17751559ccc..5954fcfee2b1 100644 --- a/drivers/net/ethernet/sfc/mcdi_mon.c +++ b/drivers/net/ethernet/sfc/mcdi_mon.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2011-2013 Solarflare Communications Inc. | 4 | * Copyright 2011-2013 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #include <linux/bitops.h> | 7 | #include <linux/bitops.h> |
diff --git a/drivers/net/ethernet/sfc/mcdi_pcol.h b/drivers/net/ethernet/sfc/mcdi_pcol.h index 20a5523bf9f3..79d834a4ae49 100644 --- a/drivers/net/ethernet/sfc/mcdi_pcol.h +++ b/drivers/net/ethernet/sfc/mcdi_pcol.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2009-2013 Solarflare Communications Inc. | 4 | * Copyright 2009-2013 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | 7 | ||
diff --git a/drivers/net/ethernet/sfc/mcdi_port.c b/drivers/net/ethernet/sfc/mcdi_port.c index a4bbfebe3d64..fb7cde4980ed 100644 --- a/drivers/net/ethernet/sfc/mcdi_port.c +++ b/drivers/net/ethernet/sfc/mcdi_port.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2009-2013 Solarflare Communications Inc. | 4 | * Copyright 2009-2013 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | /* | 7 | /* |
diff --git a/drivers/net/ethernet/sfc/mtd.c b/drivers/net/ethernet/sfc/mtd.c index 0d03e0577d85..273c08e5455f 100644 --- a/drivers/net/ethernet/sfc/mtd.c +++ b/drivers/net/ethernet/sfc/mtd.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2013 Solarflare Communications Inc. | 5 | * Copyright 2006-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/module.h> | 8 | #include <linux/module.h> |
diff --git a/drivers/net/ethernet/sfc/net_driver.h b/drivers/net/ethernet/sfc/net_driver.h index 961b92979640..284a1b047ac2 100644 --- a/drivers/net/ethernet/sfc/net_driver.h +++ b/drivers/net/ethernet/sfc/net_driver.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2005-2013 Solarflare Communications Inc. | 5 | * Copyright 2005-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | /* Common definitions for all Efx net driver code */ | 8 | /* Common definitions for all Efx net driver code */ |
diff --git a/drivers/net/ethernet/sfc/nic.c b/drivers/net/ethernet/sfc/nic.c index c2d45a40eb48..b0baa70fbba7 100644 --- a/drivers/net/ethernet/sfc/nic.c +++ b/drivers/net/ethernet/sfc/nic.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2013 Solarflare Communications Inc. | 5 | * Copyright 2006-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/bitops.h> | 8 | #include <linux/bitops.h> |
diff --git a/drivers/net/ethernet/sfc/nic.h b/drivers/net/ethernet/sfc/nic.h index 5cca0556b47f..1f7c5717de75 100644 --- a/drivers/net/ethernet/sfc/nic.h +++ b/drivers/net/ethernet/sfc/nic.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2013 Solarflare Communications Inc. | 5 | * Copyright 2006-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef EFX_NIC_H | 8 | #ifndef EFX_NIC_H |
diff --git a/drivers/net/ethernet/sfc/ptp.c b/drivers/net/ethernet/sfc/ptp.c index f21661532ed3..02ed6d1b716c 100644 --- a/drivers/net/ethernet/sfc/ptp.c +++ b/drivers/net/ethernet/sfc/ptp.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2011-2013 Solarflare Communications Inc. | 4 | * Copyright 2011-2013 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | /* Theory of operation: | 7 | /* Theory of operation: |
diff --git a/drivers/net/ethernet/sfc/rx.c b/drivers/net/ethernet/sfc/rx.c index 8702ab44d80b..d5db045535d3 100644 --- a/drivers/net/ethernet/sfc/rx.c +++ b/drivers/net/ethernet/sfc/rx.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2005-2013 Solarflare Communications Inc. | 5 | * Copyright 2005-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/socket.h> | 8 | #include <linux/socket.h> |
diff --git a/drivers/net/ethernet/sfc/selftest.c b/drivers/net/ethernet/sfc/selftest.c index f6936949fc85..8474cf8ea7d3 100644 --- a/drivers/net/ethernet/sfc/selftest.c +++ b/drivers/net/ethernet/sfc/selftest.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2012 Solarflare Communications Inc. | 5 | * Copyright 2006-2012 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/netdevice.h> | 8 | #include <linux/netdevice.h> |
diff --git a/drivers/net/ethernet/sfc/selftest.h b/drivers/net/ethernet/sfc/selftest.h index 32a427253a03..a3553816d92c 100644 --- a/drivers/net/ethernet/sfc/selftest.h +++ b/drivers/net/ethernet/sfc/selftest.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2012 Solarflare Communications Inc. | 5 | * Copyright 2006-2012 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef EFX_SELFTEST_H | 8 | #ifndef EFX_SELFTEST_H |
diff --git a/drivers/net/ethernet/sfc/siena.c b/drivers/net/ethernet/sfc/siena.c index 65161f68265a..81499244a4b4 100644 --- a/drivers/net/ethernet/sfc/siena.c +++ b/drivers/net/ethernet/sfc/siena.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2013 Solarflare Communications Inc. | 5 | * Copyright 2006-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/bitops.h> | 8 | #include <linux/bitops.h> |
diff --git a/drivers/net/ethernet/sfc/siena_sriov.c b/drivers/net/ethernet/sfc/siena_sriov.c index da7b94f34604..dfbdf05dcf79 100644 --- a/drivers/net/ethernet/sfc/siena_sriov.c +++ b/drivers/net/ethernet/sfc/siena_sriov.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2010-2012 Solarflare Communications Inc. | 4 | * Copyright 2010-2012 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | #include <linux/pci.h> | 6 | #include <linux/pci.h> |
10 | #include <linux/module.h> | 7 | #include <linux/module.h> |
diff --git a/drivers/net/ethernet/sfc/siena_sriov.h b/drivers/net/ethernet/sfc/siena_sriov.h index d88d4dab170a..e441c89c25ce 100644 --- a/drivers/net/ethernet/sfc/siena_sriov.h +++ b/drivers/net/ethernet/sfc/siena_sriov.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2015 Solarflare Communications Inc. | 4 | * Copyright 2015 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef SIENA_SRIOV_H | 7 | #ifndef SIENA_SRIOV_H |
diff --git a/drivers/net/ethernet/sfc/sriov.c b/drivers/net/ethernet/sfc/sriov.c index 0b766fdbcddb..3f241e6c881a 100644 --- a/drivers/net/ethernet/sfc/sriov.c +++ b/drivers/net/ethernet/sfc/sriov.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2014-2015 Solarflare Communications Inc. | 4 | * Copyright 2014-2015 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | #include <linux/module.h> | 6 | #include <linux/module.h> |
10 | #include "net_driver.h" | 7 | #include "net_driver.h" |
diff --git a/drivers/net/ethernet/sfc/sriov.h b/drivers/net/ethernet/sfc/sriov.h index 84c7984edcaf..747707bee483 100644 --- a/drivers/net/ethernet/sfc/sriov.h +++ b/drivers/net/ethernet/sfc/sriov.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2014-2015 Solarflare Communications Inc. | 4 | * Copyright 2014-2015 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef EFX_SRIOV_H | 7 | #ifndef EFX_SRIOV_H |
diff --git a/drivers/net/ethernet/sfc/tx.c b/drivers/net/ethernet/sfc/tx.c index e182055ec2eb..31ec56091a5d 100644 --- a/drivers/net/ethernet/sfc/tx.c +++ b/drivers/net/ethernet/sfc/tx.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2005-2013 Solarflare Communications Inc. | 5 | * Copyright 2005-2013 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/pci.h> | 8 | #include <linux/pci.h> |
diff --git a/drivers/net/ethernet/sfc/tx.h b/drivers/net/ethernet/sfc/tx.h index 1cccc97ec676..e04d5ddeb32c 100644 --- a/drivers/net/ethernet/sfc/tx.h +++ b/drivers/net/ethernet/sfc/tx.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2006-2015 Solarflare Communications Inc. | 5 | * Copyright 2006-2015 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef EFX_TX_H | 8 | #ifndef EFX_TX_H |
diff --git a/drivers/net/ethernet/sfc/tx_tso.c b/drivers/net/ethernet/sfc/tx_tso.c index e0cbda9ae859..898e5c61d908 100644 --- a/drivers/net/ethernet/sfc/tx_tso.c +++ b/drivers/net/ethernet/sfc/tx_tso.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2005-2006 Fen Systems Ltd. | 4 | * Copyright 2005-2006 Fen Systems Ltd. |
4 | * Copyright 2005-2015 Solarflare Communications Inc. | 5 | * Copyright 2005-2015 Solarflare Communications Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation, incorporated herein by reference. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/pci.h> | 8 | #include <linux/pci.h> |
diff --git a/drivers/net/ethernet/sfc/vfdi.h b/drivers/net/ethernet/sfc/vfdi.h index f62901d4cae0..480b872eb4d1 100644 --- a/drivers/net/ethernet/sfc/vfdi.h +++ b/drivers/net/ethernet/sfc/vfdi.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2010-2012 Solarflare Communications Inc. | 4 | * Copyright 2010-2012 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | #ifndef _VFDI_H | 6 | #ifndef _VFDI_H |
10 | #define _VFDI_H | 7 | #define _VFDI_H |
diff --git a/drivers/net/ethernet/sfc/workarounds.h b/drivers/net/ethernet/sfc/workarounds.h index c67fa18b8121..815be2d20c4b 100644 --- a/drivers/net/ethernet/sfc/workarounds.h +++ b/drivers/net/ethernet/sfc/workarounds.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /**************************************************************************** | 2 | /**************************************************************************** |
2 | * Driver for Solarflare network controllers and boards | 3 | * Driver for Solarflare network controllers and boards |
3 | * Copyright 2006-2013 Solarflare Communications Inc. | 4 | * Copyright 2006-2013 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef EFX_WORKAROUNDS_H | 7 | #ifndef EFX_WORKAROUNDS_H |
diff --git a/drivers/net/geneve.c b/drivers/net/geneve.c index 98d1a45c0606..f2577ec1b35a 100644 --- a/drivers/net/geneve.c +++ b/drivers/net/geneve.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * GENEVE: Generic Network Virtualization Encapsulation | 3 | * GENEVE: Generic Network Virtualization Encapsulation |
3 | * | 4 | * |
4 | * Copyright (c) 2015 Red Hat, Inc. | 5 | * Copyright (c) 2015 Red Hat, Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 8 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/net/mdio.c b/drivers/net/mdio.c index 077364cbf439..5e72cc55afbd 100644 --- a/drivers/net/mdio.c +++ b/drivers/net/mdio.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * mdio.c: Generic support for MDIO-compatible transceivers | 3 | * mdio.c: Generic support for MDIO-compatible transceivers |
3 | * Copyright 2006-2009 Solarflare Communications Inc. | 4 | * Copyright 2006-2009 Solarflare Communications Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #include <linux/kernel.h> | 7 | #include <linux/kernel.h> |
diff --git a/drivers/net/ppp/ppp_deflate.c b/drivers/net/ppp/ppp_deflate.c index 685e875f5164..c457f849e553 100644 --- a/drivers/net/ppp/ppp_deflate.c +++ b/drivers/net/ppp/ppp_deflate.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ppp_deflate.c - interface the zlib procedures for Deflate compression | 3 | * ppp_deflate.c - interface the zlib procedures for Deflate compression |
3 | * and decompression (as used by gzip) to the PPP code. | 4 | * and decompression (as used by gzip) to the PPP code. |
4 | * | 5 | * |
5 | * Copyright 1994-1998 Paul Mackerras. | 6 | * Copyright 1994-1998 Paul Mackerras. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * version 2 as published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/drivers/net/usb/cdc_mbim.c b/drivers/net/usb/cdc_mbim.c index 28321aca48fe..eb100eb33de3 100644 --- a/drivers/net/usb/cdc_mbim.c +++ b/drivers/net/usb/cdc_mbim.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2012 Smith Micro Software, Inc. | 3 | * Copyright (c) 2012 Smith Micro Software, Inc. |
3 | * Copyright (c) 2012 Bjørn Mork <bjorn@mork.no> | 4 | * Copyright (c) 2012 Bjørn Mork <bjorn@mork.no> |
4 | * | 5 | * |
5 | * This driver is based on and reuse most of cdc_ncm, which is | 6 | * This driver is based on and reuse most of cdc_ncm, which is |
6 | * Copyright (C) ST-Ericsson 2010-2012 | 7 | * Copyright (C) ST-Ericsson 2010-2012 |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * version 2 as published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/drivers/net/usb/huawei_cdc_ncm.c b/drivers/net/usb/huawei_cdc_ncm.c index 63f28908afda..e15a472c6a54 100644 --- a/drivers/net/usb/huawei_cdc_ncm.c +++ b/drivers/net/usb/huawei_cdc_ncm.c | |||
@@ -1,8 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* huawei_cdc_ncm.c - handles Huawei devices using the CDC NCM protocol as | 2 | /* huawei_cdc_ncm.c - handles Huawei devices using the CDC NCM protocol as |
2 | * transport layer. | 3 | * transport layer. |
3 | * Copyright (C) 2013 Enrico Mioso <mrkiko.rs@gmail.com> | 4 | * Copyright (C) 2013 Enrico Mioso <mrkiko.rs@gmail.com> |
4 | * | 5 | * |
5 | * | ||
6 | * ABSTRACT: | 6 | * ABSTRACT: |
7 | * This driver handles devices resembling the CDC NCM standard, but | 7 | * This driver handles devices resembling the CDC NCM standard, but |
8 | * encapsulating another protocol inside it. An example are some Huawei 3G | 8 | * encapsulating another protocol inside it. An example are some Huawei 3G |
@@ -11,10 +11,6 @@ | |||
11 | * This code has been heavily inspired by the cdc_mbim.c driver, which is | 11 | * This code has been heavily inspired by the cdc_mbim.c driver, which is |
12 | * Copyright (c) 2012 Smith Micro Software, Inc. | 12 | * Copyright (c) 2012 Smith Micro Software, Inc. |
13 | * Copyright (c) 2012 Bjørn Mork <bjorn@mork.no> | 13 | * Copyright (c) 2012 Bjørn Mork <bjorn@mork.no> |
14 | * | ||
15 | * This program is free software; you can redistribute it and/or | ||
16 | * modify it under the terms of the GNU General Public License | ||
17 | * version 2 as published by the Free Software Foundation. | ||
18 | */ | 14 | */ |
19 | 15 | ||
20 | #include <linux/module.h> | 16 | #include <linux/module.h> |
diff --git a/drivers/net/usb/pegasus.c b/drivers/net/usb/pegasus.c index 63e44e746ccc..6d25dea5ad4b 100644 --- a/drivers/net/usb/pegasus.c +++ b/drivers/net/usb/pegasus.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1999-2013 Petko Manolov (petkan@nucleusys.com) | 3 | * Copyright (c) 1999-2013 Petko Manolov (petkan@nucleusys.com) |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | * | ||
8 | * ChangeLog: | 5 | * ChangeLog: |
9 | * .... Most of the time spent on reading sources & docs. | 6 | * .... Most of the time spent on reading sources & docs. |
10 | * v0.2.x First official release for the Linux kernel. | 7 | * v0.2.x First official release for the Linux kernel. |
diff --git a/drivers/net/usb/pegasus.h b/drivers/net/usb/pegasus.h index 9b7ea9c9167d..a05b143155ba 100644 --- a/drivers/net/usb/pegasus.h +++ b/drivers/net/usb/pegasus.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 1999-2013 Petko Manolov (petkan@nucleusys.com) | 3 | * Copyright (c) 1999-2013 Petko Manolov (petkan@nucleusys.com) |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as published | ||
6 | * by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | 6 | ||
diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c index d9a6699abe59..bc6d9c712399 100644 --- a/drivers/net/usb/qmi_wwan.c +++ b/drivers/net/usb/qmi_wwan.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2012 Bjørn Mork <bjorn@mork.no> | 3 | * Copyright (c) 2012 Bjørn Mork <bjorn@mork.no> |
3 | * | 4 | * |
4 | * The probing code is heavily inspired by cdc_ether, which is: | 5 | * The probing code is heavily inspired by cdc_ether, which is: |
5 | * Copyright (C) 2003-2005 by David Brownell | 6 | * Copyright (C) 2003-2005 by David Brownell |
6 | * Copyright (C) 2006 by Ole Andre Vadla Ravnas (ActiveSync) | 7 | * Copyright (C) 2006 by Ole Andre Vadla Ravnas (ActiveSync) |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * version 2 as published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c index b01bfa63860d..e0dcb681cfe5 100644 --- a/drivers/net/usb/r8152.c +++ b/drivers/net/usb/r8152.c | |||
@@ -1,10 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Realtek Semiconductor Corp. All rights reserved. | 3 | * Copyright (c) 2014 Realtek Semiconductor Corp. All rights reserved. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU General Public License | ||
6 | * version 2 as published by the Free Software Foundation. | ||
7 | * | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #include <linux/signal.h> | 6 | #include <linux/signal.h> |
diff --git a/drivers/net/usb/rtl8150.c b/drivers/net/usb/rtl8150.c index 59dbdbb5feff..98f33e270af1 100644 --- a/drivers/net/usb/rtl8150.c +++ b/drivers/net/usb/rtl8150.c | |||
@@ -1,9 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2002 Petko Manolov (petkan@users.sourceforge.net) | 3 | * Copyright (c) 2002 Petko Manolov (petkan@users.sourceforge.net) |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU General Public License | ||
6 | * version 2 as published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #include <linux/signal.h> | 6 | #include <linux/signal.h> |
diff --git a/drivers/net/usb/sr9700.h b/drivers/net/usb/sr9700.h index 258b030277e7..ea2b4de621c8 100644 --- a/drivers/net/usb/sr9700.h +++ b/drivers/net/usb/sr9700.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * CoreChip-sz SR9700 one chip USB 1.1 Ethernet Devices | 3 | * CoreChip-sz SR9700 one chip USB 1.1 Ethernet Devices |
3 | * | 4 | * |
4 | * Author : Liu Junliang <liujunliang_ljl@163.com> | 5 | * Author : Liu Junliang <liujunliang_ljl@163.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * version 2 as published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef _SR9700_H | 8 | #ifndef _SR9700_H |
diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c index 5994d5415a03..ef22fa0ad4de 100644 --- a/drivers/net/vxlan.c +++ b/drivers/net/vxlan.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * VXLAN: Virtual eXtensible Local Area Network | 3 | * VXLAN: Virtual eXtensible Local Area Network |
3 | * | 4 | * |
4 | * Copyright (c) 2012-2013 Vyatta Inc. | 5 | * Copyright (c) 2012-2013 Vyatta Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 8 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/net/wireless/intel/ipw2x00/ipw.h b/drivers/net/wireless/intel/ipw2x00/ipw.h index 4007bf5ed6f3..7b230a132daa 100644 --- a/drivers/net/wireless/intel/ipw2x00/ipw.h +++ b/drivers/net/wireless/intel/ipw2x00/ipw.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Intel Pro/Wireless 2100, 2200BG, 2915ABG network connection driver | 3 | * Intel Pro/Wireless 2100, 2200BG, 2915ABG network connection driver |
3 | * | 4 | * |
4 | * Copyright 2012 Stanislav Yakovlev <stas.yakovlev@gmail.com> | 5 | * Copyright 2012 Stanislav Yakovlev <stas.yakovlev@gmail.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef __IPW_H__ | 8 | #ifndef __IPW_H__ |
diff --git a/drivers/net/wireless/intersil/p54/eeprom.c b/drivers/net/wireless/intersil/p54/eeprom.c index de2ef95c386c..5bd35c147e19 100644 --- a/drivers/net/wireless/intersil/p54/eeprom.c +++ b/drivers/net/wireless/intersil/p54/eeprom.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * EEPROM parser code for mac80211 Prism54 drivers | 3 | * EEPROM parser code for mac80211 Prism54 drivers |
3 | * | 4 | * |
@@ -10,10 +11,6 @@ | |||
10 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. | 11 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. |
11 | * - stlc45xx driver | 12 | * - stlc45xx driver |
12 | * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). | 13 | * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License version 2 as | ||
16 | * published by the Free Software Foundation. | ||
17 | */ | 14 | */ |
18 | 15 | ||
19 | #include <linux/firmware.h> | 16 | #include <linux/firmware.h> |
diff --git a/drivers/net/wireless/intersil/p54/eeprom.h b/drivers/net/wireless/intersil/p54/eeprom.h index 20ebe39a3f4e..b8f46883a292 100644 --- a/drivers/net/wireless/intersil/p54/eeprom.h +++ b/drivers/net/wireless/intersil/p54/eeprom.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * eeprom specific definitions for mac80211 Prism54 drivers | 3 | * eeprom specific definitions for mac80211 Prism54 drivers |
3 | * | 4 | * |
@@ -13,10 +14,6 @@ | |||
13 | * | 14 | * |
14 | * - islmvc driver | 15 | * - islmvc driver |
15 | * Copyright (C) 2001 Intersil Americas Inc. | 16 | * Copyright (C) 2001 Intersil Americas Inc. |
16 | * | ||
17 | * This program is free software; you can redistribute it and/or modify | ||
18 | * it under the terms of the GNU General Public License version 2 as | ||
19 | * published by the Free Software Foundation. | ||
20 | */ | 17 | */ |
21 | 18 | ||
22 | #ifndef EEPROM_H | 19 | #ifndef EEPROM_H |
diff --git a/drivers/net/wireless/intersil/p54/fwio.c b/drivers/net/wireless/intersil/p54/fwio.c index 52c095c7765f..a5afcc865196 100644 --- a/drivers/net/wireless/intersil/p54/fwio.c +++ b/drivers/net/wireless/intersil/p54/fwio.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Firmware I/O code for mac80211 Prism54 drivers | 3 | * Firmware I/O code for mac80211 Prism54 drivers |
3 | * | 4 | * |
@@ -10,10 +11,6 @@ | |||
10 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. | 11 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. |
11 | * - stlc45xx driver | 12 | * - stlc45xx driver |
12 | * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). | 13 | * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License version 2 as | ||
16 | * published by the Free Software Foundation. | ||
17 | */ | 14 | */ |
18 | 15 | ||
19 | #include <linux/slab.h> | 16 | #include <linux/slab.h> |
diff --git a/drivers/net/wireless/intersil/p54/led.c b/drivers/net/wireless/intersil/p54/led.c index 9a8fedd3c0f5..4bc77010f9c1 100644 --- a/drivers/net/wireless/intersil/p54/led.c +++ b/drivers/net/wireless/intersil/p54/led.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Common code for mac80211 Prism54 drivers | 3 | * Common code for mac80211 Prism54 drivers |
3 | * | 4 | * |
@@ -10,10 +11,6 @@ | |||
10 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. | 11 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. |
11 | * - stlc45xx driver | 12 | * - stlc45xx driver |
12 | * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). | 13 | * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License version 2 as | ||
16 | * published by the Free Software Foundation. | ||
17 | */ | 14 | */ |
18 | 15 | ||
19 | #include <linux/firmware.h> | 16 | #include <linux/firmware.h> |
diff --git a/drivers/net/wireless/intersil/p54/lmac.h b/drivers/net/wireless/intersil/p54/lmac.h index de1d46bf97df..e00761536cfc 100644 --- a/drivers/net/wireless/intersil/p54/lmac.h +++ b/drivers/net/wireless/intersil/p54/lmac.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * LMAC Interface specific definitions for mac80211 Prism54 drivers | 3 | * LMAC Interface specific definitions for mac80211 Prism54 drivers |
3 | * | 4 | * |
@@ -10,10 +11,6 @@ | |||
10 | * | 11 | * |
11 | * - LMAC API interface header file for STLC4560 (lmac_longbow.h) | 12 | * - LMAC API interface header file for STLC4560 (lmac_longbow.h) |
12 | * Copyright (C) 2007 Conexant Systems, Inc. | 13 | * Copyright (C) 2007 Conexant Systems, Inc. |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License version 2 as | ||
16 | * published by the Free Software Foundation. | ||
17 | */ | 14 | */ |
18 | 15 | ||
19 | #ifndef LMAC_H | 16 | #ifndef LMAC_H |
diff --git a/drivers/net/wireless/intersil/p54/main.c b/drivers/net/wireless/intersil/p54/main.c index 1c6d428515a4..ca2676f79bbb 100644 --- a/drivers/net/wireless/intersil/p54/main.c +++ b/drivers/net/wireless/intersil/p54/main.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * mac80211 glue code for mac80211 Prism54 drivers | 3 | * mac80211 glue code for mac80211 Prism54 drivers |
3 | * | 4 | * |
@@ -10,10 +11,6 @@ | |||
10 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. | 11 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. |
11 | * - stlc45xx driver | 12 | * - stlc45xx driver |
12 | * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). | 13 | * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License version 2 as | ||
16 | * published by the Free Software Foundation. | ||
17 | */ | 14 | */ |
18 | 15 | ||
19 | #include <linux/slab.h> | 16 | #include <linux/slab.h> |
diff --git a/drivers/net/wireless/intersil/p54/p54.h b/drivers/net/wireless/intersil/p54/p54.h index 529939e611cd..0a9c1a19380f 100644 --- a/drivers/net/wireless/intersil/p54/p54.h +++ b/drivers/net/wireless/intersil/p54/p54.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Shared defines for all mac80211 Prism54 code | 3 | * Shared defines for all mac80211 Prism54 code |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Based on the islsm (softmac prism54) driver, which is: | 7 | * Based on the islsm (softmac prism54) driver, which is: |
7 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. | 8 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #ifndef P54_H | 11 | #ifndef P54_H |
diff --git a/drivers/net/wireless/intersil/p54/p54pci.c b/drivers/net/wireless/intersil/p54/p54pci.c index 57ad56435dda..80ad0b7eaef4 100644 --- a/drivers/net/wireless/intersil/p54/p54pci.c +++ b/drivers/net/wireless/intersil/p54/p54pci.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | /* | 3 | /* |
3 | * Linux device driver for PCI based Prism54 | 4 | * Linux device driver for PCI based Prism54 |
@@ -7,10 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Based on the islsm (softmac prism54) driver, which is: | 9 | * Based on the islsm (softmac prism54) driver, which is: |
9 | * Copyright 2004-2006 Jean-Baptiste Note <jean-baptiste.note@m4x.org>, et al. | 10 | * Copyright 2004-2006 Jean-Baptiste Note <jean-baptiste.note@m4x.org>, et al. |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #include <linux/pci.h> | 13 | #include <linux/pci.h> |
diff --git a/drivers/net/wireless/intersil/p54/p54pci.h b/drivers/net/wireless/intersil/p54/p54pci.h index 68405c142f97..3867e5935ac4 100644 --- a/drivers/net/wireless/intersil/p54/p54pci.h +++ b/drivers/net/wireless/intersil/p54/p54pci.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | #ifndef P54PCI_H | 2 | #ifndef P54PCI_H |
2 | #define P54PCI_H | 3 | #define P54PCI_H |
3 | #include <linux/interrupt.h> | 4 | #include <linux/interrupt.h> |
@@ -9,10 +10,6 @@ | |||
9 | * | 10 | * |
10 | * Based on the islsm (softmac prism54) driver, which is: | 11 | * Based on the islsm (softmac prism54) driver, which is: |
11 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. | 12 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License version 2 as | ||
15 | * published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | /* Device Interrupt register bits */ | 15 | /* Device Interrupt register bits */ |
diff --git a/drivers/net/wireless/intersil/p54/p54usb.c b/drivers/net/wireless/intersil/p54/p54usb.c index b0b86f701061..f937815f0f2c 100644 --- a/drivers/net/wireless/intersil/p54/p54usb.c +++ b/drivers/net/wireless/intersil/p54/p54usb.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | /* | 3 | /* |
3 | * Linux device driver for USB based Prism54 | 4 | * Linux device driver for USB based Prism54 |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Based on the islsm (softmac prism54) driver, which is: | 8 | * Based on the islsm (softmac prism54) driver, which is: |
8 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. | 9 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/usb.h> | 12 | #include <linux/usb.h> |
diff --git a/drivers/net/wireless/intersil/p54/p54usb.h b/drivers/net/wireless/intersil/p54/p54usb.h index a5f5f0fea3bd..b2d1bce1b9e7 100644 --- a/drivers/net/wireless/intersil/p54/p54usb.h +++ b/drivers/net/wireless/intersil/p54/p54usb.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | #ifndef P54USB_H | 2 | #ifndef P54USB_H |
2 | #define P54USB_H | 3 | #define P54USB_H |
3 | 4 | ||
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Based on the islsm (softmac prism54) driver, which is: | 10 | * Based on the islsm (softmac prism54) driver, which is: |
10 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. | 11 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | /* for isl3886 register definitions used on ver 1 devices */ | 14 | /* for isl3886 register definitions used on ver 1 devices */ |
diff --git a/drivers/net/wireless/intersil/p54/txrx.c b/drivers/net/wireless/intersil/p54/txrx.c index 790784568ad2..ff9acd1563f4 100644 --- a/drivers/net/wireless/intersil/p54/txrx.c +++ b/drivers/net/wireless/intersil/p54/txrx.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Common code for mac80211 Prism54 drivers | 3 | * Common code for mac80211 Prism54 drivers |
3 | * | 4 | * |
@@ -10,10 +11,6 @@ | |||
10 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. | 11 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. |
11 | * - stlc45xx driver | 12 | * - stlc45xx driver |
12 | * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). | 13 | * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License version 2 as | ||
16 | * published by the Free Software Foundation. | ||
17 | */ | 14 | */ |
18 | 15 | ||
19 | #include <linux/export.h> | 16 | #include <linux/export.h> |
diff --git a/drivers/net/wireless/mac80211_hwsim.c b/drivers/net/wireless/mac80211_hwsim.c index 60ca13e0f15b..40f231b94873 100644 --- a/drivers/net/wireless/mac80211_hwsim.c +++ b/drivers/net/wireless/mac80211_hwsim.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * mac80211_hwsim - software simulator of 802.11 radio(s) for mac80211 | 3 | * mac80211_hwsim - software simulator of 802.11 radio(s) for mac80211 |
3 | * Copyright (c) 2008, Jouni Malinen <j@w1.fi> | 4 | * Copyright (c) 2008, Jouni Malinen <j@w1.fi> |
4 | * Copyright (c) 2011, Javier Lopez <jlopex@gmail.com> | 5 | * Copyright (c) 2011, Javier Lopez <jlopex@gmail.com> |
5 | * Copyright (c) 2016 - 2017 Intel Deutschland GmbH | 6 | * Copyright (c) 2016 - 2017 Intel Deutschland GmbH |
6 | * Copyright (C) 2018 Intel Corporation | 7 | * Copyright (C) 2018 Intel Corporation |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | /* | 10 | /* |
diff --git a/drivers/net/wireless/mac80211_hwsim.h b/drivers/net/wireless/mac80211_hwsim.h index a1ef8457fad4..a85bc7c5c030 100644 --- a/drivers/net/wireless/mac80211_hwsim.h +++ b/drivers/net/wireless/mac80211_hwsim.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * mac80211_hwsim - software simulator of 802.11 radio(s) for mac80211 | 3 | * mac80211_hwsim - software simulator of 802.11 radio(s) for mac80211 |
3 | * Copyright (c) 2008, Jouni Malinen <j@w1.fi> | 4 | * Copyright (c) 2008, Jouni Malinen <j@w1.fi> |
4 | * Copyright (c) 2011, Javier Lopez <jlopex@gmail.com> | 5 | * Copyright (c) 2011, Javier Lopez <jlopex@gmail.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef __MAC80211_HWSIM_H | 8 | #ifndef __MAC80211_HWSIM_H |
diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8180/grf5101.c b/drivers/net/wireless/realtek/rtl818x/rtl8180/grf5101.c index b1bfee738937..fda6ba796385 100644 --- a/drivers/net/wireless/realtek/rtl818x/rtl8180/grf5101.c +++ b/drivers/net/wireless/realtek/rtl818x/rtl8180/grf5101.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | /* | 3 | /* |
3 | * Radio tuning for GCT GRF5101 on RTL8180 | 4 | * Radio tuning for GCT GRF5101 on RTL8180 |
@@ -13,10 +14,6 @@ | |||
13 | * A special Big Thanks also is for all people who donated me cards, | 14 | * A special Big Thanks also is for all people who donated me cards, |
14 | * making possible the creation of the original rtl8180 driver | 15 | * making possible the creation of the original rtl8180 driver |
15 | * from which this code is derived! | 16 | * from which this code is derived! |
16 | * | ||
17 | * This program is free software; you can redistribute it and/or modify | ||
18 | * it under the terms of the GNU General Public License version 2 as | ||
19 | * published by the Free Software Foundation. | ||
20 | */ | 17 | */ |
21 | 18 | ||
22 | #include <linux/pci.h> | 19 | #include <linux/pci.h> |
diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8180/grf5101.h b/drivers/net/wireless/realtek/rtl818x/rtl8180/grf5101.h index 4d80a2785123..91ff3185cd1b 100644 --- a/drivers/net/wireless/realtek/rtl818x/rtl8180/grf5101.h +++ b/drivers/net/wireless/realtek/rtl818x/rtl8180/grf5101.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | #ifndef RTL8180_GRF5101_H | 2 | #ifndef RTL8180_GRF5101_H |
2 | #define RTL8180_GRF5101_H | 3 | #define RTL8180_GRF5101_H |
3 | 4 | ||
@@ -15,10 +16,6 @@ | |||
15 | * A special Big Thanks also is for all people who donated me cards, | 16 | * A special Big Thanks also is for all people who donated me cards, |
16 | * making possible the creation of the original rtl8180 driver | 17 | * making possible the creation of the original rtl8180 driver |
17 | * from which this code is derived! | 18 | * from which this code is derived! |
18 | * | ||
19 | * This program is free software; you can redistribute it and/or modify | ||
20 | * it under the terms of the GNU General Public License version 2 as | ||
21 | * published by the Free Software Foundation. | ||
22 | */ | 19 | */ |
23 | 20 | ||
24 | #define GRF5101_ANTENNA 0xA3 | 21 | #define GRF5101_ANTENNA 0xA3 |
diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8180/max2820.c b/drivers/net/wireless/realtek/rtl818x/rtl8180/max2820.c index eebf23976524..27d04fec3691 100644 --- a/drivers/net/wireless/realtek/rtl818x/rtl8180/max2820.c +++ b/drivers/net/wireless/realtek/rtl818x/rtl8180/max2820.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Radio tuning for Maxim max2820 on RTL8180 | 3 | * Radio tuning for Maxim max2820 on RTL8180 |
3 | * | 4 | * |
@@ -12,10 +13,6 @@ | |||
12 | * A special Big Thanks also is for all people who donated me cards, | 13 | * A special Big Thanks also is for all people who donated me cards, |
13 | * making possible the creation of the original rtl8180 driver | 14 | * making possible the creation of the original rtl8180 driver |
14 | * from which this code is derived! | 15 | * from which this code is derived! |
15 | * | ||
16 | * This program is free software; you can redistribute it and/or modify | ||
17 | * it under the terms of the GNU General Public License version 2 as | ||
18 | * published by the Free Software Foundation. | ||
19 | */ | 16 | */ |
20 | 17 | ||
21 | #include <linux/pci.h> | 18 | #include <linux/pci.h> |
diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8180/max2820.h b/drivers/net/wireless/realtek/rtl818x/rtl8180/max2820.h index 8e982b72b690..4cb800d2d3c8 100644 --- a/drivers/net/wireless/realtek/rtl818x/rtl8180/max2820.h +++ b/drivers/net/wireless/realtek/rtl818x/rtl8180/max2820.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | #ifndef RTL8180_MAX2820_H | 2 | #ifndef RTL8180_MAX2820_H |
2 | #define RTL8180_MAX2820_H | 3 | #define RTL8180_MAX2820_H |
3 | 4 | ||
@@ -15,10 +16,6 @@ | |||
15 | * A special Big Thanks also is for all people who donated me cards, | 16 | * A special Big Thanks also is for all people who donated me cards, |
16 | * making possible the creation of the original rtl8180 driver | 17 | * making possible the creation of the original rtl8180 driver |
17 | * from which this code is derived! | 18 | * from which this code is derived! |
18 | * | ||
19 | * This program is free software; you can redistribute it and/or modify | ||
20 | * it under the terms of the GNU General Public License version 2 as | ||
21 | * published by the Free Software Foundation. | ||
22 | */ | 19 | */ |
23 | 20 | ||
24 | #define MAXIM_ANTENNA 0xb3 | 21 | #define MAXIM_ANTENNA 0xb3 |
diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl8225.c b/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl8225.c index 9bda5bc78eda..470a869e6658 100644 --- a/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl8225.c +++ b/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl8225.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | /* | 3 | /* |
3 | * Radio tuning for RTL8225 on RTL8180 | 4 | * Radio tuning for RTL8225 on RTL8180 |
@@ -9,10 +10,6 @@ | |||
9 | * Copyright 2005 Andrea Merello <andrea.merello@gmail.com>, et al. | 10 | * Copyright 2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
10 | * | 11 | * |
11 | * Thanks to Realtek for their support! | 12 | * Thanks to Realtek for their support! |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License version 2 as | ||
15 | * published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #include <linux/pci.h> | 15 | #include <linux/pci.h> |
diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl8225se.c b/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl8225se.c index 51e32df6120b..23cd4ff78e54 100644 --- a/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl8225se.c +++ b/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl8225se.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | /* Radio tuning for RTL8225 on RTL8187SE | 3 | /* Radio tuning for RTL8225 on RTL8187SE |
3 | * | 4 | * |
@@ -10,10 +11,6 @@ | |||
10 | * Also based on the rtl8187 driver, which is: | 11 | * Also based on the rtl8187 driver, which is: |
11 | * Copyright 2007 Michael Wu <flamingice@sourmilk.net> | 12 | * Copyright 2007 Michael Wu <flamingice@sourmilk.net> |
12 | * Copyright 2007 Andrea Merello <andrea.merello@gmail.com> | 13 | * Copyright 2007 Andrea Merello <andrea.merello@gmail.com> |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License version 2 as | ||
16 | * published by the Free Software Foundation. | ||
17 | */ | 14 | */ |
18 | 15 | ||
19 | #include <net/mac80211.h> | 16 | #include <net/mac80211.h> |
diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl8225se.h b/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl8225se.h index 229400264088..f00972661888 100644 --- a/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl8225se.h +++ b/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl8225se.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | 2 | ||
2 | /* Definitions for RTL8187SE hardware | 3 | /* Definitions for RTL8187SE hardware |
3 | * | 4 | * |
@@ -10,10 +11,6 @@ | |||
10 | * Also based on the rtl8187 driver, which is: | 11 | * Also based on the rtl8187 driver, which is: |
11 | * Copyright 2007 Michael Wu <flamingice@sourmilk.net> | 12 | * Copyright 2007 Michael Wu <flamingice@sourmilk.net> |
12 | * Copyright 2007 Andrea Merello <andrea.merello@gmail.com> | 13 | * Copyright 2007 Andrea Merello <andrea.merello@gmail.com> |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License version 2 as | ||
16 | * published by the Free Software Foundation. | ||
17 | */ | 14 | */ |
18 | 15 | ||
19 | #ifndef RTL8187SE_RTL8225_H | 16 | #ifndef RTL8187SE_RTL8225_H |
diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8180/sa2400.c b/drivers/net/wireless/realtek/rtl818x/rtl8180/sa2400.c index 959b049827de..dd12f5cdb19b 100644 --- a/drivers/net/wireless/realtek/rtl818x/rtl8180/sa2400.c +++ b/drivers/net/wireless/realtek/rtl818x/rtl8180/sa2400.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | /* | 3 | /* |
3 | * Radio tuning for Philips SA2400 on RTL8180 | 4 | * Radio tuning for Philips SA2400 on RTL8180 |
@@ -13,10 +14,6 @@ | |||
13 | * A special Big Thanks also is for all people who donated me cards, | 14 | * A special Big Thanks also is for all people who donated me cards, |
14 | * making possible the creation of the original rtl8180 driver | 15 | * making possible the creation of the original rtl8180 driver |
15 | * from which this code is derived! | 16 | * from which this code is derived! |
16 | * | ||
17 | * This program is free software; you can redistribute it and/or modify | ||
18 | * it under the terms of the GNU General Public License version 2 as | ||
19 | * published by the Free Software Foundation. | ||
20 | */ | 17 | */ |
21 | 18 | ||
22 | #include <linux/pci.h> | 19 | #include <linux/pci.h> |
diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8180/sa2400.h b/drivers/net/wireless/realtek/rtl818x/rtl8180/sa2400.h index fb0093f35148..ef6565b20dbd 100644 --- a/drivers/net/wireless/realtek/rtl818x/rtl8180/sa2400.h +++ b/drivers/net/wireless/realtek/rtl818x/rtl8180/sa2400.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | #ifndef RTL8180_SA2400_H | 2 | #ifndef RTL8180_SA2400_H |
2 | #define RTL8180_SA2400_H | 3 | #define RTL8180_SA2400_H |
3 | 4 | ||
@@ -15,10 +16,6 @@ | |||
15 | * A special Big Thanks also is for all people who donated me cards, | 16 | * A special Big Thanks also is for all people who donated me cards, |
16 | * making possible the creation of the original rtl8180 driver | 17 | * making possible the creation of the original rtl8180 driver |
17 | * from which this code is derived! | 18 | * from which this code is derived! |
18 | * | ||
19 | * This program is free software; you can redistribute it and/or modify | ||
20 | * it under the terms of the GNU General Public License version 2 as | ||
21 | * published by the Free Software Foundation. | ||
22 | */ | 19 | */ |
23 | 20 | ||
24 | #define SA2400_ANTENNA 0x91 | 21 | #define SA2400_ANTENNA 0x91 |
diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8187/dev.c b/drivers/net/wireless/realtek/rtl818x/rtl8187/dev.c index 1a2ea8b47714..eb68b2d3caa1 100644 --- a/drivers/net/wireless/realtek/rtl818x/rtl8187/dev.c +++ b/drivers/net/wireless/realtek/rtl818x/rtl8187/dev.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Linux device driver for RTL8187 | 3 | * Linux device driver for RTL8187 |
3 | * | 4 | * |
@@ -14,10 +15,6 @@ | |||
14 | * | 15 | * |
15 | * Magic delays and register offsets below are taken from the original | 16 | * Magic delays and register offsets below are taken from the original |
16 | * r8187 driver sources. Thanks to Realtek for their support! | 17 | * r8187 driver sources. Thanks to Realtek for their support! |
17 | * | ||
18 | * This program is free software; you can redistribute it and/or modify | ||
19 | * it under the terms of the GNU General Public License version 2 as | ||
20 | * published by the Free Software Foundation. | ||
21 | */ | 18 | */ |
22 | 19 | ||
23 | #include <linux/usb.h> | 20 | #include <linux/usb.h> |
diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8187/leds.c b/drivers/net/wireless/realtek/rtl818x/rtl8187/leds.c index c089540116fa..49421d10e22b 100644 --- a/drivers/net/wireless/realtek/rtl818x/rtl8187/leds.c +++ b/drivers/net/wireless/realtek/rtl818x/rtl8187/leds.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Linux LED driver for RTL8187 | 3 | * Linux LED driver for RTL8187 |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * Copyright (c) Realtek Semiconductor Corp. All rights reserved. | 8 | * Copyright (c) Realtek Semiconductor Corp. All rights reserved. |
8 | * | 9 | * |
9 | * Thanks to Realtek for their support! | 10 | * Thanks to Realtek for their support! |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #ifdef CONFIG_RTL8187_LEDS | 13 | #ifdef CONFIG_RTL8187_LEDS |
diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8187/leds.h b/drivers/net/wireless/realtek/rtl818x/rtl8187/leds.h index d743c96d4a20..5565cbf92bbf 100644 --- a/drivers/net/wireless/realtek/rtl818x/rtl8187/leds.h +++ b/drivers/net/wireless/realtek/rtl818x/rtl8187/leds.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Definitions for RTL8187 leds | 3 | * Definitions for RTL8187 leds |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Based on the LED handling in the r8187 driver, which is: | 7 | * Based on the LED handling in the r8187 driver, which is: |
7 | * Copyright (c) Realtek Semiconductor Corp. All rights reserved. | 8 | * Copyright (c) Realtek Semiconductor Corp. All rights reserved. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #ifndef RTL8187_LED_H | 11 | #ifndef RTL8187_LED_H |
diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8187/rfkill.c b/drivers/net/wireless/realtek/rtl818x/rtl8187/rfkill.c index 34116719974a..c57a4742b03e 100644 --- a/drivers/net/wireless/realtek/rtl818x/rtl8187/rfkill.c +++ b/drivers/net/wireless/realtek/rtl818x/rtl8187/rfkill.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Linux RFKILL support for RTL8187 | 3 | * Linux RFKILL support for RTL8187 |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * Copyright (c) Realtek Semiconductor Corp. All rights reserved. | 8 | * Copyright (c) Realtek Semiconductor Corp. All rights reserved. |
8 | * | 9 | * |
9 | * Thanks to Realtek for their support! | 10 | * Thanks to Realtek for their support! |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #include <linux/types.h> | 13 | #include <linux/types.h> |
diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8187.h b/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8187.h index 324451df97f7..36f3460cc6c6 100644 --- a/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8187.h +++ b/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8187.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Definitions for RTL8187 hardware | 3 | * Definitions for RTL8187 hardware |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Based on the r8187 driver, which is: | 8 | * Based on the r8187 driver, which is: |
8 | * Copyright 2005 Andrea Merello <andrea.merello@gmail.com>, et al. | 9 | * Copyright 2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #ifndef RTL8187_H | 12 | #ifndef RTL8187_H |
diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.c b/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.c index ff0971f1e2c8..b2616d61b66d 100644 --- a/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.c +++ b/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Radio tuning for RTL8225 on RTL8187 | 3 | * Radio tuning for RTL8225 on RTL8187 |
3 | * | 4 | * |
@@ -10,10 +11,6 @@ | |||
10 | * Magic delays, register offsets, and phy value tables below are | 11 | * Magic delays, register offsets, and phy value tables below are |
11 | * taken from the original r8187 driver sources. Thanks to Realtek | 12 | * taken from the original r8187 driver sources. Thanks to Realtek |
12 | * for their support! | 13 | * for their support! |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License version 2 as | ||
16 | * published by the Free Software Foundation. | ||
17 | */ | 14 | */ |
18 | 15 | ||
19 | #include <linux/usb.h> | 16 | #include <linux/usb.h> |
diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.h b/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.h index 141afb09a5b4..b9475e6ead23 100644 --- a/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.h +++ b/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Radio tuning definitions for RTL8225 on RTL8187 | 3 | * Radio tuning definitions for RTL8225 on RTL8187 |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Based on the r8187 driver, which is: | 8 | * Based on the r8187 driver, which is: |
8 | * Copyright 2005 Andrea Merello <andrea.merello@gmail.com>, et al. | 9 | * Copyright 2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #ifndef RTL8187_RTL8225_H | 12 | #ifndef RTL8187_RTL8225_H |
diff --git a/drivers/net/wireless/realtek/rtl818x/rtl818x.h b/drivers/net/wireless/realtek/rtl818x/rtl818x.h index 7abef95d278b..597f41af899a 100644 --- a/drivers/net/wireless/realtek/rtl818x/rtl818x.h +++ b/drivers/net/wireless/realtek/rtl818x/rtl818x.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Definitions for RTL818x hardware | 3 | * Definitions for RTL818x hardware |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Based on the r8187 driver, which is: | 8 | * Based on the r8187 driver, which is: |
8 | * Copyright 2005 Andrea Merello <andrea.merello@gmail.com>, et al. | 9 | * Copyright 2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #ifndef RTL818X_H | 12 | #ifndef RTL818X_H |
diff --git a/drivers/net/wireless/st/cw1200/bh.c b/drivers/net/wireless/st/cw1200/bh.c index 92d299aa257c..02efe8483cba 100644 --- a/drivers/net/wireless/st/cw1200/bh.c +++ b/drivers/net/wireless/st/cw1200/bh.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Device handling thread implementation for mac80211 ST-Ericsson CW1200 drivers | 3 | * Device handling thread implementation for mac80211 ST-Ericsson CW1200 drivers |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * ST-Ericsson UMAC CW1200 driver, which is | 9 | * ST-Ericsson UMAC CW1200 driver, which is |
9 | * Copyright (c) 2010, ST-Ericsson | 10 | * Copyright (c) 2010, ST-Ericsson |
10 | * Author: Ajitpal Singh <ajitpal.singh@stericsson.com> | 11 | * Author: Ajitpal Singh <ajitpal.singh@stericsson.com> |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #include <linux/module.h> | 14 | #include <linux/module.h> |
diff --git a/drivers/net/wireless/st/cw1200/bh.h b/drivers/net/wireless/st/cw1200/bh.h index af6a4853728f..a4ff6fd7624f 100644 --- a/drivers/net/wireless/st/cw1200/bh.h +++ b/drivers/net/wireless/st/cw1200/bh.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Device handling thread interface for mac80211 ST-Ericsson CW1200 drivers | 3 | * Device handling thread interface for mac80211 ST-Ericsson CW1200 drivers |
3 | * | 4 | * |
4 | * Copyright (c) 2010, ST-Ericsson | 5 | * Copyright (c) 2010, ST-Ericsson |
5 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> | 6 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef CW1200_BH_H | 9 | #ifndef CW1200_BH_H |
diff --git a/drivers/net/wireless/st/cw1200/cw1200.h b/drivers/net/wireless/st/cw1200/cw1200.h index 1ad7d3602520..48f808cdc1cb 100644 --- a/drivers/net/wireless/st/cw1200/cw1200.h +++ b/drivers/net/wireless/st/cw1200/cw1200.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Common private data for ST-Ericsson CW1200 drivers | 3 | * Common private data for ST-Ericsson CW1200 drivers |
3 | * | 4 | * |
@@ -9,10 +10,6 @@ | |||
9 | * | 10 | * |
10 | * Based on the islsm (softmac prism54) driver, which is: | 11 | * Based on the islsm (softmac prism54) driver, which is: |
11 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. | 12 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License version 2 as | ||
15 | * published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #ifndef CW1200_H | 15 | #ifndef CW1200_H |
diff --git a/drivers/net/wireless/st/cw1200/cw1200_sdio.c b/drivers/net/wireless/st/cw1200/cw1200_sdio.c index 1037ec62659d..43e012073dbf 100644 --- a/drivers/net/wireless/st/cw1200/cw1200_sdio.c +++ b/drivers/net/wireless/st/cw1200/cw1200_sdio.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Mac80211 SDIO driver for ST-Ericsson CW1200 device | 3 | * Mac80211 SDIO driver for ST-Ericsson CW1200 device |
3 | * | 4 | * |
4 | * Copyright (c) 2010, ST-Ericsson | 5 | * Copyright (c) 2010, ST-Ericsson |
5 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> | 6 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/drivers/net/wireless/st/cw1200/cw1200_spi.c b/drivers/net/wireless/st/cw1200/cw1200_spi.c index 412fb6e49aed..ef01caac629c 100644 --- a/drivers/net/wireless/st/cw1200/cw1200_spi.c +++ b/drivers/net/wireless/st/cw1200/cw1200_spi.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Mac80211 SPI driver for ST-Ericsson CW1200 device | 3 | * Mac80211 SPI driver for ST-Ericsson CW1200 device |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * Based on cw1200_sdio.c | 8 | * Based on cw1200_sdio.c |
8 | * Copyright (c) 2010, ST-Ericsson | 9 | * Copyright (c) 2010, ST-Ericsson |
9 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> | 10 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #include <linux/module.h> | 13 | #include <linux/module.h> |
diff --git a/drivers/net/wireless/st/cw1200/debug.c b/drivers/net/wireless/st/cw1200/debug.c index d94266d9d0b8..8686929c70df 100644 --- a/drivers/net/wireless/st/cw1200/debug.c +++ b/drivers/net/wireless/st/cw1200/debug.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * mac80211 glue code for mac80211 ST-Ericsson CW1200 drivers | 3 | * mac80211 glue code for mac80211 ST-Ericsson CW1200 drivers |
3 | * DebugFS code | 4 | * DebugFS code |
4 | * | 5 | * |
5 | * Copyright (c) 2010, ST-Ericsson | 6 | * Copyright (c) 2010, ST-Ericsson |
6 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> | 7 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/drivers/net/wireless/st/cw1200/debug.h b/drivers/net/wireless/st/cw1200/debug.h index b525aba53bfc..80bc1567533a 100644 --- a/drivers/net/wireless/st/cw1200/debug.h +++ b/drivers/net/wireless/st/cw1200/debug.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * DebugFS code for ST-Ericsson CW1200 mac80211 driver | 3 | * DebugFS code for ST-Ericsson CW1200 mac80211 driver |
3 | * | 4 | * |
4 | * Copyright (c) 2011, ST-Ericsson | 5 | * Copyright (c) 2011, ST-Ericsson |
5 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> | 6 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef CW1200_DEBUG_H_INCLUDED | 9 | #ifndef CW1200_DEBUG_H_INCLUDED |
diff --git a/drivers/net/wireless/st/cw1200/fwio.c b/drivers/net/wireless/st/cw1200/fwio.c index b7881232499c..6574e78e05ea 100644 --- a/drivers/net/wireless/st/cw1200/fwio.c +++ b/drivers/net/wireless/st/cw1200/fwio.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Firmware I/O code for mac80211 ST-Ericsson CW1200 drivers | 3 | * Firmware I/O code for mac80211 ST-Ericsson CW1200 drivers |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * ST-Ericsson UMAC CW1200 driver which is | 9 | * ST-Ericsson UMAC CW1200 driver which is |
9 | * Copyright (c) 2010, ST-Ericsson | 10 | * Copyright (c) 2010, ST-Ericsson |
10 | * Author: Ajitpal Singh <ajitpal.singh@stericsson.com> | 11 | * Author: Ajitpal Singh <ajitpal.singh@stericsson.com> |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #include <linux/vmalloc.h> | 14 | #include <linux/vmalloc.h> |
diff --git a/drivers/net/wireless/st/cw1200/fwio.h b/drivers/net/wireless/st/cw1200/fwio.h index ea3099362cdf..c287160a492e 100644 --- a/drivers/net/wireless/st/cw1200/fwio.h +++ b/drivers/net/wireless/st/cw1200/fwio.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Firmware API for mac80211 ST-Ericsson CW1200 drivers | 3 | * Firmware API for mac80211 ST-Ericsson CW1200 drivers |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * ST-Ericsson UMAC CW1200 driver which is | 9 | * ST-Ericsson UMAC CW1200 driver which is |
9 | * Copyright (c) 2010, ST-Ericsson | 10 | * Copyright (c) 2010, ST-Ericsson |
10 | * Author: Ajitpal Singh <ajitpal.singh@stericsson.com> | 11 | * Author: Ajitpal Singh <ajitpal.singh@stericsson.com> |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #ifndef FWIO_H_INCLUDED | 14 | #ifndef FWIO_H_INCLUDED |
diff --git a/drivers/net/wireless/st/cw1200/hwbus.h b/drivers/net/wireless/st/cw1200/hwbus.h index 8b2fc831c3de..bc8802d37b7b 100644 --- a/drivers/net/wireless/st/cw1200/hwbus.h +++ b/drivers/net/wireless/st/cw1200/hwbus.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Common hwbus abstraction layer interface for cw1200 wireless driver | 3 | * Common hwbus abstraction layer interface for cw1200 wireless driver |
3 | * | 4 | * |
4 | * Copyright (c) 2010, ST-Ericsson | 5 | * Copyright (c) 2010, ST-Ericsson |
5 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> | 6 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef CW1200_HWBUS_H | 9 | #ifndef CW1200_HWBUS_H |
diff --git a/drivers/net/wireless/st/cw1200/hwio.c b/drivers/net/wireless/st/cw1200/hwio.c index ff230b7aeedd..3ba462de8e91 100644 --- a/drivers/net/wireless/st/cw1200/hwio.c +++ b/drivers/net/wireless/st/cw1200/hwio.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Low-level device IO routines for ST-Ericsson CW1200 drivers | 3 | * Low-level device IO routines for ST-Ericsson CW1200 drivers |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * ST-Ericsson UMAC CW1200 driver, which is | 9 | * ST-Ericsson UMAC CW1200 driver, which is |
9 | * Copyright (c) 2010, ST-Ericsson | 10 | * Copyright (c) 2010, ST-Ericsson |
10 | * Author: Ajitpal Singh <ajitpal.singh@lockless.no> | 11 | * Author: Ajitpal Singh <ajitpal.singh@lockless.no> |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #include <linux/types.h> | 14 | #include <linux/types.h> |
diff --git a/drivers/net/wireless/st/cw1200/hwio.h b/drivers/net/wireless/st/cw1200/hwio.h index ddf52669dc5b..d1e629a566c2 100644 --- a/drivers/net/wireless/st/cw1200/hwio.h +++ b/drivers/net/wireless/st/cw1200/hwio.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Low-level API for mac80211 ST-Ericsson CW1200 drivers | 3 | * Low-level API for mac80211 ST-Ericsson CW1200 drivers |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * ST-Ericsson UMAC CW1200 driver which is | 9 | * ST-Ericsson UMAC CW1200 driver which is |
9 | * Copyright (c) 2010, ST-Ericsson | 10 | * Copyright (c) 2010, ST-Ericsson |
10 | * Author: Ajitpal Singh <ajitpal.singh@stericsson.com> | 11 | * Author: Ajitpal Singh <ajitpal.singh@stericsson.com> |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #ifndef CW1200_HWIO_H_INCLUDED | 14 | #ifndef CW1200_HWIO_H_INCLUDED |
diff --git a/drivers/net/wireless/st/cw1200/main.c b/drivers/net/wireless/st/cw1200/main.c index c1608f0bf6d0..f7fe56affbcd 100644 --- a/drivers/net/wireless/st/cw1200/main.c +++ b/drivers/net/wireless/st/cw1200/main.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * mac80211 glue code for mac80211 ST-Ericsson CW1200 drivers | 3 | * mac80211 glue code for mac80211 ST-Ericsson CW1200 drivers |
3 | * | 4 | * |
@@ -14,10 +15,6 @@ | |||
14 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. | 15 | * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. |
15 | * - stlc45xx driver | 16 | * - stlc45xx driver |
16 | * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). | 17 | * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). |
17 | * | ||
18 | * This program is free software; you can redistribute it and/or modify | ||
19 | * it under the terms of the GNU General Public License version 2 as | ||
20 | * published by the Free Software Foundation. | ||
21 | */ | 18 | */ |
22 | 19 | ||
23 | #include <linux/module.h> | 20 | #include <linux/module.h> |
diff --git a/drivers/net/wireless/st/cw1200/pm.c b/drivers/net/wireless/st/cw1200/pm.c index ded23df1ac1d..a20ab577a364 100644 --- a/drivers/net/wireless/st/cw1200/pm.c +++ b/drivers/net/wireless/st/cw1200/pm.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Mac80211 power management API for ST-Ericsson CW1200 drivers | 3 | * Mac80211 power management API for ST-Ericsson CW1200 drivers |
3 | * | 4 | * |
4 | * Copyright (c) 2011, ST-Ericsson | 5 | * Copyright (c) 2011, ST-Ericsson |
5 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> | 6 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/drivers/net/wireless/st/cw1200/pm.h b/drivers/net/wireless/st/cw1200/pm.h index 534548470ebc..f516eedfe03c 100644 --- a/drivers/net/wireless/st/cw1200/pm.h +++ b/drivers/net/wireless/st/cw1200/pm.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Mac80211 power management interface for ST-Ericsson CW1200 mac80211 drivers | 3 | * Mac80211 power management interface for ST-Ericsson CW1200 mac80211 drivers |
3 | * | 4 | * |
4 | * Copyright (c) 2011, ST-Ericsson | 5 | * Copyright (c) 2011, ST-Ericsson |
5 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> | 6 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef PM_H_INCLUDED | 9 | #ifndef PM_H_INCLUDED |
diff --git a/drivers/net/wireless/st/cw1200/queue.c b/drivers/net/wireless/st/cw1200/queue.c index 7895efefa95d..14133eedb3b6 100644 --- a/drivers/net/wireless/st/cw1200/queue.c +++ b/drivers/net/wireless/st/cw1200/queue.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * O(1) TX queue with built-in allocator for ST-Ericsson CW1200 drivers | 3 | * O(1) TX queue with built-in allocator for ST-Ericsson CW1200 drivers |
3 | * | 4 | * |
4 | * Copyright (c) 2010, ST-Ericsson | 5 | * Copyright (c) 2010, ST-Ericsson |
5 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> | 6 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <net/mac80211.h> | 9 | #include <net/mac80211.h> |
diff --git a/drivers/net/wireless/st/cw1200/queue.h b/drivers/net/wireless/st/cw1200/queue.h index 119f9c79c14e..96ac69ae97de 100644 --- a/drivers/net/wireless/st/cw1200/queue.h +++ b/drivers/net/wireless/st/cw1200/queue.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * O(1) TX queue with built-in allocator for ST-Ericsson CW1200 drivers | 3 | * O(1) TX queue with built-in allocator for ST-Ericsson CW1200 drivers |
3 | * | 4 | * |
4 | * Copyright (c) 2010, ST-Ericsson | 5 | * Copyright (c) 2010, ST-Ericsson |
5 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> | 6 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef CW1200_QUEUE_H_INCLUDED | 9 | #ifndef CW1200_QUEUE_H_INCLUDED |
diff --git a/drivers/net/wireless/st/cw1200/scan.c b/drivers/net/wireless/st/cw1200/scan.c index 71e9b91cf15b..c46b044b7f7b 100644 --- a/drivers/net/wireless/st/cw1200/scan.c +++ b/drivers/net/wireless/st/cw1200/scan.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Scan implementation for ST-Ericsson CW1200 mac80211 drivers | 3 | * Scan implementation for ST-Ericsson CW1200 mac80211 drivers |
3 | * | 4 | * |
4 | * Copyright (c) 2010, ST-Ericsson | 5 | * Copyright (c) 2010, ST-Ericsson |
5 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> | 6 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/sched.h> | 9 | #include <linux/sched.h> |
diff --git a/drivers/net/wireless/st/cw1200/scan.h b/drivers/net/wireless/st/cw1200/scan.h index cc75459e5784..139a9f84c9bf 100644 --- a/drivers/net/wireless/st/cw1200/scan.h +++ b/drivers/net/wireless/st/cw1200/scan.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Scan interface for ST-Ericsson CW1200 mac80211 drivers | 3 | * Scan interface for ST-Ericsson CW1200 mac80211 drivers |
3 | * | 4 | * |
4 | * Copyright (c) 2010, ST-Ericsson | 5 | * Copyright (c) 2010, ST-Ericsson |
5 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> | 6 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef SCAN_H_INCLUDED | 9 | #ifndef SCAN_H_INCLUDED |
diff --git a/drivers/net/wireless/st/cw1200/sta.c b/drivers/net/wireless/st/cw1200/sta.c index 8dae92a79fe1..236022d4ae2a 100644 --- a/drivers/net/wireless/st/cw1200/sta.c +++ b/drivers/net/wireless/st/cw1200/sta.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Mac80211 STA API for ST-Ericsson CW1200 drivers | 3 | * Mac80211 STA API for ST-Ericsson CW1200 drivers |
3 | * | 4 | * |
4 | * Copyright (c) 2010, ST-Ericsson | 5 | * Copyright (c) 2010, ST-Ericsson |
5 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> | 6 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/vmalloc.h> | 9 | #include <linux/vmalloc.h> |
diff --git a/drivers/net/wireless/st/cw1200/sta.h b/drivers/net/wireless/st/cw1200/sta.h index 719de34dcbfe..706dab8e73bf 100644 --- a/drivers/net/wireless/st/cw1200/sta.h +++ b/drivers/net/wireless/st/cw1200/sta.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Mac80211 STA interface for ST-Ericsson CW1200 mac80211 drivers | 3 | * Mac80211 STA interface for ST-Ericsson CW1200 mac80211 drivers |
3 | * | 4 | * |
4 | * Copyright (c) 2010, ST-Ericsson | 5 | * Copyright (c) 2010, ST-Ericsson |
5 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> | 6 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef STA_H_INCLUDED | 9 | #ifndef STA_H_INCLUDED |
diff --git a/drivers/net/wireless/st/cw1200/txrx.c b/drivers/net/wireless/st/cw1200/txrx.c index 8c800ef23159..2dfcdb145944 100644 --- a/drivers/net/wireless/st/cw1200/txrx.c +++ b/drivers/net/wireless/st/cw1200/txrx.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Datapath implementation for ST-Ericsson CW1200 mac80211 drivers | 3 | * Datapath implementation for ST-Ericsson CW1200 mac80211 drivers |
3 | * | 4 | * |
4 | * Copyright (c) 2010, ST-Ericsson | 5 | * Copyright (c) 2010, ST-Ericsson |
5 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> | 6 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <net/mac80211.h> | 9 | #include <net/mac80211.h> |
diff --git a/drivers/net/wireless/st/cw1200/txrx.h b/drivers/net/wireless/st/cw1200/txrx.h index 492a4e14213b..8b87e07465c7 100644 --- a/drivers/net/wireless/st/cw1200/txrx.h +++ b/drivers/net/wireless/st/cw1200/txrx.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Datapath interface for ST-Ericsson CW1200 mac80211 drivers | 3 | * Datapath interface for ST-Ericsson CW1200 mac80211 drivers |
3 | * | 4 | * |
4 | * Copyright (c) 2010, ST-Ericsson | 5 | * Copyright (c) 2010, ST-Ericsson |
5 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> | 6 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef CW1200_TXRX_H | 9 | #ifndef CW1200_TXRX_H |
diff --git a/drivers/net/wireless/st/cw1200/wsm.c b/drivers/net/wireless/st/cw1200/wsm.c index be4c22e0d902..c86f31dcc981 100644 --- a/drivers/net/wireless/st/cw1200/wsm.c +++ b/drivers/net/wireless/st/cw1200/wsm.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * WSM host interface (HI) implementation for | 3 | * WSM host interface (HI) implementation for |
3 | * ST-Ericsson CW1200 mac80211 drivers. | 4 | * ST-Ericsson CW1200 mac80211 drivers. |
4 | * | 5 | * |
5 | * Copyright (c) 2010, ST-Ericsson | 6 | * Copyright (c) 2010, ST-Ericsson |
6 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> | 7 | * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/skbuff.h> | 10 | #include <linux/skbuff.h> |
diff --git a/drivers/net/wireless/st/cw1200/wsm.h b/drivers/net/wireless/st/cw1200/wsm.h index 48086e849515..ddea57f8c8ab 100644 --- a/drivers/net/wireless/st/cw1200/wsm.h +++ b/drivers/net/wireless/st/cw1200/wsm.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * WSM host interface (HI) interface for ST-Ericsson CW1200 mac80211 drivers | 3 | * WSM host interface (HI) interface for ST-Ericsson CW1200 mac80211 drivers |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * Based on CW1200 UMAC WSM API, which is | 8 | * Based on CW1200 UMAC WSM API, which is |
8 | * Copyright (C) ST-Ericsson SA 2010 | 9 | * Copyright (C) ST-Ericsson SA 2010 |
9 | * Author: Stewart Mathers <stewart.mathers@stericsson.com> | 10 | * Author: Stewart Mathers <stewart.mathers@stericsson.com> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #ifndef CW1200_WSM_H_INCLUDED | 13 | #ifndef CW1200_WSM_H_INCLUDED |
diff --git a/drivers/net/wireless/ti/wlcore/vendor_cmd.c b/drivers/net/wireless/ti/wlcore/vendor_cmd.c index 75756fb8e7b0..5cf0b32c413b 100644 --- a/drivers/net/wireless/ti/wlcore/vendor_cmd.c +++ b/drivers/net/wireless/ti/wlcore/vendor_cmd.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * This file is part of wlcore | 3 | * This file is part of wlcore |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Texas Instruments. All rights reserved. | 5 | * Copyright (C) 2014 Texas Instruments. All rights reserved. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * version 2 as published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/pm_runtime.h> | 8 | #include <linux/pm_runtime.h> |
diff --git a/drivers/net/wireless/ti/wlcore/vendor_cmd.h b/drivers/net/wireless/ti/wlcore/vendor_cmd.h index 6e0c15e30f03..ebe815ea0316 100644 --- a/drivers/net/wireless/ti/wlcore/vendor_cmd.h +++ b/drivers/net/wireless/ti/wlcore/vendor_cmd.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * This file is part of wlcore | 3 | * This file is part of wlcore |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Texas Instruments. All rights reserved. | 5 | * Copyright (C) 2014 Texas Instruments. All rights reserved. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * version 2 as published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef __WLCORE_VENDOR_H__ | 8 | #ifndef __WLCORE_VENDOR_H__ |
diff --git a/drivers/net/wireless/zydas/zd1201.c b/drivers/net/wireless/zydas/zd1201.c index 22c70f1f568c..0db7362bedb4 100644 --- a/drivers/net/wireless/zydas/zd1201.c +++ b/drivers/net/wireless/zydas/zd1201.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Driver for ZyDAS zd1201 based wireless USB devices. | 3 | * Driver for ZyDAS zd1201 based wireless USB devices. |
3 | * | 4 | * |
4 | * Copyright (c) 2004, 2005 Jeroen Vreeken (pe1rxq@amsat.org) | 5 | * Copyright (c) 2004, 2005 Jeroen Vreeken (pe1rxq@amsat.org) |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * version 2 as published by the Free Software Foundation. | ||
9 | * | ||
10 | * Parts of this driver have been derived from a wlan-ng version | 7 | * Parts of this driver have been derived from a wlan-ng version |
11 | * modified by ZyDAS. They also made documentation available, thanks! | 8 | * modified by ZyDAS. They also made documentation available, thanks! |
12 | * Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. | 9 | * Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. |
diff --git a/drivers/net/wireless/zydas/zd1201.h b/drivers/net/wireless/zydas/zd1201.h index dd7ea1f35bef..c46ac87550d1 100644 --- a/drivers/net/wireless/zydas/zd1201.h +++ b/drivers/net/wireless/zydas/zd1201.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2004, 2005 Jeroen Vreeken (pe1rxq@amsat.org) | 3 | * Copyright (c) 2004, 2005 Jeroen Vreeken (pe1rxq@amsat.org) |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU General Public License | ||
6 | * version 2 as published by the Free Software Foundation. | ||
7 | * | ||
8 | * Parts of this driver have been derived from a wlan-ng version | 5 | * Parts of this driver have been derived from a wlan-ng version |
9 | * modified by ZyDAS. | 6 | * modified by ZyDAS. |
10 | * Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. | 7 | * Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. |