[PATCH] test: strlcat: Fix SPDX license

Sean Anderson seanga2 at gmail.com
Wed Dec 3 21:46:40 CET 2025


When I modified this code I meant to accept the LGPL offer to convert the
license to GPL. However, while there is an LGPL 2.1, the next version of
the GPL after 2.0 is 3.0. Fix the license version

Fixess: c4ac52f55d9 ("test: Add test for strlcat")
Signed-off-by: Sean Anderson <seanga2 at gmail.com>
---

 test/lib/strlcat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lib/strlcat.c b/test/lib/strlcat.c
index d1a0293271b..a3d4eee4795 100644
--- a/test/lib/strlcat.c
+++ b/test/lib/strlcat.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.1+
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2021 Sean Anderson <seanga2 at gmail.com>
  * Copyright (C) 2011-2021 Free Software Foundation, Inc.
-- 
2.37.1

base-commit: 69c8ea98a713f88f4a6ffad9df2a72b1a767f629
branch: strlcat_license


More information about the U-Boot mailing list