From c23f5758dc2c9b84278078abd787e172a36d6a28 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 10 May 1999 15:12:24 +0000 Subject: [PATCH] (AUTHORS): Reflect reality: add Kaveh. --- src/uptime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uptime.c b/src/uptime.c index 0bf36e0ecc..9d29128404 100644 --- a/src/uptime.c +++ b/src/uptime.c @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Written by jla; revised by djm */ +/* Created by hacking who.c by Kaveh Ghazi ghazi@caip.rutgers.edu. */ #include #include @@ -29,7 +29,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "uptime" -#define AUTHORS "Joseph Arceneaux and David MacKenzie" +#define AUTHORS "Joseph Arceneaux, David MacKenzie, and Kaveh Ghazi" int getloadavg (); -- 2.47.3