diff --git a/reactos/drivers/fs/cdfs/finfo.c b/reactos/drivers/fs/cdfs/finfo.c index 71b1f9ef2db..e7a993723ea 100644 --- a/reactos/drivers/fs/cdfs/finfo.c +++ b/reactos/drivers/fs/cdfs/finfo.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: finfo.c,v 1.5 2002/09/15 22:23:23 hbirr Exp $ +/* $Id: finfo.c,v 1.6 2002/10/03 18:28:22 sedwards Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -434,4 +434,4 @@ CdfsSetInformation(PDEVICE_OBJECT DeviceObject, return(Status); } -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/reactos/drivers/fs/cdfs/misc.c b/reactos/drivers/fs/cdfs/misc.c index 3f86186969a..7d9d2f36e2a 100644 --- a/reactos/drivers/fs/cdfs/misc.c +++ b/reactos/drivers/fs/cdfs/misc.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: misc.c,v 1.4 2002/09/08 10:22:09 chorns Exp $ +/* $Id: misc.c,v 1.5 2002/10/03 18:28:22 sedwards Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -134,4 +134,4 @@ CdfsFileFlagsToAttributes(PFCB Fcb, (Fcb->Entry.FileFlags & 0x10) ? FILE_ATTRIBUTE_READONLY : 0; } -/* EOF */ \ No newline at end of file +/* EOF */