summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-05-20 20:21:44 +0100
committerLeah Rowe <leah@libreboot.org>2023-05-20 20:32:40 +0100
commit89ac1ea5a93723080fe0150bca051d1991ba237d (patch)
tree4ff0602dc3e8f9ae07c4eb2ffb3a336acadb206e
parentc973b959092626e90ed8929d15c5b20e50ab5e9e (diff)
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 <leah@libreboot.org>
-rwxr-xr-xresources/scripts/build/payload/u-boot4
1 files changed, 1 insertions, 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 <info@minifree.org>
-# Copyright (C) 2021, 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com>
# Copyright (C) 2022 Alper Nebi Yasak <alpernebiyasak@gmail.com>
+# Copyright (C) 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com>
#
# 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 <http://www.gnu.org/licenses/>.
-#
[ "x${DEBUG+set}" = 'xset' ] && set -v
set -u -e