2018-10-07 03:58:27 +02:00
|
|
|
#!/usr/bin/env bash
|
2018-01-04 21:31:29 +01:00
|
|
|
##
|
util/: Replace GPLv2 boiler plate with SPDX header
Used commands:
perl -i -p0e 's|\/\*[\s*]*.*is free software[:;][\s*]*you[\s*]*can[\s*]*redistribute[\s*]*it[\s*]*and\/or[\s*]*modify[\s*]*it[\s*]*under[\s*]*the[\s*]*terms[\s*]*of[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*as[\s*]*published[\s*]*by[\s*]*the[\s*]*Free[\s*]*Software[\s*]*Foundation[;,][\s*]*version[\s*]*2[\s*]*of[\s*]*the[\s*]*License.[\s*]*This[\s*]*program[\s*]*is[\s*]*distributed[\s*]*in[\s*]*the[\s*]*hope[\s*]*that[\s*]*it[\s*]*will[\s*]*be[\s*]*useful,[\s*]*but[\s*]*WITHOUT[\s*]*ANY[\s*]*WARRANTY;[\s*]*without[\s*]*even[\s*]*the[\s*]*implied[\s*]*warranty[\s*]*of[\s*]*MERCHANTABILITY[\s*]*or[\s*]*FITNESS[\s*]*FOR[\s*]*A[\s*]*PARTICULAR[\s*]*PURPOSE.[\s*]*See[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*for[\s*]*more[\s*]*details.[\s*]*\*\/|/* SPDX-License-Identifier: GPL-2.0-only */|' $(cat filelist)
perl -i -p0e 's|This[\s*]*program[\s*]*is[\s*]*free[\s*]*software[:;][\s*]*you[\s*]*can[\s*]*redistribute[\s*]*it[\s*]*and/or[\s*]*modify[\s*]*it[\s*]*under[\s*]*the[\s*]*terms[\s*]*of[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*as[\s*]*published[\s*]*by[\s*]*the[\s*]*Free[\s*]*Software[\s*]*Foundation[;,][\s*]*either[\s*]*version[\s*]*2[\s*]*of[\s*]*the[\s*]*License,[\s*]*or[\s*]*.at[\s*]*your[\s*]*option.*[\s*]*any[\s*]*later[\s*]*version.[\s*]*This[\s*]*program[\s*]*is[\s*]*distributed[\s*]*in[\s*]*the[\s*]*hope[\s*]*that[\s*]*it[\s*]*will[\s*]*be[\s*]*useful,[\s*]*but[\s*]*WITHOUT[\s*]*ANY[\s*]*WARRANTY;[\s*]*without[\s*]*even[\s*]*the[\s*]*implied[\s*]*warranty[\s*]*of[\s*]*MERCHANTABILITY[\s*]*or[\s*]*FITNESS[\s*]*FOR[\s*]*A[\s*]*PARTICULAR[\s*]*PURPOSE.[\s*]*See[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*for[\s*]*more[\s*]*details.[\s*]*\*\/|/* SPDX-License-Identifier: GPL-2.0-or-later */|' $(cat filelist)
perl -i -p0e 's|\/\*[\s*]*.*This[\s*#]*program[\s*#]*is[\s*#]*free[\s*#]*software[;:,][\s*#]*you[\s*#]*can[\s*#]*redistribute[\s*#]*it[\s*#]*and/or[\s*#]*modify[\s*#]*it[\s*#]*under[\s*#]*the[\s*#]*terms[\s*#]*of[\s*#]*the[\s*#]*GNU[\s*#]*General[\s*#]*Public[\s*#]*License[\s*#]*as[\s*#]*published[\s*#]*by[\s*#]*the[\s*#]*Free[\s*#]*Software[\s*#]*Foundation[;:,][\s*#]*either[\s*#]*version[\s*#]*3[\s*#]*of[\s*#]*the[\s*#]*License[;:,][\s*#]*or[\s*#]*.at[\s*#]*your[\s*#]*option.*[\s*#]*any[\s*#]*later[\s*#]*version.[\s*#]*This[\s*#]*program[\s*#]*is[\s*#]*distributed[\s*#]*in[\s*#]*the[\s*#]*hope[\s*#]*that[\s*#]*it[\s*#]*will[\s*#]*be[\s*#]*useful[;:,][\s*#]*but[\s*#]*WITHOUT[\s*#]*ANY[\s*#]*WARRANTY[;:,][\s*#]*without[\s*#]*even[\s*#]*the[\s*#]*implied[\s*#]*warranty[\s*#]*of[\s*#]*MERCHANTABILITY[\s*#]*or[\s*#]*FITNESS[\s*#]*FOR[\s*#]*A[\s*#]*PARTICULAR[\s*#]*PURPOSE.[\s*#]*See[\s*#]*the[\s*#]*GNU[\s*#]*General[\s*#]*Public[\s*#]*License[\s*#]*for[\s*#]*more[\s*#]*details.[\s*]*\*\/|/* SPDX-License-Identifier: GPL-3.0-or-later */|' $(cat filelist)
perl -i -p0e 's|(\#\#*)[\w]*.*is free software[:;][\#\s]*you[\#\s]*can[\#\s]*redistribute[\#\s]*it[\#\s]*and\/or[\#\s]*modify[\#\s]*it[\s\#]*under[\s \#]*the[\s\#]*terms[\s\#]*of[\s\#]*the[\s\#]*GNU[\s\#]*General[\s\#]*Public[\s\#]*License[\s\#]*as[\s\#]*published[\s\#]*by[\s\#]*the[\s\#]*Free[\s\#]*Software[\s\#]*Foundation[;,][\s\#]*version[\s\#]*2[\s\#]*of[\s\#]*the[\s\#]*License.*[\s\#]*This[\s\#]*program[\s\#]*is[\s\#]*distributed[\s\#]*in[\s\#]*the[\s\#]*hope[\s\#]*that[\s\#]*it[\s\#]*will[\#\s]*be[\#\s]*useful,[\#\s]*but[\#\s]*WITHOUT[\#\s]*ANY[\#\s]*WARRANTY;[\#\s]*without[\#\s]*even[\#\s]*the[\#\s]*implied[\#\s]*warranty[\#\s]*of[\#\s]*MERCHANTABILITY[\#\s]*or[\#\s]*FITNESS[\#\s]*FOR[\#\s]*A[\#\s]*PARTICULAR[\#\s]*PURPOSE.[\#\s]*See[\#\s]*the[\#\s]*GNU[\#\s]*General[\#\s]*Public[\#\s]*License[\#\s]*for[\#\s]*more[\#\s]*details.\s(#* *\n)*|\1 SPDX-License-Identifier: GPL-2.0-only\n\n|' $(cat filelist)
perl -i -p0e 's|(\#\#*)[\w*]*.*is free software[:;][\s*]*you[\s*]*can[\s*]*redistribute[\s*]*it[\s*]*and\/or[\s*]*modify[\s*]*it[\s*]*under[\s*]*the[\s*]*terms[\s*]*of[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*as[\s*]*published[\s*]*by[\s*]*the[\s*]*Free[\s*]*Software[\s*]*Foundation[;,][\s*]*version[\s*]*2[\s*]*of[\s*]*the[\s*]*License.[\s*]*This[\s*]*program[\s*]*is[\s*]*distributed[\s*]*in[\s*]*the[\s*]*hope[\s*]*that[\s*]*it[\s*]*will[\s*]*be[\s*]*useful,[\s*]*but[\s*]*WITHOUT[\s*]*ANY[\s*]*WARRANTY;[\s*]*without[\s*]*even[\s*]*the[\s*]*implied[\s*]*warranty[\s*]*of[\s*]*MERCHANTABILITY[\s*]*or[\s*]*FITNESS[\s*]*FOR[\s*]*A[\s*]*PARTICULAR[\s*]*PURPOSE.[\s*]*See[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*for[\s*]*more[\s*]*details.\s(#* *\n)*|\1 SPDX-License-Identifier: GPL-2.0-only\n\n|' $(cat filelist)
Change-Id: I1008a63b804f355a916221ac994701d7584f60ff
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41177
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-05-08 20:48:04 +02:00
|
|
|
## SPDX-License-Identifier: GPL-2.0-only
|
2018-01-04 21:31:29 +01:00
|
|
|
|
2018-01-04 16:16:23 +01:00
|
|
|
# In the hooks, use the same `make` tool as used when running `make gitconfig`,
|
|
|
|
# e.g. `remake gitconfig` will set `remake` to be run by the hooks.
|
|
|
|
MAKE="${1:-make}"
|
|
|
|
|
2018-01-13 18:05:31 +01:00
|
|
|
if ! { cdup="$(git rev-parse --show-cdup 2>/dev/null)" && [ -z "${cdup}" ]; }
|
|
|
|
then
|
|
|
|
echo "Error: Not in root of a git repository"
|
2017-12-13 23:21:33 +01:00
|
|
|
exit 1
|
|
|
|
fi
|
2018-01-13 18:05:31 +01:00
|
|
|
coreboot_hooks=$(git rev-parse --git-path hooks)
|
|
|
|
mkdir -p "${coreboot_hooks}"
|
2017-12-13 23:21:33 +01:00
|
|
|
for hook in commit-msg pre-commit ; do
|
2018-01-13 18:05:31 +01:00
|
|
|
if [ util/gitconfig/${hook} -nt "${coreboot_hooks}/${hook}" ] \
|
|
|
|
|| [ ! -x "${coreboot_hooks}/${hook}" ]
|
|
|
|
then
|
2018-01-04 16:16:23 +01:00
|
|
|
sed -e "s,%MAKE%,${MAKE},g" util/gitconfig/$hook \
|
2018-01-13 18:05:31 +01:00
|
|
|
> "${coreboot_hooks}/${hook}"
|
|
|
|
chmod +x "${coreboot_hooks}/${hook}"
|
2017-12-13 23:21:33 +01:00
|
|
|
fi
|
|
|
|
done
|
|
|
|
# Now set up the hooks for 3rdparty/
|
2018-01-13 18:05:31 +01:00
|
|
|
for submodule in 3rdparty/blobs libhwbase libgfxinit; do
|
|
|
|
hooks=$(git -C "$(git config --file .gitmodules --get \
|
|
|
|
submodule.${submodule}.path)" rev-parse --git-path hooks)
|
|
|
|
if [ -d "${hooks}" ]; then
|
|
|
|
if [ util/gitconfig/commit-msg -nt "${hooks}/commit-msg" ] \
|
|
|
|
|| [ ! -x "${hooks}/commit-msg" ]
|
|
|
|
then
|
2018-01-04 16:16:23 +01:00
|
|
|
sed -e "s,%MAKE%,${MAKE},g" util/gitconfig/commit-msg \
|
2018-01-13 18:05:31 +01:00
|
|
|
> "${hooks}/commit-msg"
|
|
|
|
chmod +x "${hooks}/commit-msg"
|
2017-12-13 23:21:33 +01:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
for d in 3rdparty/{blobs,libhwbase,libgfxinit}; do
|
|
|
|
if [ -d $d ]; then
|
|
|
|
(cd $d || exit 1
|
|
|
|
git config remote.origin.push HEAD:refs/for/master)
|
|
|
|
fi
|
|
|
|
done
|
2018-01-13 19:48:38 +01:00
|
|
|
|
2017-12-13 23:21:33 +01:00
|
|
|
git config remote.origin.push HEAD:refs/for/master
|
2018-01-13 19:48:38 +01:00
|
|
|
git config alias.sup "!git submodule update --remote --rebase && \
|
|
|
|
git submodule update --init --checkout"
|
|
|
|
|
2018-01-13 19:52:18 +01:00
|
|
|
git config alias.sup-destroy "!git submodule deinit --all --force; \
|
|
|
|
git submodule update --init --checkout"
|
2018-01-13 19:48:38 +01:00
|
|
|
|
2018-01-13 20:27:45 +01:00
|
|
|
{ git config --includes user.name && \
|
|
|
|
git config --includes user.email; } >/dev/null || \
|
2018-01-13 20:49:33 +01:00
|
|
|
{ cat <<-EOMSG
|
|
|
|
Please configure your name and email in git:
|
|
|
|
|
|
|
|
git config --global user.name "Your Name Comes Here"
|
|
|
|
git config --global user.email your.email@example.com
|
|
|
|
EOMSG
|
2018-01-13 20:27:45 +01:00
|
|
|
exit 1; }
|