]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(AUTHORS): Reflect reality: add Kaveh.
authorJim Meyering <jim@meyering.net>
Mon, 10 May 1999 15:12:24 +0000 (15:12 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 10 May 1999 15:12:24 +0000 (15:12 +0000)
src/uptime.c

index 0bf36e0ecc9cd11b7b8ef7abf94731e57aa69d82..9d29128404d0bd61e30ee49f6d35be0f99021458 100644 (file)
@@ -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 <config.h>
 #include <getopt.h>
@@ -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 ();