mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
Remove the unneeded $Id$ blabla from the source code.
svn path=/trunk/; revision=58492
This commit is contained in:
parent
084bdac394
commit
6462517d32
23 changed files with 9 additions and 50 deletions
|
@ -1,4 +1,3 @@
|
|||
; $Id: w32kdll.def 27344 2007-08-01 14:12:10Z tkreuzer $
|
||||
;
|
||||
; ReactOS Operating System
|
||||
;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id: w32kdll.def 27344 2007-08-01 14:12:10Z tkreuzer $
|
||||
;
|
||||
; ReactOS Operating System
|
||||
;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id: w32kdll.def 27344 2007-08-01 14:12:10Z tkreuzer $
|
||||
;
|
||||
; ReactOS Operating System
|
||||
;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id: w32kdll.def 27344 2007-08-01 14:12:10Z tkreuzer $
|
||||
;
|
||||
; ReactOS Operating System
|
||||
;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
; $Id: w32kdll.def 27344 2007-08-01 14:12:10Z tkreuzer $
|
||||
;
|
||||
; ReactOS Operating System
|
||||
;
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* $Id: csqtest.rc 21842 2006-05-07 19:16:11Z ion $ */
|
||||
|
||||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "CSQ Test\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "csqtest\0"
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* $Id: csqtest.rc 21842 2006-05-07 19:16:11Z ion $ */
|
||||
|
||||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "Memory Manager Information and Testing\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "memtest\0"
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: alive.c 15091 2005-05-07 21:24:31Z sedwards $
|
||||
*
|
||||
*/
|
||||
#include <windows.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: capclock.c 47551 2010-06-03 20:08:26Z tkreuzer $
|
||||
*
|
||||
/*
|
||||
* DESCRIPTION: Simple Win32 Caption Clock
|
||||
* PROJECT : ReactOS (test applications)
|
||||
* AUTHOR : Emanuele Aliberti
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* $Id: capclock.rc 19235 2005-11-14 23:44:15Z sedwards $ */
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS W32 Caption Clock\0"
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: count.c 15091 2005-05-07 21:24:31Z sedwards $
|
||||
*
|
||||
*/
|
||||
#include <stdio.h>
|
||||
|
||||
int n = 0;
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: fiber.c 15091 2005-05-07 21:24:31Z sedwards $
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: conport.c 37750 2008-11-29 21:37:54Z sginsberg $
|
||||
*
|
||||
/*
|
||||
* reactos/apps/lpc/conport.c
|
||||
*
|
||||
* To be run in a real WNT 4.0 system with
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: creport.c 37750 2008-11-29 21:37:54Z sginsberg $
|
||||
*
|
||||
/*
|
||||
* reactos/apps/lpc/creport.c
|
||||
*
|
||||
* To be run in a real WNT 4.0 system to
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: dumpinfo.c 37750 2008-11-29 21:37:54Z sginsberg $
|
||||
*
|
||||
/*
|
||||
* reactos/apps/lpc/dumpinfo.c
|
||||
*
|
||||
* ReactOS Operating System
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: lpcclt.c 15091 2005-05-07 21:24:31Z sedwards $
|
||||
*
|
||||
/*
|
||||
* DESCRIPTION: Simple LPC Client
|
||||
* PROGRAMMER: David Welch
|
||||
*/
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: lpcsrv.c 15091 2005-05-07 21:24:31Z sedwards $
|
||||
*
|
||||
/*
|
||||
* DESCRIPTION: Simple LPC Server
|
||||
* PROGRAMMER: David Welch
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
/*
|
||||
* $Id: noexecute.c 19171 2005-11-12 08:40:47Z sedwards $
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: regcmds.c 15091 2005-05-07 21:24:31Z sedwards $
|
||||
*
|
||||
/*
|
||||
* ReactOS regedit
|
||||
*
|
||||
* regcmds.c
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: regdump.c 15091 2005-05-07 21:24:31Z sedwards $
|
||||
*
|
||||
/*
|
||||
* ReactOS regedit
|
||||
*
|
||||
* regdump.c
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id: sectest.c 19171 2005-11-12 08:40:47Z sedwards $ */
|
||||
#define UNICODE
|
||||
#define _UNICODE
|
||||
#include <windows.h>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: shmsrv.c 15091 2005-05-07 21:24:31Z sedwards $
|
||||
*
|
||||
/*
|
||||
* FILE : reactos/apps/shm/shmsrv.c
|
||||
* AUTHOR: David Welch
|
||||
*/
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
/* $Id: thread.c 15091 2005-05-07 21:24:31Z sedwards $
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <windows.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue