mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
whoops - silly mistake in templates
svn path=/trunk/; revision=2663
This commit is contained in:
parent
3c460dc0c3
commit
7631564040
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
How to create a new source file from this template:
|
||||||
- copy the template in the new file (never edit this file directly, unless
|
- copy the template in the new file (never edit this file directly, unless
|
||||||
that's what you want)
|
that's what you want)
|
||||||
|
@ -7,14 +7,14 @@
|
||||||
instructions
|
instructions
|
||||||
- save your file, and Have Fun! (TM)
|
- 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
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS POSIX+ Subsystem
|
* PROJECT: ReactOS POSIX+ Subsystem
|
||||||
* FILE: (EDITME: put real path of the file here)
|
* FILE: (EDITME: put real path of the file here)
|
||||||
* PURPOSE: (EDITME: put a very syntetic description of the file here)
|
* PURPOSE: (EDITME: put a very syntetic description of the file here)
|
||||||
* PROGRAMMER: <john.doe@mail.com> (EDITME: your name and e-mail go here)
|
* PROGRAMMER: John Doe <john.doe@mail.com> (EDITME: your name and e-mail go here)
|
||||||
* UPDATE HISTORY:
|
* UPDATE HISTORY:
|
||||||
* (EDITME: put here the creation date): Created
|
* (EDITME: put here the creation date): Created
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue