From 3acac465368d93005f67f749e372d0df4df876b3 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 6 May 2024 16:13:13 +0100 Subject: [PATCH] err.sh: correct copyright info i replaced 2022, 2023 with 2022, 2024 when updating the years, as per modifications, but the 2023 copyright doesn't become invalidated change it to 2022-2024 instead, which is correct Signed-off-by: Leah Rowe --- include/err.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/err.sh b/include/err.sh index 73d3b75..9f0ccb5 100755 --- a/include/err.sh +++ b/include/err.sh @@ -1,5 +1,5 @@ # SPDX-License-Identifier: MIT -# SPDX-FileCopyrightText: 2022, 2024 Leah Rowe +# SPDX-FileCopyrightText: 2022-2024 Leah Rowe export LC_COLLATE=C export LC_ALL=C