diff options
Diffstat (limited to 'script/build')
-rwxr-xr-x | script/build/boot/roms | 2 | ||||
-rwxr-xr-x | script/build/boot/roms_helper | 2 | ||||
-rwxr-xr-x | script/build/command/options | 2 | ||||
-rwxr-xr-x | script/build/coreboot/utils | 2 | ||||
-rwxr-xr-x | script/build/grub/payload | 2 | ||||
-rwxr-xr-x | script/build/grub/utils | 2 | ||||
-rwxr-xr-x | script/build/release/roms | 2 | ||||
-rwxr-xr-x | script/build/release/src | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/script/build/boot/roms b/script/build/boot/roms index a1fc5e0d..c0c119b5 100755 --- a/script/build/boot/roms +++ b/script/build/boot/roms @@ -1,6 +1,6 @@ #!/usr/bin/env sh # SPDX-License-Identifier: GPL-3.0-or-later -# SPDX-FileCopyrightText: 2014,2015,2016,2020,2021,2023 Leah Rowe <info@minifree.org> +# SPDX-FileCopyrightText: 2014,2015,2016,2020,2021,2023 Leah Rowe <leah@libreboot.org> # SPDX-FileCopyrightText: 2015 Klemens Nanni <contact@autoboot.org> # SPDX-FileCopyrightText: 2022 Caleb La Grange <thonkpeasant@protonmail.com> # SPDX-FileCopyrightText: 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com> diff --git a/script/build/boot/roms_helper b/script/build/boot/roms_helper index eb6efdbd..7c58c977 100755 --- a/script/build/boot/roms_helper +++ b/script/build/boot/roms_helper @@ -1,6 +1,6 @@ #!/usr/bin/env sh # SPDX-License-Identifier: GPL-3.0-or-later -# SPDX-FileCopyrightText: 2020,2021,2023 Leah Rowe <info@minifree.org> +# SPDX-FileCopyrightText: 2020,2021,2023 Leah Rowe <leah@libreboot.org> # SPDX-FileCopyrightText: 2021,2022 Ferass El Hafidi <vitali64pmemail@protonmail.com> # SPDX-FileCopyrightText: 2022 Caleb La Grange <thonkpeasant@protonmail.com> # SPDX-FileCopyrightText: 2022 Alper Nebi Yasak <alpernebiyasak@gmail.com> diff --git a/script/build/command/options b/script/build/command/options index 1757b0b4..e25daeea 100755 --- a/script/build/command/options +++ b/script/build/command/options @@ -1,6 +1,6 @@ #!/usr/bin/env sh # SPDX-License-Identifier: MIT -# SPDX-FileCopyrightText: 2023 Leah Rowe <info@minifree.org> +# SPDX-FileCopyrightText: 2023 Leah Rowe <leah@libreboot.org> . "include/err.sh" diff --git a/script/build/coreboot/utils b/script/build/coreboot/utils index 04cbba54..8498897a 100755 --- a/script/build/coreboot/utils +++ b/script/build/coreboot/utils @@ -1,6 +1,6 @@ #!/usr/bin/env sh # SPDX-License-Identifier: GPL-3.0-or-later -# SPDX-FileCopyrightText: 2014-2016,2020,2021,2023 Leah Rowe <info@minifree.org> +# SPDX-FileCopyrightText: 2014-2016,2020,2021,2023 Leah Rowe <leah@libreboot.org> [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e diff --git a/script/build/grub/payload b/script/build/grub/payload index 21a5aaeb..b9e5ff75 100755 --- a/script/build/grub/payload +++ b/script/build/grub/payload @@ -1,6 +1,6 @@ #!/usr/bin/env sh # SPDX-License-Identifier: GPL-3.0-or-later -# SPDX-FileCopyrightText: 2014,2015,2020,2021,2023 Leah Rowe <info@minifree.org> +# SPDX-FileCopyrightText: 2014,2015,2020,2021,2023 Leah Rowe <leah@libreboot.org> [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e diff --git a/script/build/grub/utils b/script/build/grub/utils index 5fb6a27c..631277d5 100755 --- a/script/build/grub/utils +++ b/script/build/grub/utils @@ -1,6 +1,6 @@ #!/usr/bin/env sh # SPDX-License-Identifier: GPL-3.0-or-later -# SPDX-FileCopyrightText: 2014, 2015, 2020, 2023 Leah Rowe <info@minifree.org> +# SPDX-FileCopyrightText: 2014, 2015, 2020, 2023 Leah Rowe <leah@libreboot.org> # SPDX-FileCopyrightText: 2015, 2016 Klemens Nanni <contact@autoboot.org> [ "x${DEBUG+set}" = 'xset' ] && set -v diff --git a/script/build/release/roms b/script/build/release/roms index e792268b..b3c76419 100755 --- a/script/build/release/roms +++ b/script/build/release/roms @@ -1,6 +1,6 @@ #!/usr/bin/env sh # SPDX-License-Identifier: GPL-3.0-or-later -# SPDX-FileCopyrightText: 2020,2021,2022,2023 Leah Rowe <info@minifree.org> +# SPDX-FileCopyrightText: 2020,2021,2022,2023 Leah Rowe <leah@libreboot.org> [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e diff --git a/script/build/release/src b/script/build/release/src index a51f9d90..2e80b0c4 100755 --- a/script/build/release/src +++ b/script/build/release/src @@ -1,6 +1,6 @@ #!/usr/bin/env sh # SPDX-License-Identifier: GPL-3.0-or-later -# SPDX-FileCopyrightText: 2020,2021,2023 Leah Rowe <info@minifree.org> +# SPDX-FileCopyrightText: 2020,2021,2023 Leah Rowe <leah@libreboot.org> [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e |