summaryrefslogtreecommitdiffstats
path: root/src/lwt/pqueue.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/lwt/pqueue.ml')
-rw-r--r--src/lwt/pqueue.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lwt/pqueue.ml b/src/lwt/pqueue.ml
index 7e2d8db..6982b7b 100644
--- a/src/lwt/pqueue.ml
+++ b/src/lwt/pqueue.ml
@@ -1,5 +1,5 @@
(* Unison file synchronizer: src/lwt/pqueue.ml *)
-(* Copyright 1999-2007 (see COPYING for details) *)
+(* Copyright 1999-2008 (see COPYING for details) *)
module type OrderedType =
sig