summaryrefslogtreecommitdiffstats
path: root/src/tree.mli
diff options
context:
space:
mode:
authorBenjamin C. Pierce <bcpierce@cis.upenn.edu>2006-06-05 00:42:48 +0000
committerBenjamin C. Pierce <bcpierce@cis.upenn.edu>2006-06-05 00:42:48 +0000
commit9a56c89e54021f5bbcf87d31848103b80f29fc70 (patch)
tree5f2913d0e10b3cd43d4edbd17fe32bacd6a11cc1 /src/tree.mli
parent1712246aba5a2740c6e92128a60a4ae8cd3151bf (diff)
downloadunison-9a56c89e54021f5bbcf87d31848103b80f29fc70.zip
unison-9a56c89e54021f5bbcf87d31848103b80f29fc70.tar.gz
unison-9a56c89e54021f5bbcf87d31848103b80f29fc70.tar.bz2
* Updated copyright information and subversion tags in file headers
Diffstat (limited to 'src/tree.mli')
-rw-r--r--src/tree.mli6
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 *)