aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
Diffstat (limited to 'networking')
-rw-r--r--networking/brctl.c2
-rw-r--r--networking/ip.c2
-rw-r--r--networking/libiproute/iprule.c2
-rw-r--r--networking/tc.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/networking/brctl.c b/networking/brctl.c
index 102776e80..847517961 100644
--- a/networking/brctl.c
+++ b/networking/brctl.c
@@ -2,7 +2,7 @@
/*
* Small implementation of brctl for busybox.
*
- * Copyright (C) 2008 by Bernhard Fischer
+ * Copyright (C) 2008 by Bernhard Reutner-Fischer
*
* Some helper functions from bridge-utils are
* Copyright (C) 2000 Lennert Buytenhek
diff --git a/networking/ip.c b/networking/ip.c
index 7dcddfd8c..10059c55f 100644
--- a/networking/ip.c
+++ b/networking/ip.c
@@ -10,7 +10,7 @@
* Changes:
*
* Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses
- * Bernhard Fischer rewrote to use index_in_substr_array
+ * Bernhard Reutner-Fischer rewrote to use index_in_substr_array
*/
#include "libbb.h"
diff --git a/networking/libiproute/iprule.c b/networking/libiproute/iprule.c
index f92607830..ca2254667 100644
--- a/networking/libiproute/iprule.c
+++ b/networking/libiproute/iprule.c
@@ -13,7 +13,7 @@
* Changes:
*
* Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses
- * initially integrated into busybox by Bernhard Fischer
+ * initially integrated into busybox by Bernhard Reutner-Fischer
*/
#include <netinet/in.h>
diff --git a/networking/tc.c b/networking/tc.c
index a815b4bd1..6e31074f4 100644
--- a/networking/tc.c
+++ b/networking/tc.c
@@ -6,7 +6,7 @@
*
* Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
*
- * Bernhard Fischer adjusted for busybox
+ * Bernhard Reutner-Fischer adjusted for busybox
*/
#include "libbb.h"