Remove the unneeded $Id$ blabla from the source code.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 14 Mar 2013 00:39:31 +0000 (00:39 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 14 Mar 2013 00:39:31 +0000 (00:39 +0000)
svn path=/trunk/; revision=58492

23 files changed:
rostests/apitests/w32kdll/w32kdll_2k3sp2/w32kdll_2k3sp2.def
rostests/apitests/w32kdll/w32kdll_2ksp4/w32kdll_2ksp4.def
rostests/apitests/w32kdll/w32kdll_ros/w32kdll_ros.def
rostests/apitests/w32kdll/w32kdll_vista/w32kdll_vista.def
rostests/apitests/w32kdll/w32kdll_xpsp2/w32kdll_xpsp2.def
rostests/drivers/csqtest/csqtest.rc
rostests/drivers/memtest/memtest.rc
rostests/tests/alive/alive.c
rostests/tests/capclock/capclock.c
rostests/tests/capclock/capclock.rc
rostests/tests/count/count.c
rostests/tests/fiber/fiber.c
rostests/tests/lpctst/conport.c
rostests/tests/lpctst/creport.c
rostests/tests/lpctst/dumpinfo.c
rostests/tests/lpctst/lpcclt.c
rostests/tests/lpctst/lpcsrv.c
rostests/tests/noexecute/noexecute.c
rostests/tests/regdump/regcmds.c
rostests/tests/regdump/regdump.c
rostests/tests/sectest/sectest.c
rostests/tests/shm/shmsrv.c
rostests/tests/thread/thread.c

index 490e9d3..c506d71 100644 (file)
@@ -1,4 +1,3 @@
-; $Id: w32kdll.def 27344 2007-08-01 14:12:10Z tkreuzer $
 ;
 ; ReactOS Operating System
 ;
index 212c6f8..f38f4ef 100644 (file)
@@ -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"
index ab1afb5..80f7b5a 100644 (file)
@@ -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"
index 4c7c9e1..324e214 100644 (file)
@@ -1,6 +1,3 @@
-/* $Id: alive.c 15091 2005-05-07 21:24:31Z sedwards $
- *
- */
 #include <windows.h>
 #include <stdlib.h>
 
index 47a738b..c33853d 100644 (file)
@@ -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
index 6706f1b..4a57da2 100644 (file)
@@ -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"
index 81bcfba..49dc665 100644 (file)
@@ -1,6 +1,3 @@
-/* $Id: count.c 15091 2005-05-07 21:24:31Z sedwards $
- *
- */
 #include <stdio.h>
 
 int n = 0;
index 13ff442..6f6c2b5 100644 (file)
@@ -1,6 +1,3 @@
-/* $Id: fiber.c 15091 2005-05-07 21:24:31Z sedwards $
-*/
-
 #include <assert.h>
 #include <limits.h>
 #include <stdio.h>
index ea9109c..367752e 100644 (file)
@@ -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
index 4a8f2bd..620f4ee 100644 (file)
@@ -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
index 81a8486..fdce5db 100644 (file)
@@ -1,5 +1,4 @@
-/* $Id: dumpinfo.c 37750 2008-11-29 21:37:54Z sginsberg $
- *
+/*
  * reactos/apps/lpc/dumpinfo.c
  *
  * ReactOS Operating System
index 6627713..1f3a675 100644 (file)
@@ -1,5 +1,4 @@
-/* $Id: lpcclt.c 15091 2005-05-07 21:24:31Z sedwards $
- *
+/*
  * DESCRIPTION: Simple LPC Client
  * PROGRAMMER:  David Welch
  */
index 99f9436..bd44776 100644 (file)
@@ -1,5 +1,4 @@
-/* $Id: lpcsrv.c 15091 2005-05-07 21:24:31Z sedwards $
- *
+/*
  * DESCRIPTION: Simple LPC Server
  * PROGRAMMER:  David Welch
  */
index 72da087..1fb7c89 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * $Id: noexecute.c 19171 2005-11-12 08:40:47Z sedwards $
- */
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index b2d0362..7cd8743 100644 (file)
@@ -1,5 +1,4 @@
-/* $Id: regcmds.c 15091 2005-05-07 21:24:31Z sedwards $
- *
+/*
  *  ReactOS regedit
  *
  *  regcmds.c
index 0c48706..d0d8598 100644 (file)
@@ -1,5 +1,4 @@
-/* $Id: regdump.c 15091 2005-05-07 21:24:31Z sedwards $
- *
+/*
  *  ReactOS regedit
  *
  *  regdump.c
index 5bf30d3..d98d831 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: sectest.c 19171 2005-11-12 08:40:47Z sedwards $ */
 #define UNICODE
 #define _UNICODE
 #include <windows.h>
index 1979a47..46b7030 100644 (file)
@@ -1,5 +1,4 @@
-/* $Id: shmsrv.c 15091 2005-05-07 21:24:31Z sedwards $
- *
+/*
  * FILE  : reactos/apps/shm/shmsrv.c
  * AUTHOR: David Welch
  */
index 888682b..d09b94a 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id: thread.c 15091 2005-05-07 21:24:31Z sedwards $
- *
- *
- *
- *
- */
-
 #include <stdio.h>
 #include <windows.h>
 #include <stdlib.h>