summaryrefslogtreecommitdiffstats
path: root/src/update.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/update.ml')
-rw-r--r--src/update.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/update.ml b/src/update.ml
index 7d75ff5..bda18f1 100644
--- a/src/update.ml
+++ b/src/update.ml
@@ -1,6 +1,6 @@
-(* $I1: Unison file synchronizer: src/update.ml $ *)
-(* $I2: Last modified by vouillon on Thu, 25 Nov 2004 16:01:48 -0500 $ *)
-(* $I3: Copyright 1999-2004 (see COPYING for details) $ *)
+(* Unison file synchronizer: src/update.ml *)
+(* $Id: $ *)
+(* Copyright 1999-2006 (see COPYING for details) *)
open Common
let (>>=) = Lwt.(>>=)