summaryrefslogtreecommitdiff
path: root/scripts/git-resolve.sh
diff options
context:
space:
mode:
authorSasha Levin <sashal@kernel.org>2025-04-21 09:59:15 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-04-25 15:54:24 +0200
commitd0fd663a0b0a64436a92ef8321de5e9d049b6e04 (patch)
tree88e46e2f73378ab7523ac07194ee2cb347803d06 /scripts/git-resolve.sh
parent93bb9e5c02c59198e8a0216eb895ceb9e20bb52f (diff)
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 <sashal@kernel.org> Link: https://lore.kernel.org/r/20250421135915.1915062-1-sashal@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/git-resolve.sh')
-rwxr-xr-xscripts/git-resolve.sh2
1 files changed, 2 insertions, 0 deletions
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 <sashal@kernel.org>
usage() {
echo "Usage: $(basename "$0") [--selftest] [--force] <commit-id> [commit-subject]"