Remove CVS cruft.
authormdw <mdw>
Sat, 11 Sep 2004 18:04:27 +0000 (18:04 +0000)
committermdw <mdw>
Sat, 11 Sep 2004 18:04:27 +0000 (18:04 +0000)
elite.c
graph.c
vec.c
vec.h

diff --git a/elite.c b/elite.c
index 8c7aeee..11037fb 100644 (file)
--- a/elite.c
+++ b/elite.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: elite.c,v 1.2 2003/03/07 00:43:50 mdw Exp $
+ * $Id$
  *
  * Elite planet data
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: elite.c,v $
- * Revision 1.2  2003/03/07 00:43:50  mdw
- * Move adjacency map stuff to C for performance reasons.
- *
- * Revision 1.1  2003/02/24 01:13:12  mdw
- * Initial import.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <ctype.h>
diff --git a/graph.c b/graph.c
index 821f156..23c1a32 100644 (file)
--- a/graph.c
+++ b/graph.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: graph.c,v 1.3 2003/03/10 23:37:21 mdw Exp $
+ * $Id$
  *
  * Graph theory stuff
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: graph.c,v $
- * Revision 1.3  2003/03/10 23:37:21  mdw
- * Fix single point TSP.
- *
- * Revision 1.2  2003/03/08 00:40:32  mdw
- * Fix unsigned crapness in travelling-salesman solver.
- *
- * Revision 1.1  2003/03/07 00:45:13  mdw
- * Graph theory functions.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <assert.h>
diff --git a/vec.c b/vec.c
index c2aef2e..d091b2c 100644 (file)
--- a/vec.c
+++ b/vec.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: vec.c,v 1.1 2003/03/07 00:45:35 mdw Exp $
+ * $Id$
  *
  * Vectors and arrays in Tcl
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: vec.c,v $
- * Revision 1.1  2003/03/07 00:45:35  mdw
- * A multidimensional vector/matrix type which is updateable in place.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <assert.h>
diff --git a/vec.h b/vec.h
index 6221ab1..34e1560 100644 (file)
--- a/vec.h
+++ b/vec.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: vec.h,v 1.1 2003/03/07 20:04:21 mdw Exp $
+ * $Id$
  *
  * Vectors and arrays in Tcl
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: vec.h,v $
- * Revision 1.1  2003/03/07 20:04:21  mdw
- * Version bump.
- *
- */
-
 #ifndef VEC_H
 #define VEC_H