summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/main.h
diff options
context:
space:
mode:
authorJakub Kicinski2018-06-28 23:41:40 +0200
committerDaniel Borkmann2018-07-01 01:01:50 +0200
commit71e07ddcdc03000e37acfc6e757f70c81a963d58 (patch)
tree7415ff90430cede645e1ab197da3f545b4de8695 /tools/bpf/bpftool/main.h
parenttools: libbpf: don't return '.text' as a program for multi-function programs (diff)
downloadkernel-qcow2-linux-71e07ddcdc03000e37acfc6e757f70c81a963d58.tar.gz
kernel-qcow2-linux-71e07ddcdc03000e37acfc6e757f70c81a963d58.tar.xz
kernel-qcow2-linux-71e07ddcdc03000e37acfc6e757f70c81a963d58.zip
tools: bpftool: drop unnecessary Author comments
Drop my author comments, those are from the early days of bpftool and make little sense in tree, where we have quite a few people contributing and git to attribute the work. While at it bump some copyrights. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools/bpf/bpftool/main.h')
-rw-r--r--tools/bpf/bpftool/main.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/bpf/bpftool/main.h b/tools/bpf/bpftool/main.h
index 63fdb310b9a4..d39f7ef01d23 100644
--- a/tools/bpf/bpftool/main.h
+++ b/tools/bpf/bpftool/main.h
@@ -31,8 +31,6 @@
* SOFTWARE.
*/
-/* Author: Jakub Kicinski <kubakici@wp.pl> */
-
#ifndef __BPF_TOOL_H
#define __BPF_TOOL_H