aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/common.c
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2018-06-28 21:41:40 +0000
committerDaniel Borkmann <[email protected]>2018-06-30 23:01:50 +0000
commit71e07ddcdc03000e37acfc6e757f70c81a963d58 (patch)
tree7415ff90430cede645e1ab197da3f545b4de8695 /tools/bpf/bpftool/common.c
parenttools: libbpf: don't return '.text' as a program for multi-function programs (diff)
downloadkernel-71e07ddcdc03000e37acfc6e757f70c81a963d58.tar.gz
kernel-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 <[email protected]> Reviewed-by: Quentin Monnet <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'tools/bpf/bpftool/common.c')
-rw-r--r--tools/bpf/bpftool/common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/bpf/bpftool/common.c b/tools/bpf/bpftool/common.c
index 32f9e397a6c0..b432daea4520 100644
--- a/tools/bpf/bpftool/common.c
+++ b/tools/bpf/bpftool/common.c
@@ -31,8 +31,6 @@
* SOFTWARE.
*/
-/* Author: Jakub Kicinski <[email protected]> */
-
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>