aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/fdflush.c1
-rw-r--r--util-linux/more.c2
-rw-r--r--util-linux/mount.c1
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 @@
/*
* Mini fdflush implementation for busybox
*
- *
* Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
*
* 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 @@
/*
* Mini more implementation for busybox
*
- *
* Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
+ * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org>
*
* Latest version blended together by Erik Andersen <andersen@lineo.com>,
* 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 @@
* Mini mount implementation for busybox
*
* Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
+ * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by