summaryrefslogtreecommitdiffstats
path: root/src/tree.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tree.ml')
-rw-r--r--src/tree.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tree.ml b/src/tree.ml
index 5ba1ffc..f58d760 100644
--- a/src/tree.ml
+++ b/src/tree.ml
@@ -1,6 +1,6 @@
-(* $I1: Unison file synchronizer: src/tree.ml $ *)
-(* $I2: Last modified by vouillon on Wed, 26 May 2004 17:01:49 -0400 $ *)
-(* $I3: Copyright 1999-2004 (see COPYING for details) $ *)
+(* Unison file synchronizer: src/tree.ml *)
+(* $Id: $ *)
+(* Copyright 1999-2006 (see COPYING for details) *)
type ('a, 'b) t =
Node of ('a * ('a, 'b) t) list * 'b option