summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/8390/hydra.c
diff options
context:
space:
mode:
authorBagas Sanjaya <bagasdotme@gmail.com>2023-05-15 08:07:13 +0200
committerPaolo Abeni <pabeni@redhat.com>2023-05-16 15:38:07 +0200
commit9f07af05d0e4255ae9da2dfe240484a73433c5e4 (patch)
tree514c88071beb943bb076b8ac0e5d5fa22a28de1c /drivers/net/ethernet/8390/hydra.c
parentnet: ethernet: 8390: Convert unversioned GPL notice to SPDX license identifier (diff)
downloadlinux-9f07af05d0e4255ae9da2dfe240484a73433c5e4.tar.xz
linux-9f07af05d0e4255ae9da2dfe240484a73433c5e4.zip
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 <becker@scyld.com> Cc: Peter De Schrijver <p2@mind.be> Cc: Topi Kanerva <topi@susanna.oulu.fi> Cc: Alain Malek <Alain.Malek@cryogen.com> Cc: Bruce Abbott <bhabbott@inhb.co.nz> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Richard Fontana <rfontana@redhat.com> Acked-by: Greg Ungerer <gerg@linux-m68k.org> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/net/ethernet/8390/hydra.c')
-rw-r--r--drivers/net/ethernet/8390/hydra.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/net/ethernet/8390/hydra.c b/drivers/net/ethernet/8390/hydra.c
index 1df7601af86a..24f49a8ff903 100644
--- a/drivers/net/ethernet/8390/hydra.c
+++ b/drivers/net/ethernet/8390/hydra.c
@@ -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 (topi@susanna.oulu.fi) */
-/* 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 (p2@mind.be) */
/* Oldenburg 2000 */