Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71e07ddc authored by Jakub Kicinski's avatar Jakub Kicinski Committed by Daniel Borkmann
Browse files

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: default avatarJakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: default avatarQuentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
parent eac7d845
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -31,8 +31,6 @@
 * SOFTWARE.
 * SOFTWARE.
 */
 */


/* Author: Jakub Kicinski <kubakici@wp.pl> */

#include <ctype.h>
#include <ctype.h>
#include <errno.h>
#include <errno.h>
#include <fcntl.h>
#include <fcntl.h>
+1 −3
Original line number Original line Diff line number Diff line
/*
/*
 * 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,
 * 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
 * June 1991 as shown in the file COPYING in the top-level directory of this
@@ -31,8 +31,6 @@
 * SOFTWARE.
 * SOFTWARE.
 */
 */


/* Author: Jakub Kicinski <kubakici@wp.pl> */

#include <bfd.h>
#include <bfd.h>
#include <ctype.h>
#include <ctype.h>
#include <errno.h>
#include <errno.h>
+0 −2
Original line number Original line Diff line number Diff line
@@ -31,8 +31,6 @@
 * SOFTWARE.
 * SOFTWARE.
 */
 */


/* Author: Jakub Kicinski <kubakici@wp.pl> */

#ifndef __BPF_TOOL_H
#ifndef __BPF_TOOL_H
#define __BPF_TOOL_H
#define __BPF_TOOL_H


+0 −2
Original line number Original line Diff line number Diff line
@@ -31,8 +31,6 @@
 * SOFTWARE.
 * SOFTWARE.
 */
 */


/* Author: Jakub Kicinski <kubakici@wp.pl> */

#include <assert.h>
#include <assert.h>
#include <errno.h>
#include <errno.h>
#include <fcntl.h>
#include <fcntl.h>
+1 −3
Original line number Original line Diff line number Diff line
/*
/*
 * 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,
 * 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
 * June 1991 as shown in the file COPYING in the top-level directory of this
@@ -31,8 +31,6 @@
 * SOFTWARE.
 * SOFTWARE.
 */
 */


/* Author: Jakub Kicinski <kubakici@wp.pl> */

#include <errno.h>
#include <errno.h>
#include <fcntl.h>
#include <fcntl.h>
#include <stdarg.h>
#include <stdarg.h>