From: Sean Anderson Date: Wed, 3 Dec 2025 20:46:40 +0000 (-0500) Subject: test: strlcat: Fix SPDX license X-Git-Tag: v2026.01-rc4~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0bf98cedbc6c1b8c32b0ce8e984386d3e5aa48f;p=thirdparty%2Fu-boot.git test: strlcat: Fix SPDX license 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 --- 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 * Copyright (C) 2011-2021 Free Software Foundation, Inc.