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 | |
parent | a46d2b1d2de382081f482c653f3d5c6dd75966b8 (diff) | |
download | busybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.tar.gz busybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.tar.bz2 busybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.zip |
- update my name. No obj-code changes ;)
33 files changed, 36 insertions, 35 deletions
@@ -166,7 +166,7 @@ Paul Fox <pgf@foxharp.boston.ma.us> | |||
166 | Roberto A. Foglietta <me@roberto.foglietta.name> | 166 | Roberto A. Foglietta <me@roberto.foglietta.name> |
167 | port: dnsd | 167 | port: dnsd |
168 | 168 | ||
169 | Bernhard Fischer <rep.nop@aon.at> | 169 | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> |
170 | misc | 170 | misc |
171 | 171 | ||
172 | Mike Frysinger <vapier@gentoo.org> | 172 | Mike Frysinger <vapier@gentoo.org> |
@@ -99,7 +99,7 @@ Rob Landley suggested these: | |||
99 | This one's open to everybody, but I'll wind up doing it... | 99 | This one's open to everybody, but I'll wind up doing it... |
100 | 100 | ||
101 | 101 | ||
102 | Bernhard Fischer <busybox@busybox.net> suggests to look at these: | 102 | Bernhard Reutner-Fischer <busybox@busybox.net> suggests to look at these: |
103 | New debug options: | 103 | New debug options: |
104 | -Wlarger-than-127 | 104 | -Wlarger-than-127 |
105 | Cleanup any big users | 105 | Cleanup any big users |
diff --git a/console-tools/resize.c b/console-tools/resize.c index ea7fe5fca..4504cc85d 100644 --- a/console-tools/resize.c +++ b/console-tools/resize.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * resize - set terminal width and height. | 3 | * resize - set terminal width and height. |
4 | * | 4 | * |
5 | * Copyright 2006 Bernhard Fischer | 5 | * Copyright 2006 Bernhard Reutner-Fischer |
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
8 | */ | 8 | */ |
diff --git a/console-tools/setconsole.c b/console-tools/setconsole.c index b685937ae..8ad9948dd 100644 --- a/console-tools/setconsole.c +++ b/console-tools/setconsole.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * setconsole.c - redirect system console output | 3 | * setconsole.c - redirect system console output |
4 | * | 4 | * |
5 | * Copyright (C) 2004,2005 Enrik Berkhan <Enrik.Berkhan@inka.de> | 5 | * Copyright (C) 2004,2005 Enrik Berkhan <Enrik.Berkhan@inka.de> |
6 | * Copyright (C) 2008 Bernhard Fischer | 6 | * Copyright (C) 2008 Bernhard Reutner-Fischer |
7 | * | 7 | * |
8 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
9 | */ | 9 | */ |
diff --git a/coreutils/cut.c b/coreutils/cut.c index 3c9fdbda3..9cc22be16 100644 --- a/coreutils/cut.c +++ b/coreutils/cut.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Lineo, inc. | 5 | * Copyright (C) 1999,2000,2001 by Lineo, inc. |
6 | * Written by Mark Whitley <markw@codepoet.org> | 6 | * Written by Mark Whitley <markw@codepoet.org> |
7 | * debloated by Bernhard Fischer | 7 | * debloated by Bernhard Reutner-Fischer |
8 | * | 8 | * |
9 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
10 | */ | 10 | */ |
diff --git a/coreutils/date.c b/coreutils/date.c index 8469190cf..177b7d075 100644 --- a/coreutils/date.c +++ b/coreutils/date.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * by Matthew Grant <grantma@anathoth.gen.nz> | 5 | * by Matthew Grant <grantma@anathoth.gen.nz> |
6 | * | 6 | * |
7 | * iso-format handling added by Robert Griebl <griebl@gmx.de> | 7 | * iso-format handling added by Robert Griebl <griebl@gmx.de> |
8 | * bugfixes and cleanup by Bernhard Fischer | 8 | * bugfixes and cleanup by Bernhard Reutner-Fischer |
9 | * | 9 | * |
10 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
11 | */ | 11 | */ |
diff --git a/coreutils/nohup.c b/coreutils/nohup.c index 7d6a51ae9..f44e2af61 100644 --- a/coreutils/nohup.c +++ b/coreutils/nohup.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * http://www.opengroup.org/onlinepubs/007904975/utilities/nohup.html | 5 | * http://www.opengroup.org/onlinepubs/007904975/utilities/nohup.html |
6 | * | 6 | * |
7 | * Copyright 2006 Rob Landley <rob@landley.net> | 7 | * Copyright 2006 Rob Landley <rob@landley.net> |
8 | * Copyright 2006 Bernhard Fischer | 8 | * Copyright 2006 Bernhard Reutner-Fischer |
9 | * | 9 | * |
10 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
11 | */ | 11 | */ |
diff --git a/coreutils/split.c b/coreutils/split.c index 77cb66d53..f1ec64be0 100644 --- a/coreutils/split.c +++ b/coreutils/split.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * split - split a file into pieces | 3 | * split - split a file into pieces |
4 | * Copyright (c) 2007 Bernhard Fischer | 4 | * Copyright (c) 2007 Bernhard Reutner-Fischer |
5 | * | 5 | * |
6 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
7 | */ | 7 | */ |
diff --git a/coreutils/test.c b/coreutils/test.c index dbfe4af69..ae40192a2 100644 --- a/coreutils/test.c +++ b/coreutils/test.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * modified by Herbert Xu to be used as built-in in ash. | 12 | * modified by Herbert Xu to be used as built-in in ash. |
13 | * modified by Erik Andersen <andersen@codepoet.org> to be used | 13 | * modified by Erik Andersen <andersen@codepoet.org> to be used |
14 | * in busybox. | 14 | * in busybox. |
15 | * modified by Bernhard Fischer to be useable (i.e. a bit less bloaty). | 15 | * modified by Bernhard Reutner-Fischer to be useable (i.e. a bit less bloaty). |
16 | * | 16 | * |
17 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 17 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
18 | * | 18 | * |
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index a58fab3a5..7c38fa11f 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini run-parts implementation for busybox | 3 | * Mini run-parts implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 2007 Bernhard Fischer | 5 | * Copyright (C) 2007 Bernhard Reutner-Fischer |
6 | * | 6 | * |
7 | * Based on a older version that was in busybox which was 1k big.. | 7 | * Based on a older version that was in busybox which was 1k big.. |
8 | * Copyright (C) 2001 by Emanuele Aina <emanuele.aina@tiscali.it> | 8 | * Copyright (C) 2001 by Emanuele Aina <emanuele.aina@tiscali.it> |
diff --git a/docs/busybox.net/FAQ.html b/docs/busybox.net/FAQ.html index fbaec0410..5ff879d6c 100644 --- a/docs/busybox.net/FAQ.html +++ b/docs/busybox.net/FAQ.html | |||
@@ -316,9 +316,10 @@ within each applet. More build coverage testing.</p></li> | |||
316 | BusyBox mailing list at busybox@busybox.net.</p> | 316 | BusyBox mailing list at busybox@busybox.net.</p> |
317 | 317 | ||
318 | <p> In addition to the mailing list, Erik Andersen (andersee), Manuel Nova | 318 | <p> In addition to the mailing list, Erik Andersen (andersee), Manuel Nova |
319 | (mjn3), Rob Landley (landley), Mike Frysinger (SpanKY), Bernhard Fischer | 319 | (mjn3), Rob Landley (landley), Mike Frysinger (SpanKY), |
320 | (blindvt), and other long-time BusyBox developers are known to hang out | 320 | Bernhard Reutner-Fischer (blindvt), and other long-time BusyBox developers |
321 | on the uClibc IRC channel: #uclibc on irc.freenode.net. There is a | 321 | are known to hang out on the uClibc IRC channel: #uclibc on |
322 | irc.freenode.net. There is a | ||
322 | <a href="http://ibot.Rikers.org/%23uclibc/">web archive of | 323 | <a href="http://ibot.Rikers.org/%23uclibc/">web archive of |
323 | daily logs of the #uclibc IRC channel</a> going back to 2002. | 324 | daily logs of the #uclibc IRC channel</a> going back to 2002. |
324 | </p> | 325 | </p> |
diff --git a/docs/busybox.net/oldnews.html b/docs/busybox.net/oldnews.html index 2a7182c60..57471361c 100644 --- a/docs/busybox.net/oldnews.html +++ b/docs/busybox.net/oldnews.html | |||
@@ -20,7 +20,7 @@ | |||
20 | </pre> | 20 | </pre> |
21 | 21 | ||
22 | <p>New applets: inotify (Vladimir Dronnikov), man (Ivana Varekova), | 22 | <p>New applets: inotify (Vladimir Dronnikov), man (Ivana Varekova), |
23 | fbsplash (Michele Sanges), depmod (Bernhard Fischer) | 23 | fbsplash (Michele Sanges), depmod (Bernhard Reutner-Fischer) |
24 | 24 | ||
25 | <p>Changes since previous release: | 25 | <p>Changes since previous release: |
26 | <ul> | 26 | <ul> |
diff --git a/include/platform.h b/include/platform.h index 0f2f83a7d..b31108267 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | Copyright 2006, Bernhard Fischer | 3 | Copyright 2006, Bernhard Reutner-Fischer |
4 | 4 | ||
5 | Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 5 | Licensed under the GPL v2 or later, see the file LICENSE in this tarball. |
6 | */ | 6 | */ |
diff --git a/libbb/llist.c b/libbb/llist.c index 2bef43151..7e78f7cb4 100644 --- a/libbb/llist.c +++ b/libbb/llist.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2003 Glenn McGrath | 5 | * Copyright (C) 2003 Glenn McGrath |
6 | * Copyright (C) 2005 Vladimir Oleynik | 6 | * Copyright (C) 2005 Vladimir Oleynik |
7 | * Copyright (C) 2005 Bernhard Fischer | 7 | * Copyright (C) 2005 Bernhard Reutner-Fischer |
8 | * Copyright (C) 2006 Rob Landley <rob@landley.net> | 8 | * Copyright (C) 2006 Rob Landley <rob@landley.net> |
9 | * | 9 | * |
10 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 10 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. |
diff --git a/libbb/strrstr.c b/libbb/strrstr.c index d5cd44b2a..a803dd983 100644 --- a/libbb/strrstr.c +++ b/libbb/strrstr.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 2008 Bernhard Fischer | 5 | * Copyright (C) 2008 Bernhard Reutner-Fischer |
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file License in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file License in this tarball for details. |
8 | */ | 8 | */ |
diff --git a/libbb/write.c b/libbb/write.c index e8a9eff86..37f461720 100644 --- a/libbb/write.c +++ b/libbb/write.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 2008 Bernhard Fischer | 5 | * Copyright (C) 2008 Bernhard Reutner-Fischer |
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
8 | */ | 8 | */ |
diff --git a/miscutils/chrt.c b/miscutils/chrt.c index 23ef58c4d..cc5660be7 100644 --- a/miscutils/chrt.c +++ b/miscutils/chrt.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * chrt - manipulate real-time attributes of a process | 3 | * chrt - manipulate real-time attributes of a process |
4 | * Copyright (c) 2006-2007 Bernhard Fischer | 4 | * Copyright (c) 2006-2007 Bernhard Reutner-Fischer |
5 | * | 5 | * |
6 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
7 | */ | 7 | */ |
diff --git a/miscutils/mountpoint.c b/miscutils/mountpoint.c index 5647e4c5b..81ce429ea 100644 --- a/miscutils/mountpoint.c +++ b/miscutils/mountpoint.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * mountpoint implementation for busybox | 3 | * mountpoint implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 2005 Bernhard Fischer | 5 | * Copyright (C) 2005 Bernhard Reutner-Fischer |
6 | * | 6 | * |
7 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 7 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. |
8 | * | 8 | * |
diff --git a/miscutils/raidautorun.c b/miscutils/raidautorun.c index 2766245db..a2a852bbf 100644 --- a/miscutils/raidautorun.c +++ b/miscutils/raidautorun.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * raidautorun implementation for busybox | 3 | * raidautorun implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 2006 Bernhard Fischer | 5 | * Copyright (C) 2006 Bernhard Reutner-Fischer |
6 | * | 6 | * |
7 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 7 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. |
8 | * | 8 | * |
diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c index 04064ee73..6e10d9cbb 100644 --- a/miscutils/runlevel.c +++ b/miscutils/runlevel.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * | 9 | * |
10 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 10 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. |
11 | * | 11 | * |
12 | * initially busyboxified by Bernhard Fischer | 12 | * initially busyboxified by Bernhard Reutner-Fischer |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include <utmp.h> | 15 | #include <utmp.h> |
diff --git a/miscutils/taskset.c b/miscutils/taskset.c index b43d42e90..a0bbf0aa1 100644 --- a/miscutils/taskset.c +++ b/miscutils/taskset.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * taskset - retrieve or set a processes' CPU affinity | 3 | * taskset - retrieve or set a processes' CPU affinity |
4 | * Copyright (c) 2006 Bernhard Fischer | 4 | * Copyright (c) 2006 Bernhard Reutner-Fischer |
5 | * | 5 | * |
6 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
7 | */ | 7 | */ |
diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c index e102a598a..9bcd4b874 100644 --- a/miscutils/watchdog.c +++ b/miscutils/watchdog.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini watchdog implementation for busybox | 3 | * Mini watchdog implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 2003 Paul Mundt <lethal@linux-sh.org> | 5 | * Copyright (C) 2003 Paul Mundt <lethal@linux-sh.org> |
6 | * Copyright (C) 2006 Bernhard Fischer <busybox@busybox.net> | 6 | * Copyright (C) 2006 Bernhard Reutner-Fischer <busybox@busybox.net> |
7 | * Copyright (C) 2008 Darius Augulis <augulis.darius@gmail.com> | 7 | * Copyright (C) 2008 Darius Augulis <augulis.darius@gmail.com> |
8 | * | 8 | * |
9 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 9 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. |
diff --git a/modutils/depmod.c b/modutils/depmod.c index 35df4a8e2..5b9e9e864 100644 --- a/modutils/depmod.c +++ b/modutils/depmod.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * depmod - generate modules.dep | 3 | * depmod - generate modules.dep |
4 | * Copyright (c) 2008 Bernhard Fischer | 4 | * Copyright (c) 2008 Bernhard Reutner-Fischer |
5 | * Copyrihgt (c) 2008 Timo Teras <timo.teras@iki.fi> | 5 | * Copyrihgt (c) 2008 Timo Teras <timo.teras@iki.fi> |
6 | * Copyright (c) 2008 Vladimir Dronnikov | 6 | * Copyright (c) 2008 Vladimir Dronnikov |
7 | * | 7 | * |
diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c index 8e765b2ee..96a0a08ed 100644 --- a/modutils/modprobe-small.c +++ b/modutils/modprobe-small.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * simplified modprobe | 3 | * simplified modprobe |
4 | * | 4 | * |
5 | * Copyright (c) 2008 Vladimir Dronnikov | 5 | * Copyright (c) 2008 Vladimir Dronnikov |
6 | * Copyright (c) 2008 Bernhard Fischer (initial depmod code) | 6 | * Copyright (c) 2008 Bernhard Reutner-Fischer (initial depmod code) |
7 | * | 7 | * |
8 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2, see file LICENSE in this tarball for details. |
9 | */ | 9 | */ |
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 @@ | |||
2 | /* | 2 | /* |
3 | * Small implementation of brctl for busybox. | 3 | * Small implementation of brctl for busybox. |
4 | * | 4 | * |
5 | * Copyright (C) 2008 by Bernhard Fischer | 5 | * Copyright (C) 2008 by Bernhard Reutner-Fischer |
6 | * | 6 | * |
7 | * Some helper functions from bridge-utils are | 7 | * Some helper functions from bridge-utils are |
8 | * Copyright (C) 2000 Lennert Buytenhek | 8 | * 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 @@ | |||
10 | * Changes: | 10 | * Changes: |
11 | * | 11 | * |
12 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses | 12 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses |
13 | * Bernhard Fischer rewrote to use index_in_substr_array | 13 | * Bernhard Reutner-Fischer rewrote to use index_in_substr_array |
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include "libbb.h" | 16 | #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 @@ | |||
13 | * Changes: | 13 | * Changes: |
14 | * | 14 | * |
15 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses | 15 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses |
16 | * initially integrated into busybox by Bernhard Fischer | 16 | * initially integrated into busybox by Bernhard Reutner-Fischer |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <netinet/in.h> | 19 | #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 @@ | |||
6 | * | 6 | * |
7 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> | 7 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |
8 | * | 8 | * |
9 | * Bernhard Fischer adjusted for busybox | 9 | * Bernhard Reutner-Fischer adjusted for busybox |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include "libbb.h" | 12 | #include "libbb.h" |
diff --git a/scripts/checkhelp.awk b/scripts/checkhelp.awk index 4bb4996dc..2468db2da 100755 --- a/scripts/checkhelp.awk +++ b/scripts/checkhelp.awk | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/usr/bin/awk -f | 1 | #!/usr/bin/awk -f |
2 | # AWK script to check for missing help entries for config options | 2 | # AWK script to check for missing help entries for config options |
3 | # | 3 | # |
4 | # Copyright (C) 2006 Bernhard Fischer | 4 | # Copyright (C) 2006 Bernhard Reutner-Fischer |
5 | # | 5 | # |
6 | # This file is distributed under the terms and conditions of the | 6 | # This file is distributed under the terms and conditions of the |
7 | # MIT/X public licenses. See http://opensource.org/licenses/mit-license.html | 7 | # MIT/X public licenses. See http://opensource.org/licenses/mit-license.html |
diff --git a/testsuite/pidof.tests b/testsuite/pidof.tests index 29cfa943a..a05a30239 100755 --- a/testsuite/pidof.tests +++ b/testsuite/pidof.tests | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # pidof tests. | 3 | # pidof tests. |
4 | # Copyright 2005 by Bernhard Fischer | 4 | # Copyright 2005 by Bernhard Reutner-Fischer |
5 | # Licensed under GPL v2, see file LICENSE for details. | 5 | # Licensed under GPL v2, see file LICENSE for details. |
6 | 6 | ||
7 | # AUDIT: | 7 | # AUDIT: |
diff --git a/testsuite/sum.tests b/testsuite/sum.tests index 0993f03b1..e537cf607 100755 --- a/testsuite/sum.tests +++ b/testsuite/sum.tests | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # unit test for sum. | 3 | # unit test for sum. |
4 | # Copyright 2007 by Bernhard Fischer | 4 | # Copyright 2007 by Bernhard Reutner-Fischer |
5 | # Licensed under GPL v2 or later, see file LICENSE for details. | 5 | # Licensed under GPL v2 or later, see file LICENSE for details. |
6 | 6 | ||
7 | # AUDIT: Unit tests for sum | 7 | # AUDIT: Unit tests for sum |
diff --git a/testsuite/taskset.tests b/testsuite/taskset.tests index a3757ab5b..45993648f 100755 --- a/testsuite/taskset.tests +++ b/testsuite/taskset.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # Copyright 2006 Bernhard Fischer | 3 | # Copyright 2006 Bernhard Reutner-Fischer |
4 | # Licensed under GPL v2 or later, see file LICENSE for details. | 4 | # Licensed under GPL v2 or later, see file LICENSE for details. |
5 | 5 | ||
6 | . testing.sh | 6 | . testing.sh |
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index 840358c85..f52026c2f 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * dmesg - display/control kernel ring buffer. | 4 | * dmesg - display/control kernel ring buffer. |
5 | * | 5 | * |
6 | * Copyright 2006 Rob Landley <rob@landley.net> | 6 | * Copyright 2006 Rob Landley <rob@landley.net> |
7 | * Copyright 2006 Bernhard Fischer <rep.nop@aon.at> | 7 | * Copyright 2006 Bernhard Reutner-Fischer <rep.nop@aon.at> |
8 | * | 8 | * |
9 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 9 | * Licensed under GPLv2, see file LICENSE in this tarball for details. |
10 | */ | 10 | */ |