mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-22 15:03:53 +02: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,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…
Reference in New Issue
Block a user