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 /script | |
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 'script')
-rwxr-xr-x | script/update/trees | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/update/trees b/script/update/trees index e4db1872..68e4a9f3 100755 --- a/script/update/trees +++ b/script/update/trees @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-FileCopyrightText: 2022-2023 Alper Nebi Yasak <alpernebiyasak@gmail.com> # SPDX-FileCopyrightText: 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com> -# SPDX-FileCopyrightText: 2023 Leah Rowe <leah@libreboot.org> +# SPDX-FileCopyrightText: 2023-2024 Leah Rowe <leah@libreboot.org> set -u -e |