Remove CVS $Id$ strings.
authorRichard Jones <rjones@trick.home.annexia.org>
Tue, 26 May 2009 11:46:25 +0000 (12:46 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Tue, 26 May 2009 11:46:25 +0000 (12:46 +0100)
Makefile
Makefile.config
README.txt
ancient.ml
ancient.mli
ancient_c.c
ocaml_version.ml
test_ancient_dict_read.ml
test_ancient_dict_verify.ml
test_ancient_dict_write.ml

index 5eda549..32417dd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
 # Mark objects as 'ancient' so they are taken out of the OCaml heap.
-# $Id: Makefile,v 1.9 2006-10-31 14:39:50 rich Exp $
 
 include Makefile.config
 
index 4188bfb..76d81a8 100644 (file)
@@ -1,5 +1,4 @@
 # Mark objects as 'ancient' so they are taken out of the OCaml heap.
-# $Id: Makefile.config,v 1.8 2006-10-31 14:39:50 rich Exp $
 
 PACKAGE := ancient
 VERSION := 0.8.0
index 1525c30..661c3cc 100644 (file)
@@ -1,6 +1,5 @@
 'Ancient' module for OCaml
 ----------------------------------------------------------------------
-$Id: README.txt,v 1.4 2006-10-13 14:13:06 rich Exp $
 
 What does this module do?
 ----------------------------------------------------------------------
index 75c3039..eda7874 100644 (file)
@@ -1,6 +1,4 @@
-(* Mark objects as 'ancient' so they are taken out of the OCaml heap.
- * $Id: ancient.ml,v 1.7 2006-10-13 12:28:20 rich Exp $
- *)
+(* Mark objects as 'ancient' so they are taken out of the OCaml heap. *)
 
 type 'a ancient
 
index 38a60fa..ed3e680 100644 (file)
@@ -1,6 +1,4 @@
-(** Mark objects as 'ancient' so they are taken out of the OCaml heap.
-  * $Id: ancient.mli,v 1.8 2006-10-13 12:28:20 rich Exp $
-  *)
+(** Mark objects as 'ancient' so they are taken out of the OCaml heap. *)
 
 type 'a ancient
 
index 46f1769..d5b11af 100644 (file)
@@ -1,5 +1,4 @@
 /* Mark objects as 'ancient' so they are taken out of the OCaml heap.
- * $Id: ancient_c.c,v 1.11 2006-10-31 14:39:50 rich Exp $
  */
 
 #include <string.h>
index 3367f93..a4c7c85 100644 (file)
@@ -1,6 +1,5 @@
 (* Get the major or minor part of the OCaml version string.
  * This doesn't seem t be present in header files (at least not in 3.08.x).
- * $Id: ocaml_version.ml,v 1.1 2006-10-31 14:39:50 rich Exp $
  *)
 type t = Major | Minor
 let usage () = failwith "ocaml_version major|minor"
index 7269a1f..da4ff42 100644 (file)
@@ -1,6 +1,4 @@
-(* Read shared dictionary.
- * $Id: test_ancient_dict_read.ml,v 1.1 2006-10-06 15:03:47 rich Exp $
- *)
+(* Read shared dictionary. *)
 
 open Printf
 open Unix
index 1e534d5..b37dcc2 100644 (file)
@@ -1,6 +1,4 @@
-(* Verify shared dictionary.
- * $Id: test_ancient_dict_verify.ml,v 1.1 2006-10-06 15:03:47 rich Exp $
- *)
+(* Verify shared dictionary. *)
 
 open Printf
 open Unix
index 854fb53..2acf6ab 100644 (file)
@@ -1,6 +1,4 @@
-(* Create shared dictionary.
- * $Id: test_ancient_dict_write.ml,v 1.1 2006-10-06 15:03:47 rich Exp $
- *)
+(* Create shared dictionary. *)
 
 open Printf
 open Unix