diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 12:13:34 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 12:13:34 +0000 |
commit | 6c4dadefb611d8fa3336fba9f4dfadceb7beea88 (patch) | |
tree | b9e88bff6dc329f6190559cdb0f18c945ed2c63b /networking | |
parent | a46d2b1d2de382081f482c653f3d5c6dd75966b8 (diff) | |
download | busybox-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.tar.gz |
- update my name. No obj-code changes ;)
Diffstat (limited to 'networking')
-rw-r--r-- | networking/brctl.c | 2 | ||||
-rw-r--r-- | networking/ip.c | 2 | ||||
-rw-r--r-- | networking/libiproute/iprule.c | 2 | ||||
-rw-r--r-- | networking/tc.c | 2 |
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" |