mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
git-resolve: add SPDX and copyright line
I forgot to include it when I've originally submitted the script.
Fixes: 7ae52a3d7f
("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>
This commit is contained in:
parent
93bb9e5c02
commit
d0fd663a0b
1 changed files with 2 additions and 0 deletions
|
@ -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]"
|
||||
|
|
Loading…
Add table
Reference in a new issue