Skip to content

Commit

Permalink
net: ethernet: 8390: Replace GPL 2.0 boilerplate with SPDX identifier
Browse files Browse the repository at this point in the history
The boilerplate refers to COPYING in the top-level directory of kernel
tree. Replace it with corresponding SPDX license identifier.

Cc: Donald Becker <[email protected]>
Cc: Peter De Schrijver <[email protected]>
Cc: Topi Kanerva <[email protected]>
Cc: Alain Malek <[email protected]>
Cc: Bruce Abbott <[email protected]>
Cc: Geert Uytterhoeven <[email protected]>
Cc: Richard Fontana <[email protected]>
Acked-by: Greg Ungerer <[email protected]>
Signed-off-by: Bagas Sanjaya <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
  • Loading branch information
bagasme authored and Paolo Abeni committed May 16, 2023
1 parent dc3eb2f commit 9f07af0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 23 deletions.
7 changes: 1 addition & 6 deletions drivers/net/ethernet/8390/apne.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Amiga Linux/68k 8390 based PCMCIA Ethernet Driver for the Amiga 1200
*
Expand All @@ -19,12 +20,6 @@
*
* ----------------------------------------------------------------------------
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of the Linux
* distribution for more details.
*
* ----------------------------------------------------------------------------
*
*/


Expand Down
6 changes: 2 additions & 4 deletions drivers/net/ethernet/8390/hydra.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only

/* New Hydra driver using generic 8390 core */
/* Based on old hydra driver by Topi Kanerva ([email protected]) */

/* This file is subject to the terms and conditions of the GNU General */
/* Public License. See the file COPYING in the main directory of the */
/* Linux distribution for more details. */

/* Peter De Schrijver ([email protected]) */
/* Oldenburg 2000 */

Expand Down
4 changes: 1 addition & 3 deletions drivers/net/ethernet/8390/mcf8390.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Support for ColdFire CPU based boards using a NS8390 Ethernet device.
*
* Derived from the many other 8390 drivers.
*
* (C) Copyright 2012, Greg Ungerer <[email protected]>
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of the Linux
* distribution for more details.
*/

#include <linux/module.h>
Expand Down
5 changes: 1 addition & 4 deletions drivers/net/ethernet/8390/stnic.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
/* stnic.c : A SH7750 specific part of driver for NS DP83902A ST-NIC.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1999 kaz Kojima
*/
Expand Down
7 changes: 1 addition & 6 deletions drivers/net/ethernet/8390/zorro8390.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Amiga Linux/m68k and Linux/PPC Zorro NS8390 Ethernet Driver
*
Expand All @@ -9,12 +10,6 @@
*
* ---------------------------------------------------------------------------
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of the Linux
* distribution for more details.
*
* ---------------------------------------------------------------------------
*
* The Ariadne II and X-Surf are Zorro-II boards containing Realtek RTL8019AS
* Ethernet Controllers.
*/
Expand Down

0 comments on commit 9f07af0

Please sign in to comment.