summaryrefslogtreecommitdiff
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
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>
-rwxr-xr-xcheckversion2
-rw-r--r--config/grub/config/AUTHORS2
-rwxr-xr-xinclude/err.sh2
-rwxr-xr-xlbmk2
-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
-rw-r--r--util/nvmutil/COPYING2
-rw-r--r--util/nvmutil/Makefile2
-rw-r--r--util/nvmutil/nvmutil.c2
19 files changed, 19 insertions, 19 deletions
diff --git a/checkversion b/checkversion
index 28d8d77a..b7193fc9 100755
--- a/checkversion
+++ b/checkversion
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
# SPDX-License-Identifier: GPL-3.0-or-later
-# SPDX-FileCopyrightText: 2021 Leah Rowe <info@minifree.org>
+# SPDX-FileCopyrightText: 2021 Leah Rowe <leah@libreboot.org>
[ "x${DEBUG+set}" = 'xset' ] && set -v
set -u
diff --git a/config/grub/config/AUTHORS b/config/grub/config/AUTHORS
index 6a93c613..542739ce 100644
--- a/config/grub/config/AUTHORS
+++ b/config/grub/config/AUTHORS
@@ -1,2 +1,2 @@
-Copyright (C) 2014, 2015, 2016, 2020, 2021 Leah Rowe <info@minifree.org>
+Copyright (C) 2014, 2015, 2016, 2020, 2021, 2023 Leah Rowe <leah@libreboot.org>
Copyright (C) 2015 Klemens Nanni <contact@autoboot.org>
diff --git a/include/err.sh b/include/err.sh
index 94d2e540..96252534 100755
--- a/include/err.sh
+++ b/include/err.sh
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
-# SPDX-FileCopyrightText: 2022, 2023 Leah Rowe <info@minifree.org>
+# SPDX-FileCopyrightText: 2022, 2023 Leah Rowe <leah@libreboot.org>
err()
{
diff --git a/lbmk b/lbmk
index c8259318..eac6afca 100755
--- a/lbmk
+++ b/lbmk
@@ -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>
# SPDX-FileCopyrightText: 2015 Patrick "P. J." McDermott <pj@pehjota.net>
# SPDX-FileCopyrightText: 2015, 2016 Klemens Nanni <contact@autoboot.org>
# SPDX-FileCopyrightText: 2022, Caleb La Grange <thonkpeasant@protonmail.com>
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>
diff --git a/util/nvmutil/COPYING b/util/nvmutil/COPYING
index 17374089..784581dd 100644
--- a/util/nvmutil/COPYING
+++ b/util/nvmutil/COPYING
@@ -1,4 +1,4 @@
-Copyright (C) 2022 Leah Rowe <info@minifree.org>
+Copyright (C) 2022, 2023 Leah Rowe <leah@libreboot.org>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile
index a69c0f0e..efcab724 100644
--- a/util/nvmutil/Makefile
+++ b/util/nvmutil/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for nvmutils
#
-# Copyright (C) 2022 Leah Rowe <info@minifree.org>
+# Copyright (C) 2022 Leah Rowe <leah@libreboot.org>
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c
index c133c821..4e689379 100644
--- a/util/nvmutil/nvmutil.c
+++ b/util/nvmutil/nvmutil.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2022, 2023 Leah Rowe <info@minifree.org> */
+/* Copyright (c) 2022, 2023 Leah Rowe <leah@libreboot.org> */
/* SPDX-License-Identifier: MIT */
#include <sys/stat.h>