diff options
author | Leah Rowe <leah@libreboot.org> | 2025-01-02 18:33:55 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-01-02 18:33:55 +0000 |
commit | 8276560cc998e8eb1f935cbbe7551d2fbdc65d39 (patch) | |
tree | 0b655fe5797ab50b9086924dd200c3a3e80f1c37 /include/lib.sh | |
parent | 08e86d2218c0804f3628c39c67fa8677cbc75067 (diff) |
lib.sh and rom.sh: update my header
i made modifications to them in 2025, so
update them to 2025
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/lib.sh')
-rw-r--r-- | include/lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lib.sh b/include/lib.sh index 0af8db49..5a32d592 100644 --- a/include/lib.sh +++ b/include/lib.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-3.0-only # Copyright (c) 2022 Caleb La Grange <thonkpeasant@protonmail.com> # Copyright (c) 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com> -# Copyright (c) 2020-2024 Leah Rowe <leah@libreboot.org> +# Copyright (c) 2020-2025 Leah Rowe <leah@libreboot.org> export LC_COLLATE=C export LC_ALL=C |