diff options
author | Jakub Kicinski <jakub.kicinski@netronome.com> | 2018-06-28 17:41:40 -0400 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-06-30 19:01:50 -0400 |
commit | 71e07ddcdc03000e37acfc6e757f70c81a963d58 (patch) | |
tree | 7415ff90430cede645e1ab197da3f545b4de8695 /tools/bpf/bpftool/common.c | |
parent | eac7d84519a35fc9fc8071b7d93803b2b075e2a7 (diff) |
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/common.c')
-rw-r--r-- | tools/bpf/bpftool/common.c | 2 |
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 @@ | |||
31 | * SOFTWARE. | 31 | * SOFTWARE. |
32 | */ | 32 | */ |
33 | 33 | ||
34 | /* Author: Jakub Kicinski <kubakici@wp.pl> */ | ||
35 | |||
36 | #include <ctype.h> | 34 | #include <ctype.h> |
37 | #include <errno.h> | 35 | #include <errno.h> |
38 | #include <fcntl.h> | 36 | #include <fcntl.h> |