diff options
author | Leah Rowe <leah@libreboot.org> | 2024-01-01 17:08:38 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-01-01 17:08:38 +0000 |
commit | 535c9007fdc3b81fc045fa194e68030ebe86a58e (patch) | |
tree | 5f046f861fe643e82ebc84f0ea63866838c8d090 /include/option.sh | |
parent | cea88fa827c00ef13c51c81b0e60c74019591ba3 (diff) |
add copyright 2024 leah rowe to edited files
i forgot to add 2024 on the copyright years, for my
copyright files that i edited on 1 january 2024
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/option.sh')
-rwxr-xr-x | include/option.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/option.sh b/include/option.sh index 2136cf4d..c2f4fef5 100755 --- a/include/option.sh +++ b/include/option.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-3.0-only # SPDX-FileCopyrightText: 2022 Caleb La Grange <thonkpeasant@protonmail.com> # SPDX-FileCopyrightText: 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com> -# SPDX-FileCopyrightText: 2020-2023 Leah Rowe <leah@libreboot.org> +# SPDX-FileCopyrightText: 2020-2024 Leah Rowe <leah@libreboot.org> vendir="vendorfiles" appdir="${vendir}/app" |