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 | |
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')
-rw-r--r-- | include/lib.sh | 2 | ||||
-rw-r--r-- | include/rom.sh | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/include/rom.sh b/include/rom.sh index 60980d22..a53a6d8c 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-or-later -# Copyright (c) 2014-2016,2020-2021,2023-2024 Leah Rowe <leah@libreboot.org> +# Copyright (c) 2014-2016,2020-2021,2023-2025 Leah Rowe <leah@libreboot.org> # Copyright (c) 2021-2022 Ferass El Hafidi <vitali64pmemail@protonmail.com> # Copyright (c) 2022 Caleb La Grange <thonkpeasant@protonmail.com> # Copyright (c) 2022-2023 Alper Nebi Yasak <alpernebiyasak@gmail.com> |