forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: ethernet: 8390: Replace GPL 2.0 boilerplate with SPDX identifier
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
Showing
5 changed files
with
6 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 */ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters