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.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lwt/pqueue.ml b/src/lwt/pqueue.ml
index f3a81b5..6c7e9e0 100644
--- a/src/lwt/pqueue.ml
+++ b/src/lwt/pqueue.ml
@@ -1,6 +1,6 @@
-(* $I1: Unison file synchronizer: src/lwt/pqueue.ml $ *)
-(* $I2: Last modified by vouillon on Fri, 14 Sep 2001 12:35:32 -0400 $ *)
-(* $I3: Copyright 1999-2004 (see COPYING for details) $ *)
+(* Unison file synchronizer: src/lwt/pqueue.ml *)
+(* $Id: $ *)
+(* Copyright 1999-2006 (see COPYING for details) *)
module type OrderedType =
sig