remove a cut/paste mistake, i better get some sleep.
authorGlenn L McGrath <bug1@ihug.co.nz>
Tue, 14 Sep 2004 19:14:00 +0000 (19:14 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Tue, 14 Sep 2004 19:14:00 +0000 (19:14 -0000)
procps/top.c

index 972c484f42ffbf7abcd7a8974b3ea03dde6fe082..5963c3554d917143ac8d0f7ce47267dcf9c694da 100644 (file)
  * 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 
- * 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