aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/git-resolve.sh
diff options
context:
space:
mode:
authorSasha Levin <[email protected]>2025-04-21 13:59:15 +0000
committerGreg Kroah-Hartman <[email protected]>2025-04-25 13:54:24 +0000
commitd0fd663a0b0a64436a92ef8321de5e9d049b6e04 (patch)
tree88e46e2f73378ab7523ac07194ee2cb347803d06 /scripts/git-resolve.sh
parentmisc: cardreader: Return -EBUSY if regions are busy (diff)
downloadkernel-d0fd663a0b0a64436a92ef8321de5e9d049b6e04.tar.gz
kernel-d0fd663a0b0a64436a92ef8321de5e9d049b6e04.zip
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
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 <[email protected]>
usage() {
echo "Usage: $(basename "$0") [--selftest] [--force] <commit-id> [commit-subject]"