summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-09-25 02:27:26 +0100
committerLeah Rowe <leah@libreboot.org>2023-09-25 02:27:26 +0100
commit208620198c79c9645690968d9e085a6769fe1213 (patch)
tree1b25b7f48ffd7008db267f860f976301fd294dad /script
parentcc1642096e32f2f71a30ca6adc7fed882786966e (diff)
Update email address for Leah Rowe copyrights
also, some of them were out of date; years now updated. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/build/boot/roms2
-rwxr-xr-xscript/build/boot/roms_helper2
-rwxr-xr-xscript/build/command/options2
-rwxr-xr-xscript/build/coreboot/utils2
-rwxr-xr-xscript/build/grub/payload2
-rwxr-xr-xscript/build/grub/utils2
-rwxr-xr-xscript/build/release/roms2
-rwxr-xr-xscript/build/release/src2
-rwxr-xr-xscript/handle/make/file2
-rwxr-xr-xscript/update/blobs/download2
-rwxr-xr-xscript/update/blobs/inject2
-rwxr-xr-xscript/update/project/trees2
12 files changed, 12 insertions, 12 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
diff --git a/script/handle/make/file b/script/handle/make/file
index 7401c41f..3d485ea2 100755
--- a/script/handle/make/file
+++ b/script/handle/make/file
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
# SPDX-License-Identifier: GPL-3.0-or-later
-# SPDX-FileCopyrightText: 2023 Leah Rowe <info@minifree.org>
+# SPDX-FileCopyrightText: 2023 Leah Rowe <leah@libreboot.org>
[ "x${DEBUG+set}" = 'xset' ] && set -v
set -u -e
diff --git a/script/update/blobs/download b/script/update/blobs/download
index d9a745d9..3674bfb7 100755
--- a/script/update/blobs/download
+++ b/script/update/blobs/download
@@ -2,7 +2,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: 2023 Leah Rowe <info@minifree.org>
+# SPDX-FileCopyrightText: 2023 Leah Rowe <leah@libreboot.org>
. "include/err.sh"
. "include/defconfig.sh"
diff --git a/script/update/blobs/inject b/script/update/blobs/inject
index 660815cc..aae7b0cc 100755
--- a/script/update/blobs/inject
+++ b/script/update/blobs/inject
@@ -2,7 +2,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: 2023 Leah Rowe <info@minifree.org>
+# SPDX-FileCopyrightText: 2023 Leah Rowe <leah@libreboot.org>
. "include/err.sh"
. "include/defconfig.sh"
diff --git a/script/update/project/trees b/script/update/project/trees
index c1470e59..5c1609c3 100755
--- a/script/update/project/trees
+++ b/script/update/project/trees
@@ -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>
# SPDX-FileCopyrightText: 2022 Alper Nebi Yasak <alpernebiyasak@gmail.com>
# SPDX-FileCopyrightText: 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com>