netris version 0.4
[netris.git] / shapes.c
index 45b2b5e780e8794314576dd9e022ac18b1d1ad3b..c62f69b2d827af4e45df5c0f0d381293fc41f1ce 100644 (file)
--- a/shapes.c
+++ b/shapes.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: shapes.c,v 1.14 1995/07/11 08:53:29 mhw Exp $
+ * $Id: shapes.c,v 1.15 1996/02/09 08:22:17 mhw Exp $
  */
 
 #include "netris.h"
@@ -185,3 +185,7 @@ ExtFunc Shape *NetNumToShape(short num)
        return netMapping[num];
 }
 
+/*
+ * vi: ts=4 ai
+ * vim: noai si
+ */