diff options
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 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Lineo, inc. | 5 | * Copyright (C) 1999,2000,2001 by Lineo, inc. |
6 | * Written by Mark Whitley <markw@codepoet.org> | 6 | * Written by Mark Whitley <markw@codepoet.org> |
7 | * debloated by Bernhard Fischer | 7 | * debloated by Bernhard Reutner-Fischer |
8 | * | 8 | * |
9 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
10 | */ | 10 | */ |
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 @@ | |||
5 | * by Matthew Grant <grantma@anathoth.gen.nz> | 5 | * by Matthew Grant <grantma@anathoth.gen.nz> |
6 | * | 6 | * |
7 | * iso-format handling added by Robert Griebl <griebl@gmx.de> | 7 | * iso-format handling added by Robert Griebl <griebl@gmx.de> |
8 | * bugfixes and cleanup by Bernhard Fischer | 8 | * bugfixes and cleanup by Bernhard Reutner-Fischer |
9 | * | 9 | * |
10 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
11 | */ | 11 | */ |
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 @@ | |||
5 | * http://www.opengroup.org/onlinepubs/007904975/utilities/nohup.html | 5 | * http://www.opengroup.org/onlinepubs/007904975/utilities/nohup.html |
6 | * | 6 | * |
7 | * Copyright 2006 Rob Landley <rob@landley.net> | 7 | * Copyright 2006 Rob Landley <rob@landley.net> |
8 | * Copyright 2006 Bernhard Fischer | 8 | * Copyright 2006 Bernhard Reutner-Fischer |
9 | * | 9 | * |
10 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
11 | */ | 11 | */ |
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 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * split - split a file into pieces | 3 | * split - split a file into pieces |
4 | * Copyright (c) 2007 Bernhard Fischer | 4 | * Copyright (c) 2007 Bernhard Reutner-Fischer |
5 | * | 5 | * |
6 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
7 | */ | 7 | */ |
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 @@ | |||
12 | * modified by Herbert Xu to be used as built-in in ash. | 12 | * modified by Herbert Xu to be used as built-in in ash. |
13 | * modified by Erik Andersen <andersen@codepoet.org> to be used | 13 | * modified by Erik Andersen <andersen@codepoet.org> to be used |
14 | * in busybox. | 14 | * in busybox. |
15 | * modified by Bernhard Fischer to be useable (i.e. a bit less bloaty). | 15 | * modified by Bernhard Reutner-Fischer to be useable (i.e. a bit less bloaty). |
16 | * | 16 | * |
17 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 17 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
18 | * | 18 | * |