diff options
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/fdflush.c | 1 | ||||
-rw-r--r-- | util-linux/more.c | 2 | ||||
-rw-r--r-- | util-linux/mount.c | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/fdflush.c b/util-linux/fdflush.c index 28f5cb68a..7f5b6c9be 100644 --- a/util-linux/fdflush.c +++ b/util-linux/fdflush.c | |||
@@ -2,7 +2,6 @@ | |||
2 | /* | 2 | /* |
3 | * Mini fdflush implementation for busybox | 3 | * Mini fdflush implementation for busybox |
4 | * | 4 | * |
5 | * | ||
6 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
7 | * | 6 | * |
8 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
diff --git a/util-linux/more.c b/util-linux/more.c index cc5f86e0d..05fe86970 100644 --- a/util-linux/more.c +++ b/util-linux/more.c | |||
@@ -2,8 +2,8 @@ | |||
2 | /* | 2 | /* |
3 | * Mini more implementation for busybox | 3 | * Mini more implementation for busybox |
4 | * | 4 | * |
5 | * | ||
6 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | ||
7 | * | 7 | * |
8 | * Latest version blended together by Erik Andersen <andersen@lineo.com>, | 8 | * Latest version blended together by Erik Andersen <andersen@lineo.com>, |
9 | * based on the original more implementation by Bruce, and code from the | 9 | * based on the original more implementation by Bruce, and code from the |
diff --git a/util-linux/mount.c b/util-linux/mount.c index 74ce4e116..382ad832f 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -3,6 +3,7 @@ | |||
3 | * Mini mount implementation for busybox | 3 | * Mini mount implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | ||
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |