From: Sasha Levin Date: Mon, 21 Apr 2025 13:59:15 +0000 (-0400) Subject: git-resolve: add SPDX and copyright line X-Git-Tag: v6.16-rc1~30^2~58 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d0fd663a0b0a64436a92ef8321de5e9d049b6e04;p=linux-block.git git-resolve: add SPDX and copyright line I forgot to include it when I've originally submitted the script. Fixes: 7ae52a3d7f51 ("scripts: Add git-resolve tool for full SHA-1 resolution") Signed-off-by: Sasha Levin Link: https://lore.kernel.org/r/20250421135915.1915062-1-sashal@kernel.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/scripts/git-resolve.sh b/scripts/git-resolve.sh index 204a8c9bd4ea..e9b5940c0f28 100755 --- a/scripts/git-resolve.sh +++ b/scripts/git-resolve.sh @@ -1,4 +1,6 @@ #!/bin/bash +# SPDX-License-Identifier: GPL-2.0 +# (c) 2025, Sasha Levin usage() { echo "Usage: $(basename "$0") [--selftest] [--force] [commit-subject]"