diff options
-rw-r--r-- | drivers/net/ethernet/amd/au1000_eth.c | 19 | ||||
-rw-r--r-- | drivers/net/ethernet/amd/au1000_eth.h | 19 | ||||
-rw-r--r-- | drivers/net/hamradio/mkiss.c | 12 |
3 files changed, 3 insertions, 47 deletions
diff --git a/drivers/net/ethernet/amd/au1000_eth.c b/drivers/net/ethernet/amd/au1000_eth.c index e5073aeea06a..650d1bae5f56 100644 --- a/drivers/net/ethernet/amd/au1000_eth.c +++ b/drivers/net/ethernet/amd/au1000_eth.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * | 3 | * |
3 | * Alchemy Au1x00 ethernet driver | 4 | * Alchemy Au1x00 ethernet driver |
@@ -14,24 +15,6 @@ | |||
14 | * | 15 | * |
15 | * Author: MontaVista Software, Inc. | 16 | * Author: MontaVista Software, Inc. |
16 | * ppopov@mvista.com or source@mvista.com | 17 | * ppopov@mvista.com or source@mvista.com |
17 | * | ||
18 | * ######################################################################## | ||
19 | * | ||
20 | * This program is free software; you can distribute it and/or modify it | ||
21 | * under the terms of the GNU General Public License (Version 2) as | ||
22 | * published by the Free Software Foundation. | ||
23 | * | ||
24 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
25 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
26 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
27 | * for more details. | ||
28 | * | ||
29 | * You should have received a copy of the GNU General Public License along | ||
30 | * with this program; if not, see <http://www.gnu.org/licenses/>. | ||
31 | * | ||
32 | * ######################################################################## | ||
33 | * | ||
34 | * | ||
35 | */ | 18 | */ |
36 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 19 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
37 | 20 | ||
diff --git a/drivers/net/ethernet/amd/au1000_eth.h b/drivers/net/ethernet/amd/au1000_eth.h index 4c47c2377d74..e3a3ed29db61 100644 --- a/drivers/net/ethernet/amd/au1000_eth.h +++ b/drivers/net/ethernet/amd/au1000_eth.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * | 3 | * |
3 | * Alchemy Au1x00 ethernet driver include file | 4 | * Alchemy Au1x00 ethernet driver include file |
@@ -5,24 +6,6 @@ | |||
5 | * Author: Pete Popov <ppopov@mvista.com> | 6 | * Author: Pete Popov <ppopov@mvista.com> |
6 | * | 7 | * |
7 | * Copyright 2001 MontaVista Software Inc. | 8 | * Copyright 2001 MontaVista Software Inc. |
8 | * | ||
9 | * ######################################################################## | ||
10 | * | ||
11 | * This program is free software; you can distribute it and/or modify it | ||
12 | * under the terms of the GNU General Public License (Version 2) as | ||
13 | * published by the Free Software Foundation. | ||
14 | * | ||
15 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
16 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
17 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
18 | * for more details. | ||
19 | * | ||
20 | * You should have received a copy of the GNU General Public License along | ||
21 | * with this program; if not, see <http://www.gnu.org/licenses/>. | ||
22 | * | ||
23 | * ######################################################################## | ||
24 | * | ||
25 | * | ||
26 | */ | 9 | */ |
27 | 10 | ||
28 | 11 | ||
diff --git a/drivers/net/hamradio/mkiss.c b/drivers/net/hamradio/mkiss.c index 4938cf4c184c..442018ccd65e 100644 --- a/drivers/net/hamradio/mkiss.c +++ b/drivers/net/hamradio/mkiss.c | |||
@@ -1,15 +1,5 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * This program is free software; you can distribute it and/or modify it | ||
3 | * under the terms of the GNU General Public License (Version 2) as | ||
4 | * published by the Free Software Foundation. | ||
5 | * | ||
6 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
7 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
8 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
9 | * for more details. | ||
10 | * | ||
11 | * You should have received a copy of the GNU General Public License along | ||
12 | * with this program; if not, see <http://www.gnu.org/licenses/>. | ||
13 | * | 3 | * |
14 | * Copyright (C) Hans Alblas PE1AYX <hans@esrac.ele.tue.nl> | 4 | * Copyright (C) Hans Alblas PE1AYX <hans@esrac.ele.tue.nl> |
15 | * Copyright (C) 2004, 05 Ralf Baechle DL5RB <ralf@linux-mips.org> | 5 | * Copyright (C) 2004, 05 Ralf Baechle DL5RB <ralf@linux-mips.org> |