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 /coreutils | |
parent | a46d2b1d2de382081f482c653f3d5c6dd75966b8 (diff) | |
download | busybox-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.tar.gz |
- update my name. No obj-code changes ;)
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/cut.c | 2 | ||||
-rw-r--r-- | coreutils/date.c | 2 | ||||
-rw-r--r-- | coreutils/nohup.c | 2 | ||||
-rw-r--r-- | coreutils/split.c | 2 | ||||
-rw-r--r-- | coreutils/test.c | 2 |
5 files changed, 5 insertions, 5 deletions
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 @@ * * Copyright (C) 1999,2000,2001 by Lineo, inc. * Written by Mark Whitley <markw@codepoet.org> - * debloated by Bernhard Fischer + * debloated by Bernhard Reutner-Fischer * * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ 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 @@ * by Matthew Grant <grantma@anathoth.gen.nz> * * iso-format handling added by Robert Griebl <griebl@gmx.de> - * bugfixes and cleanup by Bernhard Fischer + * bugfixes and cleanup by Bernhard Reutner-Fischer * * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ 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 @@ * http://www.opengroup.org/onlinepubs/007904975/utilities/nohup.html * * Copyright 2006 Rob Landley <rob@landley.net> - * Copyright 2006 Bernhard Fischer + * Copyright 2006 Bernhard Reutner-Fischer * * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ 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 @@ /* vi: set sw=4 ts=4: */ /* * split - split a file into pieces - * Copyright (c) 2007 Bernhard Fischer + * Copyright (c) 2007 Bernhard Reutner-Fischer * * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ 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 @@ * modified by Herbert Xu to be used as built-in in ash. * modified by Erik Andersen <andersen@codepoet.org> to be used * in busybox. - * modified by Bernhard Fischer to be useable (i.e. a bit less bloaty). + * modified by Bernhard Reutner-Fischer to be useable (i.e. a bit less bloaty). * * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. * |