summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-10 17:45:11 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-10 17:45:11 +0100
commit1ceeb0ab55b2f54073cec39021b2c6a168d1594c (patch)
tree256c571d8758f6c80890dd67dc097764a299e3e4
parentbb4c03879448d41fa3f34c13a8b78a4e9913b93a (diff)
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 <leah@libreboot.org>
-rw-r--r--include/get.sh2
-rw-r--r--include/init.sh2
-rw-r--r--include/lib.sh2
-rw-r--r--include/vendor.sh2
-rwxr-xr-xmk2
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 <leah@libreboot.org>
+# Copyright (c) 2020-2021,2023-2026 Leah Rowe <leah@libreboot.org>
# Copyright (c) 2022 Caleb La Grange <thonkpeasant@protonmail.com>
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 <thonkpeasant@protonmail.com>
# Copyright (c) 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com>
-# Copyright (c) 2020-2025 Leah Rowe <leah@libreboot.org>
+# Copyright (c) 2020-2026 Leah Rowe <leah@libreboot.org>
# Copyright (c) 2025 Alper Nebi Yasak <alpernebiyasak@gmail.com>
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 <thonkpeasant@protonmail.com>
# Copyright (c) 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com>
-# Copyright (c) 2020-2025 Leah Rowe <leah@libreboot.org>
+# Copyright (c) 2020-2026 Leah Rowe <leah@libreboot.org>
# Copyright (c) 2025 Alper Nebi Yasak <alpernebiyasak@gmail.com>
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 <thonkpeasant@protonmail.com>
# Copyright (c) 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com>
-# Copyright (c) 2023-2025 Leah Rowe <leah@libreboot.org>
+# Copyright (c) 2023-2026 Leah Rowe <leah@libreboot.org>
# 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 <leah@libreboot.org>
+# Copyright (c) 2020-2026 Leah Rowe <leah@libreboot.org>
# Copyright (c) 2022 Caleb La Grange <thonkpeasant@protonmail.com>
set -u -e