- update my name. No obj-code changes ;)

This commit is contained in:
Bernhard Reutner-Fischer
2008-09-25 12:13:34 +00:00
parent a46d2b1d2d
commit 6c4dadefb6
33 changed files with 36 additions and 35 deletions

View File

@ -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.
*/

View File

@ -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.
*

View File

@ -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.
*

View File

@ -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>

View File

@ -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.
*/

View File

@ -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.