From: Andrew Goodbody Date: Fri, 12 Dec 2025 11:32:26 +0000 (+0000) Subject: net: nfs: Add licence header X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=046f553fe872317707055dd308a5f0e4baec910a;p=thirdparty%2Fu-boot.git 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 Signed-off-by: Andrew Goodbody --- 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 *