From: Mischa POSLAWSKY Date: Tue, 27 Feb 2007 14:41:46 +0000 (+0100) Subject: remove csv version placeholders X-Git-Url: http://git.shiar.nl/netris.git/commitdiff_plain/6286afa8518283f62f303e5b6ce188c9bb28e562 remove csv version placeholders --- diff --git a/Configure b/Configure index 10bd924..b3ee701 100755 --- a/Configure +++ b/Configure @@ -17,8 +17,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# $Id: Configure,v 1.18 1999/05/16 06:56:19 mhw Exp $ -# CC="gcc" COPT="-O" diff --git a/FAQ b/FAQ index 03675bc..9b7fcce 100644 --- a/FAQ +++ b/FAQ @@ -2,8 +2,6 @@ # Netris # Frequently asked questions # -# $Id: FAQ,v 1.4 1999/05/16 06:56:21 mhw Exp $ -# Questions ========= diff --git a/README b/README index aab94a4..9972758 100644 --- a/README +++ b/README @@ -16,8 +16,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# $Id: README,v 1.21 1999/05/16 06:56:22 mhw Exp $ -# This is an unfinished developmental version of Netris, a free networked version of T*tris. It is distributed under the terms diff --git a/board.c b/board.c index 9044f78..b240c0a 100644 --- a/board.c +++ b/board.c @@ -15,8 +15,6 @@ * You should have received a copy of the GNU General Public License * 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.15 1999/05/16 06:56:24 mhw Exp $ */ #include "netris.h" diff --git a/curses.c b/curses.c index a8af702..f9f23db 100644 --- a/curses.c +++ b/curses.c @@ -15,8 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id: curses.c,v 1.33 1999/05/16 06:56:25 mhw Exp $ */ #include "netris.h" diff --git a/game.c b/game.c index d7214dc..21e70b7 100644 --- a/game.c +++ b/game.c @@ -15,8 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id: game.c,v 1.39 1999/05/16 06:56:27 mhw Exp $ */ #define NOEXT diff --git a/inet.c b/inet.c index 6dcb0aa..c44ec4c 100644 --- a/inet.c +++ b/inet.c @@ -15,8 +15,6 @@ * You should have received a copy of the GNU General Public License * 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.18 1996/02/09 08:22:13 mhw Exp $ */ #include "netris.h" diff --git a/netris.h b/netris.h index 8cf4d59..df026d2 100644 --- a/netris.h +++ b/netris.h @@ -15,8 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id: netris.h,v 1.28 1999/05/16 06:56:29 mhw Exp $ */ #ifndef __NETRIS_H diff --git a/server.c b/server.c index 4c6582b..c33a541 100644 --- a/server.c +++ b/server.c @@ -15,8 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id: game.c,v 1.39 1999/05/16 06:56:27 mhw Exp $ */ #define NOEXT diff --git a/util.c b/util.c index 4f702e6..a667a5b 100644 --- a/util.c +++ b/util.c @@ -15,8 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id: util.c,v 1.29 1999/05/16 06:56:33 mhw Exp $ */ #include "netris.h"