diff options
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/dir.h | 4 | ||||
-rw-r--r-- | msdos/directory.c | 6 | ||||
-rw-r--r-- | msdos/msdos.c | 4 | ||||
-rw-r--r-- | msdos/popen.c | 4 |
4 files changed, 13 insertions, 5 deletions
diff --git a/msdos/dir.h b/msdos/dir.h index 1395f81570..d16bc372e0 100644 --- a/msdos/dir.h +++ b/msdos/dir.h @@ -1,4 +1,4 @@ -/* $RCSfile: dir.h,v $$Revision: 4.0.1.1 $$Date: 91/06/07 11:22:10 $ +/* $RCSfile: dir.h,v $$Revision: 4.1 $$Date: 92/08/07 18:24:41 $ * * (C) Copyright 1987, 1990 Diomidis Spinellis. * @@ -6,6 +6,8 @@ * License or the Artistic License, as specified in the README file. * * $Log: dir.h,v $ + * Revision 4.1 92/08/07 18:24:41 lwall + * * Revision 4.0.1.1 91/06/07 11:22:10 lwall * patch4: new copyright notice * diff --git a/msdos/directory.c b/msdos/directory.c index 802614bbbc..dd1fb64519 100644 --- a/msdos/directory.c +++ b/msdos/directory.c @@ -1,4 +1,4 @@ -/* $RCSfile: directory.c,v $$Revision: 4.0.1.1 $$Date: 91/06/07 11:22:24 $ +/* $RCSfile: directory.c,v $$Revision: 4.1 $$Date: 92/08/07 18:24:42 $ * * (C) Copyright 1987, 1988, 1990 Diomidis Spinellis. * @@ -6,6 +6,8 @@ * License or the Artistic License, as specified in the README file. * * $Log: directory.c,v $ + * Revision 4.1 92/08/07 18:24:42 lwall + * * Revision 4.0.1.1 91/06/07 11:22:24 lwall * patch4: new copyright notice * @@ -47,7 +49,7 @@ #define PATHLEN 65 #ifndef lint -static char rcsid[] = "$RCSfile: directory.c,v $$Revision: 4.0.1.1 $$Date: 91/06/07 11:22:24 $"; +static char rcsid[] = "$RCSfile: directory.c,v $$Revision: 4.1 $$Date: 92/08/07 18:24:42 $"; #endif DIR * diff --git a/msdos/msdos.c b/msdos/msdos.c index 754c7efcec..206cf5a3a1 100644 --- a/msdos/msdos.c +++ b/msdos/msdos.c @@ -1,4 +1,4 @@ -/* $RCSfile: msdos.c,v $$Revision: 4.0.1.1 $$Date: 91/06/07 11:22:37 $ +/* $RCSfile: msdos.c,v $$Revision: 4.1 $$Date: 92/08/07 18:24:49 $ * * (C) Copyright 1989, 1990 Diomidis Spinellis. * @@ -6,6 +6,8 @@ * License or the Artistic License, as specified in the README file. * * $Log: msdos.c,v $ + * Revision 4.1 92/08/07 18:24:49 lwall + * * Revision 4.0.1.1 91/06/07 11:22:37 lwall * patch4: new copyright notice * diff --git a/msdos/popen.c b/msdos/popen.c index c55c1364d9..0031f5e58a 100644 --- a/msdos/popen.c +++ b/msdos/popen.c @@ -1,4 +1,4 @@ -/* $RCSfile: popen.c,v $$Revision: 4.0.1.1 $$Date: 91/06/07 11:22:52 $ +/* $RCSfile: popen.c,v $$Revision: 4.1 $$Date: 92/08/07 18:24:50 $ * * (C) Copyright 1988, 1990 Diomidis Spinellis. * @@ -6,6 +6,8 @@ * License or the Artistic License, as specified in the README file. * * $Log: popen.c,v $ + * Revision 4.1 92/08/07 18:24:50 lwall + * * Revision 4.0.1.1 91/06/07 11:22:52 lwall * patch4: new copyright notice * |