summaryrefslogtreecommitdiff
path: root/net/sntp.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/sntp.c
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/sntp.c')
-rw-r--r--net/sntp.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/net/sntp.c b/net/sntp.c
index b4e6d6439c..45449fd95b 100644
--- a/net/sntp.c
+++ b/net/sntp.c
@@ -1,13 +1,4 @@
-/*
- * 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; version 2.
- *
- * 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-only
#include <common.h>
#include <asm/byteorder.h>