aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/cut.c2
-rw-r--r--coreutils/date.c2
-rw-r--r--coreutils/nohup.c2
-rw-r--r--coreutils/split.c2
-rw-r--r--coreutils/test.c2
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.
*