From 1ceeb0ab55b2f54073cec39021b2c6a168d1594c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 10 Sep 2026 17:45:11 +0100 Subject: [PATCH] update lbmk headers i made several modificatinos to several files thus for in 2026, in the main part of the build system. i've added 2026 to the ones that i modified. Signed-off-by: Leah Rowe --- include/get.sh | 2 +- include/init.sh | 2 +- include/lib.sh | 2 +- include/vendor.sh | 2 +- mk | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/get.sh b/include/get.sh index 716b7bb3..e2576fae 100644 --- a/include/get.sh +++ b/include/get.sh @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-3.0-or-later -# Copyright (c) 2020-2021,2023-2025 Leah Rowe +# Copyright (c) 2020-2021,2023-2026 Leah Rowe # Copyright (c) 2022 Caleb La Grange url="" diff --git a/include/init.sh b/include/init.sh index b25d9bdd..9d7bbd41 100644 --- a/include/init.sh +++ b/include/init.sh @@ -2,7 +2,7 @@ # Copyright (c) 2022 Caleb La Grange # Copyright (c) 2022 Ferass El Hafidi -# Copyright (c) 2020-2025 Leah Rowe +# Copyright (c) 2020-2026 Leah Rowe # Copyright (c) 2025 Alper Nebi Yasak export LANG=C.UTF-8 diff --git a/include/lib.sh b/include/lib.sh index 840c5cf5..61093758 100644 --- a/include/lib.sh +++ b/include/lib.sh @@ -2,7 +2,7 @@ # Copyright (c) 2022 Caleb La Grange # Copyright (c) 2022 Ferass El Hafidi -# Copyright (c) 2020-2025 Leah Rowe +# Copyright (c) 2020-2026 Leah Rowe # Copyright (c) 2025 Alper Nebi Yasak cbfstool="elf/coreboot/default/cbfstool" diff --git a/include/vendor.sh b/include/vendor.sh index 8076d9ab..97556f3b 100644 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -2,7 +2,7 @@ # Copyright (c) 2022 Caleb La Grange # Copyright (c) 2022 Ferass El Hafidi -# Copyright (c) 2023-2025 Leah Rowe +# Copyright (c) 2023-2026 Leah Rowe # These are variables and functions, extending the functionality of # inject.sh, to be used with lbmk; they are kept separate here, so that diff --git a/mk b/mk index 831aad62..cd39a3ee 100755 --- a/mk +++ b/mk @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later -# Copyright (c) 2020-2025 Leah Rowe +# Copyright (c) 2020-2026 Leah Rowe # Copyright (c) 2022 Caleb La Grange set -u -e