netris version 0.4
[netris.git] / board.c
diff --git a/board.c b/board.c
index 97f1124fe318bda0ffdd10b5b304472900005b7a..125cdd0000768d3e519b9a34d4b07bd49fc7f194 100644 (file)
--- a/board.c
+++ b/board.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: board.c,v 1.13 1995/07/11 08:53:20 mhw Exp $
+ * $Id: board.c,v 1.14 1996/02/09 08:22:08 mhw Exp $
  */
 
 #include "netris.h"
@@ -241,3 +241,7 @@ ExtFunc void InsertJunk(int scr, int count, int column)
        curY[scr] += count;
 }
 
+/*
+ * vi: ts=4 ai
+ * vim: noai si
+ */