Remove the timestamp header in source files. This information is
authorKim Nguyễn <kn@lri.fr>
Mon, 15 Jul 2013 15:46:15 +0000 (17:46 +0200)
committerKim Nguyễn <kn@lri.fr>
Mon, 15 Jul 2013 15:46:15 +0000 (17:46 +0200)
better kept in git.

43 files changed:
src/ata.ml
src/ata.mli
src/cache.ml
src/cache.mli
src/common_sig.ml
src/eval.ml
src/finiteCofinite.ml
src/finiteCofinite.mli
src/finiteCofinite_sig.ml
src/formula.ml
src/formula.mli
src/hcons.ml
src/hcons.mli
src/hcons_sig.ml
src/hlist.mli
src/hlist_sig.ml
src/misc.ml
src/naive_tree.ml
src/naive_tree.mli
src/pretty.ml
src/pretty.mli
src/ptset.ml
src/ptset.mli
src/ptset_sig.ml
src/qName.ml
src/qName.mli
src/qNameSet.ml
src/qNameSet.mli
src/state.ml
src/state.mli
src/stateSet.ml
src/stateSet.mli
src/tatoo.ml
src/tree.ml
src/uid.ml
src/uid.mli
src/xpath/ast.ml
src/xpath/ast.mli
src/xpath/compile.ml
src/xpath/compile.mli
src/xpath/parser.ml
src/xpath/ulexer.ml
src/xpath/xpath_internal_parser.mly

index f4cd6db..df43392 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-25 16:20:41 CEST by Kim Nguyen>
-*)
-
 INCLUDE "utils.ml"
 open Format
 
index 8de0c58..d65fabb 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-25 16:25:20 CEST by Kim Nguyen>
-*)
-
 type predicate =
     First_child
   | Next_sibling
index f9b7457..9ffb332 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-18 22:41:45 CET by Kim Nguyen>
-*)
-
 module N1 =
 struct
   type 'a t = {
index 5827f6c..6ebfded 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-18 22:25:30 CET by Kim Nguyen>
-*)
-
 (** N-dimentional caches *)
 
 module N1 :
index 37437e4..1bb80a9 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-04 23:01:55 CET by Kim Nguyen>
-*)
-
 (** Type equipped with an equality and hash function.
     If [equal a b] then [(hash a) = (hash b)]
 *)
index c6d4326..0ef0d5d 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-25 17:22:15 CEST by Kim Nguyen>
-*)
-
 INCLUDE "utils.ml"
 open Format
 
index 2bfe70c..019ae65 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-05 01:50:21 CET by Kim Nguyen>
-*)
-
 INCLUDE "utils.ml"
 
 include FiniteCofinite_sig
index cd92cda..4aa2cdf 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-04 22:44:50 CET by Kim Nguyen>
-*)
-
 (** Implementation of hashconsed finite or cofinite sets.
 *)
 
index da17049..f7935ac 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-04 22:44:15 CET by Kim Nguyen>
-*)
-
 exception InfiniteSet
 module type S =
 sig
index 7d37e5b..1e440bc 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-04 18:46:09 CEST by Kim Nguyen>
-*)
-
 INCLUDE "utils.ml"
 
 open Format
index 52e38b7..f69a40d 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-04 18:41:24 CEST by Kim Nguyen>
-*)
-
 module type ATOM =
 sig
   type t
index cc7327a..c950458 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-18 00:16:08 CET by Kim Nguyen>
-*)
-
 include Hcons_sig
 
 module type TableBuilder =
index b4049a0..3e80a03 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-04 23:05:14 CET by Kim Nguyen>
-*)
-
 (** Implementation of generic hashconsing. *)
 
 include module type of Hcons_sig
index 599819c..9379474 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-04 22:36:31 CET by Kim Nguyen>
-*)
-
   (** Abstract signature of a module implementing an hashconsed datatype *)
 module type Abstract =
 sig
index ed47be0..f4310e2 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-18 11:21:16 CEST by Kim Nguyen>
-*)
-
 include module type of Hlist_sig
 
 module Make (H : Hcons.Abstract) : S with type elt = H.t
index 227768c..3bd56e1 100644 (file)
@@ -13,9 +13,6 @@
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-13 18:21:28 CET by Kim Nguyen>
-*)
 type ('a,'b) node = Nil | Cons of ('a * 'b)
 
 module type S = sig
index f8156b0..65c3a0e 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-04 23:00:19 CET by Kim Nguyen>
-*)
-
 (** Various generic signatures and generic module and functor definitions
 *)
 INCLUDE "utils.ml"
index 65ef334..6625be0 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-22 16:42:50 CEST by Kim Nguyen>
-*)
-
 type node = {
   tag : QName.t;
   preorder : int;
index 2a11164..d77557b 100644 (file)
@@ -13,8 +13,4 @@
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-04 18:44:39 CEST by Kim Nguyen>
-*)
-
 include Tree.S
index 1927216..e64edab 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-09 10:41:21 CET by Kim Nguyen>
-*)
-
 open Format
 
 exception InvalidUtf8Codepoint of int
index 9064f8a..ee828d5 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-09 10:41:32 CET by Kim Nguyen>
-*)
-
 exception InvalidUtf8Codepoint of int
 
 val subscript : int -> string
index f9bbd03..9d415f8 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-10 18:18:54 CET by Kim Nguyen>
-*)
-
 (* Modified by Kim Nguyen *)
 (* The Patricia trees are themselves deeply hash-consed. The module
    provides a Make (and Weak) functor to build hash-consed patricia
index f4f53f7..632832c 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-04 22:42:37 CET by Kim Nguyen>
-*)
-
 include module type of Ptset_sig
 
 module Make (H : Hcons.Abstract) : S with type elt = H.t
index f37f6ba..e51e7e9 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-04 23:32:36 CET by Kim Nguyen>
-*)
-
 module type S =
 sig
   include Hcons.S
index 4a3aac4..9b5832e 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-10 23:05:56 CET by Kim Nguyen>
-*)
-
 include Hcons.Make (struct
   include String
   let hash s = Hashtbl.hash s
index 978ba3c..e738af5 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-10 23:02:12 CET by Kim Nguyen>
-*)
-
 (** Implementation of qualified names as hashconsed strings *)
 
 include Hcons.S with type data = string
index d895ff3..91309e0 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-09 17:54:35 CET by Kim Nguyen>
-*)
-
 include FiniteCofinite.Make(Ptset.Make(QName))
 
 let print_finite fmt e conv =
index 132d834..537ceee 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-09 17:53:53 CET by Kim Nguyen>
-*)
-
 (** Implementation of sets of Qualified Names that can be finite
     or cofinite *)
 
index bb7a063..4fbfc1c 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-04 18:45:59 CEST by Kim Nguyen>
-*)
-
 open Format
 
 type t = int
index 89d67cd..1d25a67 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-04 23:02:21 CET by Kim Nguyen>
-*)
-
 (** Implementation of states *)
 
 include Common_sig.Type with type t = int
index 2fec234..47ad460 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-04 18:46:16 CEST by Kim Nguyen>
-*)
-
 open Format
 
 include Ptset.Make (Hcons.PosInt)
index 1a9c237..1a628a4 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-04 18:41:31 CEST by Kim Nguyen>
-*)
-
 (** Implementation of sets of states *)
 include Ptset.S with type elt = int
 
index ca79411..8b50581 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-25 15:05:36 CEST by Kim Nguyen>
-*)
-
 open Format
 
 let time f arg msg =
index e06a11e..8f37be5 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-22 16:29:52 CEST by Kim Nguyen>
-*)
-
 (** The different kind of XML nodes and utility functions *)
 
 module NodeKind =
index 0cb9688..46b8658 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-01-30 19:06:39 CET by Kim Nguyen>
-*)
-
 type t = int
 
 exception Overflow
index 286cacc..3c05d19 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-01-30 19:06:33 CET by Kim Nguyen>
-*)
-
 (** This modules implements unique identifiers represented by integers *)
 
 type t = private int
index c83dd91..7810a0e 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-18 11:22:00 CEST by Kim Nguyen>
-*)
-
-
 type path = single_path list
 and single_path = Absolute of step list | Relative of step list
 and step = axis * test * expr list
index 78dd7bb..07a410d 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-04 18:41:03 CEST by Kim Nguyen>
-*)
-
 type path = single_path list
 and single_path = Absolute of step list | Relative of step list
 and step = axis * test * expr list
index e62b918..c52c720 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-04 18:43:48 CEST by Kim Nguyen>
-*)
-
 open Ast
 
 
index a326992..2dc95aa 100644 (file)
@@ -13,8 +13,4 @@
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-04 18:41:11 CEST by Kim Nguyen>
-*)
-
 val path : Ast.path -> Ata.t
index 7386577..ba99fed 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-22 16:23:46 CEST by Kim Nguyen>
-*)
-
 include Xpath_internal_parser
 
 let parse (l : Ulexing.lexbuf) =
index 7a7d2a7..baa794d 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-03-13 14:14:15 CET by Kim Nguyen>
-*)
-
 open Xpath_internal_parser
 
 module L = Ulexing
index 2a861aa..d9c46a7 100644 (file)
 (*                                                                     *)
 (***********************************************************************)
 
-(*
-  Time-stamp: <Last modified on 2013-04-04 18:44:13 CEST by Kim Nguyen>
-*)
-
   open Ast
   open Tree
 %}