netris version 0.4
[netris.git] / inet.c
diff --git a/inet.c b/inet.c
index 392231ea286741892aafc81066c737ad02a031f0..dbfe7484f0d8b9bb2a65f956ce9afc7e9d979bb5 100644 (file)
--- a/inet.c
+++ b/inet.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: inet.c,v 1.17 1995/07/11 08:53:25 mhw Exp $
+ * $Id: inet.c,v 1.18 1996/02/09 08:22:13 mhw Exp $
  */
 
 #include "netris.h"
@@ -210,3 +210,7 @@ ExtFunc void CloseNet(void)
                RemoveEventGen(&netGen);
 }
 
+/*
+ * vi: ts=4 ai
+ * vim: noai si
+ */