diff options
Diffstat (limited to 'scripts/git-resolve.sh')
-rwxr-xr-x | scripts/git-resolve.sh | 2 |
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]" |