From 208620198c79c9645690968d9e085a6769fe1213 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 25 Sep 2023 02:27:26 +0100 Subject: Update email address for Leah Rowe copyrights also, some of them were out of date; years now updated. Signed-off-by: Leah Rowe --- checkversion | 2 +- config/grub/config/AUTHORS | 2 +- include/err.sh | 2 +- lbmk | 2 +- script/build/boot/roms | 2 +- script/build/boot/roms_helper | 2 +- script/build/command/options | 2 +- script/build/coreboot/utils | 2 +- script/build/grub/payload | 2 +- script/build/grub/utils | 2 +- script/build/release/roms | 2 +- script/build/release/src | 2 +- script/handle/make/file | 2 +- script/update/blobs/download | 2 +- script/update/blobs/inject | 2 +- script/update/project/trees | 2 +- util/nvmutil/COPYING | 2 +- util/nvmutil/Makefile | 2 +- util/nvmutil/nvmutil.c | 2 +- 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 +# SPDX-FileCopyrightText: 2021 Leah Rowe [ "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 +Copyright (C) 2014, 2015, 2016, 2020, 2021, 2023 Leah Rowe Copyright (C) 2015 Klemens Nanni 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 +# SPDX-FileCopyrightText: 2022, 2023 Leah Rowe 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 +# SPDX-FileCopyrightText: 2014,2015,2020,2021,2023 Leah Rowe # SPDX-FileCopyrightText: 2015 Patrick "P. J." McDermott # SPDX-FileCopyrightText: 2015, 2016 Klemens Nanni # SPDX-FileCopyrightText: 2022, Caleb La Grange 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 +# SPDX-FileCopyrightText: 2014,2015,2016,2020,2021,2023 Leah Rowe # SPDX-FileCopyrightText: 2015 Klemens Nanni # SPDX-FileCopyrightText: 2022 Caleb La Grange # SPDX-FileCopyrightText: 2022 Ferass El Hafidi 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 +# SPDX-FileCopyrightText: 2020,2021,2023 Leah Rowe # SPDX-FileCopyrightText: 2021,2022 Ferass El Hafidi # SPDX-FileCopyrightText: 2022 Caleb La Grange # SPDX-FileCopyrightText: 2022 Alper Nebi Yasak 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 +# SPDX-FileCopyrightText: 2023 Leah Rowe . "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 +# SPDX-FileCopyrightText: 2014-2016,2020,2021,2023 Leah Rowe [ "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 +# SPDX-FileCopyrightText: 2014,2015,2020,2021,2023 Leah Rowe [ "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 +# SPDX-FileCopyrightText: 2014, 2015, 2020, 2023 Leah Rowe # SPDX-FileCopyrightText: 2015, 2016 Klemens Nanni [ "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 +# SPDX-FileCopyrightText: 2020,2021,2022,2023 Leah Rowe [ "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 +# SPDX-FileCopyrightText: 2020,2021,2023 Leah Rowe [ "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 +# SPDX-FileCopyrightText: 2023 Leah Rowe [ "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 # SPDX-FileCopyrightText: 2022 Ferass El Hafidi -# SPDX-FileCopyrightText: 2023 Leah Rowe +# SPDX-FileCopyrightText: 2023 Leah Rowe . "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 # SPDX-FileCopyrightText: 2022 Ferass El Hafidi -# SPDX-FileCopyrightText: 2023 Leah Rowe +# SPDX-FileCopyrightText: 2023 Leah Rowe . "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 +# SPDX-FileCopyrightText: 2014-2016,2020,2021,2023 Leah Rowe # SPDX-FileCopyrightText: 2022 Alper Nebi Yasak # SPDX-FileCopyrightText: 2022 Ferass El Hafidi 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 +Copyright (C) 2022, 2023 Leah Rowe 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 +# Copyright (C) 2022 Leah Rowe # # 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 */ +/* Copyright (c) 2022, 2023 Leah Rowe */ /* SPDX-License-Identifier: MIT */ #include -- cgit v1.2.1