remove csv version placeholders
authorMischa POSLAWSKY <netris@shiar.org>
Tue, 27 Feb 2007 14:41:46 +0000 (15:41 +0100)
committerMischa POSLAWSKY <netris@shiar.org>
Tue, 27 Feb 2007 14:41:46 +0000 (15:41 +0100)
Configure
FAQ
README
board.c
curses.c
game.c
inet.c
netris.h
server.c
util.c

index 10bd9246488c547d217b93d46821a54daaf439d6..b3ee7018530a13306a46f73cc89c02fee48d1503 100755 (executable)
--- 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 03675bc21fa320107dc48b517eef3a95d83bbbf8..9b7fcce5c7c2623f0a180d1cf829818d1e81cf56 100644 (file)
--- 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 aab94a4e01378b75b58cfcbb4ab4bbe864d1101f..9972758dba95fd86780e27f00ec562e900c833b1 100644 (file)
--- 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 9044f7844c5723aedd993d6feeaee8a6a45eb495..b240c0ae05c3d23beccac9b98aef917e953c839c 100644 (file)
--- 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"
index a8af702707003f2818f91c49aea763d7310d1815..f9f23dbb10526231888b4b8b375802d14c90e643 100644 (file)
--- 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 d7214dc9eaa921c1ad883a678be6289c17d21a75..21e70b74f257939bf3284390400b63c12a3b7ede 100644 (file)
--- 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 6dcb0aac4a59030f5d64ff34ae9d1cffdcb577db..c44ec4c842127fec2e9d68f9cda59d52becc346e 100644 (file)
--- 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"
index 8cf4d595deb3d3e50bc27e3cf99477ee5cf0df02..df026d23ec23c02668913138268d5ed51c8c3b29 100644 (file)
--- 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
index 4c6582b4bdb47766e130e415b5706a9e9c3e0e31..c33a541d8877351fa9549c01b0ced5512dd8ac10 100644 (file)
--- 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 4f702e6c223aa28b2f11e4268a5d4a16d6b72b49..a667a5bd0cdb8cc0d674ed5ead0cef39b97bbfe9 100644 (file)
--- 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"