diff options
Diffstat (limited to 'drivers/net/ethernet/8390')
-rw-r--r-- | drivers/net/ethernet/8390/ax88796.c | 5 | ||||
-rw-r--r-- | drivers/net/ethernet/8390/etherh.c | 5 |
2 files changed, 2 insertions, 8 deletions
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 |