diff options
Diffstat (limited to 'src/path.ml')
-rw-r--r-- | src/path.ml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/path.ml b/src/path.ml index c8fa5a4..b0a3d36 100644 --- a/src/path.ml +++ b/src/path.ml @@ -1,6 +1,6 @@ -(* $I1: Unison file synchronizer: src/path.ml $ *) -(* $I2: Last modified by vouillon on Mon, 14 Jun 2004 16:38:56 -0400 $ *) -(* $I3: Copyright 1999-2004 (see COPYING for details) $ *) +(* Unison file synchronizer: src/path.ml *) +(* $Id: $ *) +(* Copyright 1999-2006 (see COPYING for details) *) (* Defines an abstract type of relative pathnames *) |