summaryrefslogtreecommitdiff
path: root/net/rarp.h
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/rarp.h
parent3588d40c5385e0487800764902dbaaa766699816 (diff)
downloadbarebox-ecdc31e44fb3e7863b503d8ef4ed4a2e54c86fb5.tar.gz
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/rarp.h')
-rw-r--r--net/rarp.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/net/rarp.h b/net/rarp.h
index 24659fde21..0986b02513 100644
--- a/net/rarp.h
+++ b/net/rarp.h
@@ -1,19 +1,5 @@
-/*
- * (C) Copyright 2000
- * 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: 2000 Wolfgang Denk <wd@denx.de>, DENX Software Engineering */
#ifndef __RARP_H__
#define __RARP_H__