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 /miscutils | |
| 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 ;)
Diffstat (limited to 'miscutils')
| -rw-r--r-- | miscutils/chrt.c | 2 | ||||
| -rw-r--r-- | miscutils/mountpoint.c | 2 | ||||
| -rw-r--r-- | miscutils/raidautorun.c | 2 | ||||
| -rw-r--r-- | miscutils/runlevel.c | 2 | ||||
| -rw-r--r-- | miscutils/taskset.c | 2 | ||||
| -rw-r--r-- | miscutils/watchdog.c | 2 |
6 files changed, 6 insertions, 6 deletions
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. |
