networking/*: remove superfluous comments

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2010-10-30 02:24:48 +02:00
parent f16727ebbb
commit 11872cab32
5 changed files with 1 additions and 11 deletions

View File

@ -1,10 +1,8 @@
/* vi: set sw=4 ts=4: */
/*
* arping.c - Ping hosts by ARP requests/replies
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*
* Author: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
* Author: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
* Busybox port: Nick Fedchik <nick@fedchik.org.ua>
*/

View File

@ -1,7 +1,5 @@
/* vi: set sw=4 ts=4: */
/*
* iplink.c "ip link".
*
* Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.

View File

@ -1,7 +1,5 @@
/* vi: set sw=4 ts=4: */
/*
* RTnetlink service routines.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version

View File

@ -1,7 +1,5 @@
/* vi: set sw=4 ts=4: */
/*
* utils.c
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*
* Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>

View File

@ -1,7 +1,5 @@
/* vi: set sw=4 ts=4: */
/*
* "tc" utility frontend.
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*
* Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>