X-Git-Url: http://git.shiar.net/netris.git/blobdiff_plain/c11ae0d113cc5f60bfd1bed29b47211013f8adef..ec797c133bd83404f6167fb46c098c236333d168:/shapes.c diff --git a/shapes.c b/shapes.c index 45b2b5e..c62f69b 100644 --- a/shapes.c +++ b/shapes.c @@ -1,6 +1,6 @@ /* - * Netris -- A free networked version of Tetris - * Copyright (C) 1994,1995 Mark Weaver + * Netris -- A free networked version of T*tris + * Copyright (C) 1994,1995,1996 Mark H. Weaver * * 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 + */