aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2004-09-14 19:14:00 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2004-09-14 19:14:00 +0000
commitb6570d07c4ae956a1ab5c11a6c38a4e7ef611b6d (patch)
tree15e129a341f5f974b92164b752ec1e84fca01eb5 /procps
parent225be8c1f06397b6f4d378f6eb00b6ddb7cfd024 (diff)
downloadbusybox-b6570d07c4ae956a1ab5c11a6c38a4e7ef611b6d.tar.gz
remove a cut/paste mistake, i better get some sleep.
Diffstat (limited to 'procps')
-rw-r--r--procps/top.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/procps/top.c b/procps/top.c
index 972c484f4..5963c3554 100644
--- a/procps/top.c
+++ b/procps/top.c
@@ -23,26 +23,6 @@
* Copyright (c) 1992 Roger Binns
* Copyright (C) 1994-1996 Charles L. Blake.
* Copyright (C) 1992-1998 Michael K. Johnson
- * May
- * This reads the PIDs of all processes and their status and shows
- * the status of processes (first ones that fit to screen) at given
- * intervals.
- *
- * NOTES:
- * - At startup this changes to /proc, all the reads are then
- * relative to that.
- *
- * (C) Eero Tamminen <oak at welho dot com>
- *
- * Rewritten by Vladimir Oleynik (C) 2002 <dzo@simtreas.ru>
- */
-
-/* Original code Copyrights */
-/*
- * Copyright (c) 1992 Branko Lankester
- * Copyright (c) 1992 Roger Binns
- * Copyright (C) 1994-1996 Charles L. Blake.
- * Copyright (C) 1992-1998 Michael K. Johnson
* May be distributed under the conditions of the
* GNU Library General Public License
*/