[PATCH v2 3/6] net: nfs: Add licence header
Tom Rini
trini at konsulko.com
Fri Dec 12 15:28:59 CET 2025
On Fri, Dec 12, 2025 at 11:32:26AM +0000, Andrew Goodbody wrote:
> Add the same GPL2+ licence header to the NFS code as appears on other
> NFS related files.
>
> Acked-by: Jerome Forissier <jerome.forissier at linaro.org>
> Signed-off-by: Andrew Goodbody <andrew.goodbody at linaro.org>
> ---
> net/nfs.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/net/nfs.c b/net/nfs.c
> index 537d4c62de267527c85c5b1ddf2cda696f4ebae4..7bae7c78642cb33e5040c44ed9d0378222069923 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
> *
Sigh, I really need to add a check for this to checkpatch.pl. The "+"
style is deprecated by SPDX and should be "or-later". If and only if you
have to v3 this, please update this. Thanks.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20251212/9746d88a/attachment.sig>
More information about the U-Boot
mailing list