diff --git a/posix/lib/psxdll/misc/template.c b/posix/lib/psxdll/misc/template.c index 497fd712b63..1ec49c5aa2c 100644 --- a/posix/lib/psxdll/misc/template.c +++ b/posix/lib/psxdll/misc/template.c @@ -1,4 +1,4 @@ -/* $Id: template.c,v 1.2 2002/02/20 09:17:57 hyperion Exp $ +/* $Id: template.c,v 1.3 2002/03/03 17:23:29 hyperion Exp $ How to create a new source file from this template: - copy the template in the new file (never edit this file directly, unless that's what you want) @@ -7,14 +7,14 @@ instructions - save your file, and Have Fun! (TM) */ -/* $ Id $ (EDITME: replace "$ Id $" with "$Id: template.c,v 1.2 2002/02/20 09:17:57 hyperion Exp $") +/* $*Id*$ (EDITME: remove asterisks from "$*Id*$") */ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS POSIX+ Subsystem * FILE: (EDITME: put real path of the file here) * PURPOSE: (EDITME: put a very syntetic description of the file here) - * PROGRAMMER: (EDITME: your name and e-mail go here) + * PROGRAMMER: John Doe (EDITME: your name and e-mail go here) * UPDATE HISTORY: * (EDITME: put here the creation date): Created */