From: Jim Meyering Date: Mon, 10 May 1999 15:12:24 +0000 (+0000) Subject: (AUTHORS): Reflect reality: add Kaveh. X-Git-Tag: TEXTUTILS-1_22l~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c23f5758dc2c9b84278078abd787e172a36d6a28;p=thirdparty%2Fcoreutils.git (AUTHORS): Reflect reality: add Kaveh. --- 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 ();