diff options
author | Leah Rowe <leah@libreboot.org> | 2025-04-22 04:01:31 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-04-22 04:01:31 +0100 |
commit | 2bee87cfc26743aa2d9bf2e0509f6ee6e9f4958e (patch) | |
tree | 3c83912d8fc27adc5760d1d861ea7841e75f0f97 /include | |
parent | 4b7ab403c6549f22e8436ecdee89c48effba2279 (diff) |
lib.sh: add missing copyright year
alper made a fix to this file a few hours ago, but
forgot to update the copyright header
i'm doing it for alper, as a courtesy
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/lib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lib.sh b/include/lib.sh index 47b16100..d72f0378 100644 --- a/include/lib.sh +++ b/include/lib.sh @@ -2,6 +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) 2025 Alper Nebi Yasak <alpernebiyasak@gmail.com> export LC_COLLATE=C export LC_ALL=C |