unofficial version 0.7.1: ui improvements
[netris.git] / robot.c
diff --git a/robot.c b/robot.c
index 7af5ab94b903be8d99361a772d4823088f6844d8..31bb5d8b913c4948dc8b14998b33056f328e2a0e 100644 (file)
--- a/robot.c
+++ b/robot.c
@@ -1,6 +1,6 @@
 /*
- * Netris -- A free networked version of Tetris
- * Copyright (C) 1994,1995  Mark Weaver <Mark_Weaver@brown.edu>
+ * Netris -- A free networked version of T*tris
+ * Copyright (C) 1994,1995,1996  Mark H. Weaver <mhw@netris.org>
  * 
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -16,7 +16,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: robot.c,v 1.7 1995/07/11 08:53:28 mhw Exp $
+ * $Id: robot.c,v 1.8 1996/02/09 08:22:15 mhw Exp $
  */
 
 #include "netris.h"
@@ -30,7 +30,6 @@
 #include <errno.h>
 
 static MyEventType RobotGenFunc(EventGenRec *gen, MyEvent *event);
-
 static EventGenRec robotGen =
                { NULL, 0, FT_read, -1, RobotGenFunc, EM_robot };
 
@@ -168,3 +167,7 @@ static MyEventType RobotGenFunc(EventGenRec *gen, MyEvent *event)
        return E_robot;
 }
 
+/*
+ * vi: ts=4 ai
+ * vim: noai si
+ */