Author: hbelusca
Date: Thu Mar 14 00:39:31 2013
New Revision: 58492
URL:
http://svn.reactos.org/svn/reactos?rev=58492&view=rev
Log:
Remove the unneeded $Id$ blabla from the source code.
Modified:
trunk/rostests/apitests/w32kdll/w32kdll_2k3sp2/w32kdll_2k3sp2.def
trunk/rostests/apitests/w32kdll/w32kdll_2ksp4/w32kdll_2ksp4.def
trunk/rostests/apitests/w32kdll/w32kdll_ros/w32kdll_ros.def
trunk/rostests/apitests/w32kdll/w32kdll_vista/w32kdll_vista.def
trunk/rostests/apitests/w32kdll/w32kdll_xpsp2/w32kdll_xpsp2.def
trunk/rostests/drivers/csqtest/csqtest.rc
trunk/rostests/drivers/memtest/memtest.rc
trunk/rostests/tests/alive/alive.c
trunk/rostests/tests/capclock/capclock.c
trunk/rostests/tests/capclock/capclock.rc
trunk/rostests/tests/count/count.c
trunk/rostests/tests/fiber/fiber.c
trunk/rostests/tests/lpctst/conport.c
trunk/rostests/tests/lpctst/creport.c
trunk/rostests/tests/lpctst/dumpinfo.c
trunk/rostests/tests/lpctst/lpcclt.c
trunk/rostests/tests/lpctst/lpcsrv.c
trunk/rostests/tests/noexecute/noexecute.c
trunk/rostests/tests/regdump/regcmds.c
trunk/rostests/tests/regdump/regdump.c
trunk/rostests/tests/sectest/sectest.c
trunk/rostests/tests/shm/shmsrv.c
trunk/rostests/tests/thread/thread.c
Modified: trunk/rostests/apitests/w32kdll/w32kdll_2k3sp2/w32kdll_2k3sp2.def
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32kdll/w32kdll_…
==============================================================================
--- trunk/rostests/apitests/w32kdll/w32kdll_2k3sp2/w32kdll_2k3sp2.def [iso-8859-1]
(original)
+++ trunk/rostests/apitests/w32kdll/w32kdll_2k3sp2/w32kdll_2k3sp2.def [iso-8859-1] Thu Mar
14 00:39:31 2013
@@ -1,4 +1,3 @@
-; $Id: w32kdll.def 27344 2007-08-01 14:12:10Z tkreuzer $
;
; ReactOS Operating System
;
Modified: trunk/rostests/apitests/w32kdll/w32kdll_2ksp4/w32kdll_2ksp4.def
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32kdll/w32kdll_…
==============================================================================
--- trunk/rostests/apitests/w32kdll/w32kdll_2ksp4/w32kdll_2ksp4.def [iso-8859-1]
(original)
+++ trunk/rostests/apitests/w32kdll/w32kdll_2ksp4/w32kdll_2ksp4.def [iso-8859-1] Thu Mar
14 00:39:31 2013
@@ -1,4 +1,3 @@
-; $Id: w32kdll.def 27344 2007-08-01 14:12:10Z tkreuzer $
;
; ReactOS Operating System
;
Modified: trunk/rostests/apitests/w32kdll/w32kdll_ros/w32kdll_ros.def
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32kdll/w32kdll_…
==============================================================================
--- trunk/rostests/apitests/w32kdll/w32kdll_ros/w32kdll_ros.def [iso-8859-1] (original)
+++ trunk/rostests/apitests/w32kdll/w32kdll_ros/w32kdll_ros.def [iso-8859-1] Thu Mar 14
00:39:31 2013
@@ -1,4 +1,3 @@
-; $Id: w32kdll.def 27344 2007-08-01 14:12:10Z tkreuzer $
;
; ReactOS Operating System
;
Modified: trunk/rostests/apitests/w32kdll/w32kdll_vista/w32kdll_vista.def
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32kdll/w32kdll_…
==============================================================================
--- trunk/rostests/apitests/w32kdll/w32kdll_vista/w32kdll_vista.def [iso-8859-1]
(original)
+++ trunk/rostests/apitests/w32kdll/w32kdll_vista/w32kdll_vista.def [iso-8859-1] Thu Mar
14 00:39:31 2013
@@ -1,4 +1,3 @@
-; $Id: w32kdll.def 27344 2007-08-01 14:12:10Z tkreuzer $
;
; ReactOS Operating System
;
Modified: trunk/rostests/apitests/w32kdll/w32kdll_xpsp2/w32kdll_xpsp2.def
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/w32kdll/w32kdll_…
==============================================================================
--- trunk/rostests/apitests/w32kdll/w32kdll_xpsp2/w32kdll_xpsp2.def [iso-8859-1]
(original)
+++ trunk/rostests/apitests/w32kdll/w32kdll_xpsp2/w32kdll_xpsp2.def [iso-8859-1] Thu Mar
14 00:39:31 2013
@@ -1,4 +1,3 @@
-; $Id: w32kdll.def 27344 2007-08-01 14:12:10Z tkreuzer $
;
; ReactOS Operating System
;
Modified: trunk/rostests/drivers/csqtest/csqtest.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/drivers/csqtest/csqtest.r…
==============================================================================
--- trunk/rostests/drivers/csqtest/csqtest.rc [iso-8859-1] (original)
+++ trunk/rostests/drivers/csqtest/csqtest.rc [iso-8859-1] Thu Mar 14 00:39:31 2013
@@ -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"
Modified: trunk/rostests/drivers/memtest/memtest.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/drivers/memtest/memtest.r…
==============================================================================
--- trunk/rostests/drivers/memtest/memtest.rc [iso-8859-1] (original)
+++ trunk/rostests/drivers/memtest/memtest.rc [iso-8859-1] Thu Mar 14 00:39:31 2013
@@ -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"
Modified: trunk/rostests/tests/alive/alive.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/alive/alive.c?rev=5…
==============================================================================
--- trunk/rostests/tests/alive/alive.c [iso-8859-1] (original)
+++ trunk/rostests/tests/alive/alive.c [iso-8859-1] Thu Mar 14 00:39:31 2013
@@ -1,6 +1,3 @@
-/* $Id: alive.c 15091 2005-05-07 21:24:31Z sedwards $
- *
- */
#include <windows.h>
#include <stdlib.h>
Modified: trunk/rostests/tests/capclock/capclock.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/capclock/capclock.c…
==============================================================================
--- trunk/rostests/tests/capclock/capclock.c [iso-8859-1] (original)
+++ trunk/rostests/tests/capclock/capclock.c [iso-8859-1] Thu Mar 14 00:39:31 2013
@@ -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
Modified: trunk/rostests/tests/capclock/capclock.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/capclock/capclock.r…
==============================================================================
--- trunk/rostests/tests/capclock/capclock.rc [iso-8859-1] (original)
+++ trunk/rostests/tests/capclock/capclock.rc [iso-8859-1] Thu Mar 14 00:39:31 2013
@@ -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"
Modified: trunk/rostests/tests/count/count.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/count/count.c?rev=5…
==============================================================================
--- trunk/rostests/tests/count/count.c [iso-8859-1] (original)
+++ trunk/rostests/tests/count/count.c [iso-8859-1] Thu Mar 14 00:39:31 2013
@@ -1,6 +1,3 @@
-/* $Id: count.c 15091 2005-05-07 21:24:31Z sedwards $
- *
- */
#include <stdio.h>
int n = 0;
Modified: trunk/rostests/tests/fiber/fiber.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/fiber/fiber.c?rev=5…
==============================================================================
--- trunk/rostests/tests/fiber/fiber.c [iso-8859-1] (original)
+++ trunk/rostests/tests/fiber/fiber.c [iso-8859-1] Thu Mar 14 00:39:31 2013
@@ -1,6 +1,3 @@
-/* $Id: fiber.c 15091 2005-05-07 21:24:31Z sedwards $
-*/
-
#include <assert.h>
#include <limits.h>
#include <stdio.h>
Modified: trunk/rostests/tests/lpctst/conport.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/lpctst/conport.c?re…
==============================================================================
--- trunk/rostests/tests/lpctst/conport.c [iso-8859-1] (original)
+++ trunk/rostests/tests/lpctst/conport.c [iso-8859-1] Thu Mar 14 00:39:31 2013
@@ -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
Modified: trunk/rostests/tests/lpctst/creport.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/lpctst/creport.c?re…
==============================================================================
--- trunk/rostests/tests/lpctst/creport.c [iso-8859-1] (original)
+++ trunk/rostests/tests/lpctst/creport.c [iso-8859-1] Thu Mar 14 00:39:31 2013
@@ -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
Modified: trunk/rostests/tests/lpctst/dumpinfo.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/lpctst/dumpinfo.c?r…
==============================================================================
--- trunk/rostests/tests/lpctst/dumpinfo.c [iso-8859-1] (original)
+++ trunk/rostests/tests/lpctst/dumpinfo.c [iso-8859-1] Thu Mar 14 00:39:31 2013
@@ -1,5 +1,4 @@
-/* $Id: dumpinfo.c 37750 2008-11-29 21:37:54Z sginsberg $
- *
+/*
* reactos/apps/lpc/dumpinfo.c
*
* ReactOS Operating System
Modified: trunk/rostests/tests/lpctst/lpcclt.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/lpctst/lpcclt.c?rev…
==============================================================================
--- trunk/rostests/tests/lpctst/lpcclt.c [iso-8859-1] (original)
+++ trunk/rostests/tests/lpctst/lpcclt.c [iso-8859-1] Thu Mar 14 00:39:31 2013
@@ -1,5 +1,4 @@
-/* $Id: lpcclt.c 15091 2005-05-07 21:24:31Z sedwards $
- *
+/*
* DESCRIPTION: Simple LPC Client
* PROGRAMMER: David Welch
*/
Modified: trunk/rostests/tests/lpctst/lpcsrv.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/lpctst/lpcsrv.c?rev…
==============================================================================
--- trunk/rostests/tests/lpctst/lpcsrv.c [iso-8859-1] (original)
+++ trunk/rostests/tests/lpctst/lpcsrv.c [iso-8859-1] Thu Mar 14 00:39:31 2013
@@ -1,5 +1,4 @@
-/* $Id: lpcsrv.c 15091 2005-05-07 21:24:31Z sedwards $
- *
+/*
* DESCRIPTION: Simple LPC Server
* PROGRAMMER: David Welch
*/
Modified: trunk/rostests/tests/noexecute/noexecute.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/noexecute/noexecute…
==============================================================================
--- trunk/rostests/tests/noexecute/noexecute.c [iso-8859-1] (original)
+++ trunk/rostests/tests/noexecute/noexecute.c [iso-8859-1] Thu Mar 14 00:39:31 2013
@@ -1,7 +1,3 @@
-/*
- * $Id: noexecute.c 19171 2005-11-12 08:40:47Z sedwards $
- */
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Modified: trunk/rostests/tests/regdump/regcmds.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/regdump/regcmds.c?r…
==============================================================================
--- trunk/rostests/tests/regdump/regcmds.c [iso-8859-1] (original)
+++ trunk/rostests/tests/regdump/regcmds.c [iso-8859-1] Thu Mar 14 00:39:31 2013
@@ -1,5 +1,4 @@
-/* $Id: regcmds.c 15091 2005-05-07 21:24:31Z sedwards $
- *
+/*
* ReactOS regedit
*
* regcmds.c
Modified: trunk/rostests/tests/regdump/regdump.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/regdump/regdump.c?r…
==============================================================================
--- trunk/rostests/tests/regdump/regdump.c [iso-8859-1] (original)
+++ trunk/rostests/tests/regdump/regdump.c [iso-8859-1] Thu Mar 14 00:39:31 2013
@@ -1,5 +1,4 @@
-/* $Id: regdump.c 15091 2005-05-07 21:24:31Z sedwards $
- *
+/*
* ReactOS regedit
*
* regdump.c
Modified: trunk/rostests/tests/sectest/sectest.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/sectest/sectest.c?r…
==============================================================================
--- trunk/rostests/tests/sectest/sectest.c [iso-8859-1] (original)
+++ trunk/rostests/tests/sectest/sectest.c [iso-8859-1] Thu Mar 14 00:39:31 2013
@@ -1,4 +1,3 @@
-/* $Id: sectest.c 19171 2005-11-12 08:40:47Z sedwards $ */
#define UNICODE
#define _UNICODE
#include <windows.h>
Modified: trunk/rostests/tests/shm/shmsrv.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/shm/shmsrv.c?rev=58…
==============================================================================
--- trunk/rostests/tests/shm/shmsrv.c [iso-8859-1] (original)
+++ trunk/rostests/tests/shm/shmsrv.c [iso-8859-1] Thu Mar 14 00:39:31 2013
@@ -1,5 +1,4 @@
-/* $Id: shmsrv.c 15091 2005-05-07 21:24:31Z sedwards $
- *
+/*
* FILE : reactos/apps/shm/shmsrv.c
* AUTHOR: David Welch
*/
Modified: trunk/rostests/tests/thread/thread.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/thread/thread.c?rev…
==============================================================================
--- trunk/rostests/tests/thread/thread.c [iso-8859-1] (original)
+++ trunk/rostests/tests/thread/thread.c [iso-8859-1] Thu Mar 14 00:39:31 2013
@@ -1,10 +1,3 @@
-/* $Id: thread.c 15091 2005-05-07 21:24:31Z sedwards $
- *
- *
- *
- *
- */
-
#include <stdio.h>
#include <windows.h>
#include <stdlib.h>