summaryrefslogtreecommitdiffstats
path: root/net/eth.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2020-10-29 22:14:04 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-11-02 08:57:32 +0100
commitecdc31e44fb3e7863b503d8ef4ed4a2e54c86fb5 (patch)
treeb1f04f74575a3f90197c1b16127c761d3be4d368 /net/eth.c
parent3588d40c5385e0487800764902dbaaa766699816 (diff)
downloadbarebox-ecdc31e44fb3e7863b503d8ef4ed4a2e54c86fb5.tar.gz
barebox-ecdc31e44fb3e7863b503d8ef4ed4a2e54c86fb5.tar.xz
net: Replace license and copyright boilerplate by SPDX identfiers
Converts the files that licensecheck can determine to be licensed under GPL-2.0-only or GPL-2.0-or-later and also convert the copyright statements to SPDX. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'net/eth.c')
-rw-r--r--net/eth.c17
1 files changed, 2 insertions, 15 deletions
diff --git a/net/eth.c b/net/eth.c
index 85110ef695..626b35d5cc 100644
--- a/net/eth.c
+++ b/net/eth.c
@@ -1,18 +1,5 @@
-/*
- * (C) Copyright 2001-2004
- * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- */
+// SPDX-License-Identifier: GPL-2.0-or-later
+// SPDX-FileCopyrightText: 2001-2004 Wolfgang Denk <wd@denx.de>, DENX Software Engineering
#include <common.h>
#include <command.h>