From b082c2b2bd7990ed0cfaa07f18aae9597c5a6892 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 26 May 2009 12:46:25 +0100 Subject: [PATCH] Remove CVS $Id$ strings. --- Makefile | 1 - Makefile.config | 1 - README.txt | 1 - ancient.ml | 4 +--- ancient.mli | 4 +--- ancient_c.c | 1 - ocaml_version.ml | 1 - test_ancient_dict_read.ml | 4 +--- test_ancient_dict_verify.ml | 4 +--- test_ancient_dict_write.ml | 4 +--- 10 files changed, 5 insertions(+), 20 deletions(-) diff --git a/Makefile b/Makefile index 5eda549..32417dd 100644 --- 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 diff --git a/Makefile.config b/Makefile.config index 4188bfb..76d81a8 100644 --- a/Makefile.config +++ b/Makefile.config @@ -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 diff --git a/README.txt b/README.txt index 1525c30..661c3cc 100644 --- a/README.txt +++ b/README.txt @@ -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? ---------------------------------------------------------------------- diff --git a/ancient.ml b/ancient.ml index 75c3039..eda7874 100644 --- a/ancient.ml +++ b/ancient.ml @@ -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 diff --git a/ancient.mli b/ancient.mli index 38a60fa..ed3e680 100644 --- a/ancient.mli +++ b/ancient.mli @@ -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 diff --git a/ancient_c.c b/ancient_c.c index 46f1769..d5b11af 100644 --- a/ancient_c.c +++ b/ancient_c.c @@ -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 diff --git a/ocaml_version.ml b/ocaml_version.ml index 3367f93..a4c7c85 100644 --- a/ocaml_version.ml +++ b/ocaml_version.ml @@ -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" diff --git a/test_ancient_dict_read.ml b/test_ancient_dict_read.ml index 7269a1f..da4ff42 100644 --- a/test_ancient_dict_read.ml +++ b/test_ancient_dict_read.ml @@ -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 diff --git a/test_ancient_dict_verify.ml b/test_ancient_dict_verify.ml index 1e534d5..b37dcc2 100644 --- a/test_ancient_dict_verify.ml +++ b/test_ancient_dict_verify.ml @@ -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 diff --git a/test_ancient_dict_write.ml b/test_ancient_dict_write.ml index 854fb53..2acf6ab 100644 --- a/test_ancient_dict_write.ml +++ b/test_ancient_dict_write.ml @@ -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 -- 1.8.3.1