aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-25 12:13:34 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-25 12:13:34 +0000
commit6c4dadefb611d8fa3336fba9f4dfadceb7beea88 (patch)
treeb9e88bff6dc329f6190559cdb0f18c945ed2c63b /miscutils
parenta46d2b1d2de382081f482c653f3d5c6dd75966b8 (diff)
downloadbusybox-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.tar.gz
- update my name. No obj-code changes ;)
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/chrt.c2
-rw-r--r--miscutils/mountpoint.c2
-rw-r--r--miscutils/raidautorun.c2
-rw-r--r--miscutils/runlevel.c2
-rw-r--r--miscutils/taskset.c2
-rw-r--r--miscutils/watchdog.c2
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 @@
/* vi: set sw=4 ts=4: */
/*
* chrt - manipulate real-time attributes of a process
- * Copyright (c) 2006-2007 Bernhard Fischer
+ * Copyright (c) 2006-2007 Bernhard Reutner-Fischer
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
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 @@
/*
* mountpoint implementation for busybox
*
- * Copyright (C) 2005 Bernhard Fischer
+ * Copyright (C) 2005 Bernhard Reutner-Fischer
*
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
*
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 @@
/*
* raidautorun implementation for busybox
*
- * Copyright (C) 2006 Bernhard Fischer
+ * Copyright (C) 2006 Bernhard Reutner-Fischer
*
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
*
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 @@
*
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
*
- * initially busyboxified by Bernhard Fischer
+ * initially busyboxified by Bernhard Reutner-Fischer
*/
#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 @@
/* vi: set sw=4 ts=4: */
/*
* taskset - retrieve or set a processes' CPU affinity
- * Copyright (c) 2006 Bernhard Fischer
+ * Copyright (c) 2006 Bernhard Reutner-Fischer
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
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 @@
* Mini watchdog implementation for busybox
*
* Copyright (C) 2003 Paul Mundt <lethal@linux-sh.org>
- * Copyright (C) 2006 Bernhard Fischer <busybox@busybox.net>
+ * Copyright (C) 2006 Bernhard Reutner-Fischer <busybox@busybox.net>
* Copyright (C) 2008 Darius Augulis <augulis.darius@gmail.com>
*
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.