summaryrefslogtreecommitdiffstats
path: root/src/tree.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tree.ml')
-rw-r--r--src/tree.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tree.ml b/src/tree.ml
index 5a3a947..24f5af3 100644
--- a/src/tree.ml
+++ b/src/tree.ml
@@ -1,5 +1,5 @@
(* Unison file synchronizer: src/tree.ml *)
-(* Copyright 1999-2007 (see COPYING for details) *)
+(* Copyright 1999-2008 (see COPYING for details) *)
type ('a, 'b) t =
Node of ('a * ('a, 'b) t) list * 'b option