aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-10-30 02:24:48 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-10-30 02:24:48 +0200
commit11872cab325f99b3719bc0416401a656556d6230 (patch)
tree54c746e81463d9cf7ca3bf8f1e8ed01fc6e15904
parentf16727ebbbb385b1bf4d03608a04f8310469cf1f (diff)
downloadbusybox-w32-11872cab325f99b3719bc0416401a656556d6230.tar.gz
busybox-w32-11872cab325f99b3719bc0416401a656556d6230.tar.bz2
busybox-w32-11872cab325f99b3719bc0416401a656556d6230.zip
networking/*: remove superfluous comments
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--networking/arping.c4
-rw-r--r--networking/libiproute/iplink.c2
-rw-r--r--networking/libiproute/libnetlink.c2
-rw-r--r--networking/libiproute/utils.c2
-rw-r--r--networking/tc.c2
5 files changed, 1 insertions, 11 deletions
diff --git a/networking/arping.c b/networking/arping.c
index f2b12ed04..6f6b59cfb 100644
--- a/networking/arping.c
+++ b/networking/arping.c
@@ -1,10 +1,8 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * arping.c - Ping hosts by ARP requests/replies
4 *
5 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 3 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
6 * 4 *
7 * Author: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> 5 * Author: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8 * Busybox port: Nick Fedchik <nick@fedchik.org.ua> 6 * Busybox port: Nick Fedchik <nick@fedchik.org.ua>
9 */ 7 */
10 8
diff --git a/networking/libiproute/iplink.c b/networking/libiproute/iplink.c
index 5a86ce678..82ab979a5 100644
--- a/networking/libiproute/iplink.c
+++ b/networking/libiproute/iplink.c
@@ -1,7 +1,5 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * iplink.c "ip link".
4 *
5 * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> 3 * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
6 * 4 *
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 5 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
diff --git a/networking/libiproute/libnetlink.c b/networking/libiproute/libnetlink.c
index 3a37d97f8..7291ee2f1 100644
--- a/networking/libiproute/libnetlink.c
+++ b/networking/libiproute/libnetlink.c
@@ -1,7 +1,5 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * RTnetlink service routines.
4 *
5 * This program is free software; you can redistribute it and/or 3 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License 4 * modify it under the terms of the GNU General Public License
7 * as published by the Free Software Foundation; either version 5 * as published by the Free Software Foundation; either version
diff --git a/networking/libiproute/utils.c b/networking/libiproute/utils.c
index 24698864d..d32db8de5 100644
--- a/networking/libiproute/utils.c
+++ b/networking/libiproute/utils.c
@@ -1,7 +1,5 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * utils.c
4 *
5 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 3 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
6 * 4 *
7 * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> 5 * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
diff --git a/networking/tc.c b/networking/tc.c
index 9242741e4..2e2473a70 100644
--- a/networking/tc.c
+++ b/networking/tc.c
@@ -1,7 +1,5 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * "tc" utility frontend.
4 *
5 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 3 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
6 * 4 *
7 * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> 5 * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>