diff options
| author | Ingo Molnar <mingo@kernel.org> | 2019-06-17 12:00:22 +0200 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2019-06-17 12:00:22 +0200 |
| commit | 7b347ad4938ddca1a22b983e36b9ef825a72d230 (patch) | |
| tree | 93b6262da516cda28465a8dc0c4a6a95525cbbd8 /scripts/objdiff | |
| parent | Documentation/x86: Fix path to entry_32.S (diff) | |
| parent | Linux 5.2-rc5 (diff) | |
| download | linux-7b347ad4938ddca1a22b983e36b9ef825a72d230.tar.gz linux-7b347ad4938ddca1a22b983e36b9ef825a72d230.zip | |
Merge tag 'v5.2-rc5' into x86/asm, to refresh the branch
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'scripts/objdiff')
| -rwxr-xr-x | scripts/objdiff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/objdiff b/scripts/objdiff index 4fb5d6796893..72b0b63c3fe1 100755 --- a/scripts/objdiff +++ b/scripts/objdiff @@ -1,11 +1,11 @@ #!/bin/bash +# SPDX-License-Identifier: GPL-2.0-only # objdiff - a small script for validating that a commit or series of commits # didn't change object code. # # Copyright 2014, Jason Cooper <jason@lakedaemon.net> # -# Licensed under the terms of the GNU GPL version 2 # usage example: # |
