diff options
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 23ef58c..cc5660b 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 5647e4c..81ce429 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 2766245..a2a852b 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 04064ee..6e10d9c 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 b43d42e..a0bbf0a 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 e102a59..9bcd4b8 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. |