summaryrefslogtreecommitdiff
path: root/net/nfs.c
diff options
context:
space:
mode:
authorAndrew Goodbody <[email protected]>2025-12-12 11:32:26 +0000
committerJerome Forissier <[email protected]>2026-01-15 11:09:28 +0100
commit046f553fe872317707055dd308a5f0e4baec910a (patch)
tree3d390944aa3fd827a853c06f66488150fe2f6dbe /net/nfs.c
parent3938ae6457193cd3b0abb8b74957a388a6b3e639 (diff)
net: nfs: Add licence header
Add the same GPL2+ licence header to the NFS code as appears on other NFS related files. Acked-by: Jerome Forissier <[email protected]> Signed-off-by: Andrew Goodbody <[email protected]>
Diffstat (limited to 'net/nfs.c')
-rw-r--r--net/nfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/nfs.c b/net/nfs.c
index 537d4c62de2..7bae7c78642 100644
--- a/net/nfs.c
+++ b/net/nfs.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* NFS support driver - based on etherboot and U-BOOT's tftp.c
*