diff options
-rwxr-xr-x | include/git.sh | 2 | ||||
-rwxr-xr-x | include/option.sh | 2 | ||||
-rwxr-xr-x | script/update/trees | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/git.sh b/include/git.sh index 10e63dd6..14fb2dc1 100755 --- a/include/git.sh +++ b/include/git.sh @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-or-later -# SPDX-FileCopyrightText: 2020,2021,2023 Leah Rowe <leah@libreboot.org> +# SPDX-FileCopyrightText: 2020,2021,2023,2024 Leah Rowe <leah@libreboot.org> # SPDX-FileCopyrightText: 2022 Caleb La Grange <thonkpeasant@protonmail.com> # This file is only used by update/project/trees 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" 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 |