diff options
| author | Sean Anderson <[email protected]> | 2025-12-03 15:46:40 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-04 13:45:30 -0600 |
| commit | a0bf98cedbc6c1b8c32b0ce8e984386d3e5aa48f (patch) | |
| tree | 88c340f7ed9afa57aad1b5dcbf492cb126b43da0 /test | |
| parent | 02aa1a56a7cfcb858973ef8965e54cf539060fd9 (diff) | |
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 <[email protected]>
Diffstat (limited to 'test')
| -rw-r--r-- | test/lib/strlcat.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <[email protected]> * Copyright (C) 2011-2021 Free Software Foundation, Inc. |
