diff options
Diffstat (limited to 'src/tree.mli')
-rw-r--r-- | src/tree.mli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tree.mli b/src/tree.mli index 8c03b02..cf7ee09 100644 --- a/src/tree.mli +++ b/src/tree.mli @@ -1,6 +1,6 @@ -(* $I1: Unison file synchronizer: src/tree.mli $ *) -(* $I2: Last modified by bcpierce on Sun, 24 Mar 2002 11:24:03 -0500 $ *) -(* $I3: Copyright 1999-2004 (see COPYING for details) $ *) +(* Unison file synchronizer: src/tree.mli *) +(* $Id: $ *) +(* Copyright 1999-2006 (see COPYING for details) *) (* An ('a, 'b) t is a tree with 'a-labeled arcs and 'b-labeled nodes. *) (* Labeling for the internal nodes is optional *) |