summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-01-03 13:05:39 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-01-05 08:58:44 +0100
commit79cd45e6eb62c0599d82c768fbfe226eaf750340 (patch)
tree3bb72270216d98f68dac7b7e509c69b6941f73b8 /net
parentb6293058f50c12231940c9fe72971e66bb106023 (diff)
downloadbarebox-79cd45e6eb62c0599d82c768fbfe226eaf750340.tar.gz
barebox-79cd45e6eb62c0599d82c768fbfe226eaf750340.tar.xz
treewide: add SPDX-License-Identifier for files without explicit license
Record GPL-2.0-only as license for all files lacking an explicit license statement. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220103120539.1730644-12-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'net')
-rw-r--r--net/nfs.c2
-rw-r--r--net/ping.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/net/nfs.c b/net/nfs.c
index 591417e0de..9bd0b8f05f 100644
--- a/net/nfs.c
+++ b/net/nfs.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: GPL-2.0-only
+
/*
* NFS support driver - based on etherboot and barebox's tftp.c
*
diff --git a/net/ping.c b/net/ping.c
index a71f59a805..7b319e532e 100644
--- a/net/ping.c
+++ b/net/ping.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: GPL-2.0-only
+
#include <common.h>
#include <command.h>
#include <clock.h>