diff options
Diffstat (limited to 'tools/bpf/bpf_jit_disasm.c')
| -rw-r--r-- | tools/bpf/bpf_jit_disasm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bpf/bpf_jit_disasm.c b/tools/bpf/bpf_jit_disasm.c index 58c2bab4ef6e..c8ae95804728 100644 --- a/tools/bpf/bpf_jit_disasm.c +++ b/tools/bpf/bpf_jit_disasm.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only  /*   * Minimal BPF JIT image disassembler   * @@ -11,7 +12,6 @@   *  3) Run e.g. `bpf_jit_disasm -o` to read out the last JIT code   *   * Copyright 2013 Daniel Borkmann <[email protected]> - * Licensed under the GNU General Public License, version 2.0 (GPLv2)   */  #include <stdint.h>  |