test: strlcat: Fix SPDX license
authorSean Anderson <seanga2@gmail.com>
Wed, 3 Dec 2025 20:46:40 +0000 (15:46 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 4 Dec 2025 19:45:30 +0000 (13:45 -0600)
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@gmail.com>
test/lib/strlcat.c

index d1a0293..a3d4eee 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.1+
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2021 Sean Anderson <seanga2@gmail.com>
  * Copyright (C) 2011-2021 Free Software Foundation, Inc.