aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/bpf/bpf_asm.c2
-rw-r--r--tools/bpf/bpf_dbg.c2
-rw-r--r--tools/bpf/bpf_jit_disasm.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/bpf/bpf_asm.c b/tools/bpf/bpf_asm.c
index c15aef097b04..e5f95e3eede3 100644
--- a/tools/bpf/bpf_asm.c
+++ b/tools/bpf/bpf_asm.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * Minimal BPF assembler 3 * Minimal BPF assembler
3 * 4 *
@@ -16,7 +17,6 @@
16 * pretty print a C-like construct. 17 * pretty print a C-like construct.
17 * 18 *
18 * Copyright 2013 Daniel Borkmann <borkmann@redhat.com> 19 * Copyright 2013 Daniel Borkmann <borkmann@redhat.com>
19 * Licensed under the GNU General Public License, version 2.0 (GPLv2)
20 */ 20 */
21 21
22#include <stdbool.h> 22#include <stdbool.h>
diff --git a/tools/bpf/bpf_dbg.c b/tools/bpf/bpf_dbg.c
index 61b9aa5d6415..9d3766e653a9 100644
--- a/tools/bpf/bpf_dbg.c
+++ b/tools/bpf/bpf_dbg.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * Minimal BPF debugger 3 * Minimal BPF debugger
3 * 4 *
@@ -28,7 +29,6 @@
28 * 7) > step [-<n>, +<n>] (performs single stepping through the BPF) 29 * 7) > step [-<n>, +<n>] (performs single stepping through the BPF)
29 * 30 *
30 * Copyright 2013 Daniel Borkmann <borkmann@redhat.com> 31 * Copyright 2013 Daniel Borkmann <borkmann@redhat.com>
31 * Licensed under the GNU General Public License, version 2.0 (GPLv2)
32 */ 32 */
33 33
34#include <stdio.h> 34#include <stdio.h>
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 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * Minimal BPF JIT image disassembler 3 * Minimal BPF JIT image disassembler
3 * 4 *
@@ -11,7 +12,6 @@
11 * 3) Run e.g. `bpf_jit_disasm -o` to read out the last JIT code 12 * 3) Run e.g. `bpf_jit_disasm -o` to read out the last JIT code
12 * 13 *
13 * Copyright 2013 Daniel Borkmann <borkmann@redhat.com> 14 * Copyright 2013 Daniel Borkmann <borkmann@redhat.com>
14 * Licensed under the GNU General Public License, version 2.0 (GPLv2)
15 */ 15 */
16 16
17#include <stdint.h> 17#include <stdint.h>