diff options
Diffstat (limited to 'src/common.ml')
-rw-r--r-- | src/common.ml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common.ml b/src/common.ml index 4bc7a0d..8795767 100644 --- a/src/common.ml +++ b/src/common.ml @@ -1,6 +1,6 @@ -(* $I1: Unison file synchronizer: src/common.ml $ *) -(* $I2: Last modified by bcpierce on Sun, 22 Aug 2004 22:29:04 -0400 $ *) -(* $I3: Copyright 1999-2004 (see COPYING for details) $ *) +(* Unison file synchronizer: src/common.ml *) +(* $Id$ *) +(* Copyright 1999-2006 (see COPYING for details) *) type hostname = string |