diff options
| author | Jakub Kicinski <[email protected]> | 2018-06-28 21:41:40 +0000 |
|---|---|---|
| committer | Daniel Borkmann <[email protected]> | 2018-06-30 23:01:50 +0000 |
| commit | 71e07ddcdc03000e37acfc6e757f70c81a963d58 (patch) | |
| tree | 7415ff90430cede645e1ab197da3f545b4de8695 /tools/bpf/bpftool/prog.c | |
| parent | tools: libbpf: don't return '.text' as a program for multi-function programs (diff) | |
| download | kernel-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/prog.c')
| -rw-r--r-- | tools/bpf/bpftool/prog.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/bpf/bpftool/prog.c b/tools/bpf/bpftool/prog.c index 05f42a46d6ed..fd8cd9b51621 100644 --- a/tools/bpf/bpftool/prog.c +++ b/tools/bpf/bpftool/prog.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Netronome Systems, Inc. + * Copyright (C) 2017-2018 Netronome Systems, Inc. * * This software is dual licensed under the GNU General License Version 2, * June 1991 as shown in the file COPYING in the top-level directory of this @@ -31,8 +31,6 @@ * SOFTWARE. */ -/* Author: Jakub Kicinski <[email protected]> */ - #include <errno.h> #include <fcntl.h> #include <stdarg.h> |
