From 89ac1ea5a93723080fe0150bca051d1991ba237d Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 20 May 2023 20:21:44 +0100 Subject: build/payload/u-boot: fix wrong attributions only alper and ferass have ownership of this file, but ferass only submitted to it in 2022, not 2021 fix this i've removed myself from the file, for now i never touched this file before, so it's not right that my name be here put alper's name at the top, because alper was the person who created this file first Signed-off-by: Leah Rowe --- resources/scripts/build/payload/u-boot | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/resources/scripts/build/payload/u-boot b/resources/scripts/build/payload/u-boot index e5417bab..39e825c1 100755 --- a/resources/scripts/build/payload/u-boot +++ b/resources/scripts/build/payload/u-boot @@ -2,9 +2,8 @@ # helper script: builds U-Boot source code # -# Copyright (C) 2020, 2021 Leah Rowe -# Copyright (C) 2021, 2022 Ferass El Hafidi # Copyright (C) 2022 Alper Nebi Yasak +# Copyright (C) 2022 Ferass El Hafidi # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,7 +17,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e -- cgit v1.2.1