From 6462517d32dcd0011754f3e34fe65261c49c6b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Thu, 14 Mar 2013 00:39:31 +0000 Subject: [PATCH] Remove the unneeded $Id$ blabla from the source code. svn path=/trunk/; revision=58492 --- .../apitests/w32kdll/w32kdll_2k3sp2/w32kdll_2k3sp2.def | 1 - rostests/apitests/w32kdll/w32kdll_2ksp4/w32kdll_2ksp4.def | 1 - rostests/apitests/w32kdll/w32kdll_ros/w32kdll_ros.def | 1 - rostests/apitests/w32kdll/w32kdll_vista/w32kdll_vista.def | 1 - rostests/apitests/w32kdll/w32kdll_xpsp2/w32kdll_xpsp2.def | 1 - rostests/drivers/csqtest/csqtest.rc | 2 -- rostests/drivers/memtest/memtest.rc | 2 -- rostests/tests/alive/alive.c | 3 --- rostests/tests/capclock/capclock.c | 3 +-- rostests/tests/capclock/capclock.rc | 2 -- rostests/tests/count/count.c | 3 --- rostests/tests/fiber/fiber.c | 3 --- rostests/tests/lpctst/conport.c | 3 +-- rostests/tests/lpctst/creport.c | 3 +-- rostests/tests/lpctst/dumpinfo.c | 3 +-- rostests/tests/lpctst/lpcclt.c | 3 +-- rostests/tests/lpctst/lpcsrv.c | 3 +-- rostests/tests/noexecute/noexecute.c | 4 ---- rostests/tests/regdump/regcmds.c | 3 +-- rostests/tests/regdump/regdump.c | 3 +-- rostests/tests/sectest/sectest.c | 1 - rostests/tests/shm/shmsrv.c | 3 +-- rostests/tests/thread/thread.c | 7 ------- 23 files changed, 9 insertions(+), 50 deletions(-) diff --git a/rostests/apitests/w32kdll/w32kdll_2k3sp2/w32kdll_2k3sp2.def b/rostests/apitests/w32kdll/w32kdll_2k3sp2/w32kdll_2k3sp2.def index b590c508295..2d49073abc2 100644 --- a/rostests/apitests/w32kdll/w32kdll_2k3sp2/w32kdll_2k3sp2.def +++ b/rostests/apitests/w32kdll/w32kdll_2k3sp2/w32kdll_2k3sp2.def @@ -1,4 +1,3 @@ -; $Id: w32kdll.def 27344 2007-08-01 14:12:10Z tkreuzer $ ; ; ReactOS Operating System ; diff --git a/rostests/apitests/w32kdll/w32kdll_2ksp4/w32kdll_2ksp4.def b/rostests/apitests/w32kdll/w32kdll_2ksp4/w32kdll_2ksp4.def index ab461784fd4..ccd918bb2ba 100644 --- a/rostests/apitests/w32kdll/w32kdll_2ksp4/w32kdll_2ksp4.def +++ b/rostests/apitests/w32kdll/w32kdll_2ksp4/w32kdll_2ksp4.def @@ -1,4 +1,3 @@ -; $Id: w32kdll.def 27344 2007-08-01 14:12:10Z tkreuzer $ ; ; ReactOS Operating System ; diff --git a/rostests/apitests/w32kdll/w32kdll_ros/w32kdll_ros.def b/rostests/apitests/w32kdll/w32kdll_ros/w32kdll_ros.def index 490e9d3588b..c506d71ea98 100644 --- a/rostests/apitests/w32kdll/w32kdll_ros/w32kdll_ros.def +++ b/rostests/apitests/w32kdll/w32kdll_ros/w32kdll_ros.def @@ -1,4 +1,3 @@ -; $Id: w32kdll.def 27344 2007-08-01 14:12:10Z tkreuzer $ ; ; ReactOS Operating System ; diff --git a/rostests/apitests/w32kdll/w32kdll_vista/w32kdll_vista.def b/rostests/apitests/w32kdll/w32kdll_vista/w32kdll_vista.def index ccf98a7ed26..8add31ef204 100644 --- a/rostests/apitests/w32kdll/w32kdll_vista/w32kdll_vista.def +++ b/rostests/apitests/w32kdll/w32kdll_vista/w32kdll_vista.def @@ -1,4 +1,3 @@ -; $Id: w32kdll.def 27344 2007-08-01 14:12:10Z tkreuzer $ ; ; ReactOS Operating System ; diff --git a/rostests/apitests/w32kdll/w32kdll_xpsp2/w32kdll_xpsp2.def b/rostests/apitests/w32kdll/w32kdll_xpsp2/w32kdll_xpsp2.def index 2dfd2ebce1f..420aa6f4903 100644 --- a/rostests/apitests/w32kdll/w32kdll_xpsp2/w32kdll_xpsp2.def +++ b/rostests/apitests/w32kdll/w32kdll_xpsp2/w32kdll_xpsp2.def @@ -1,4 +1,3 @@ -; $Id: w32kdll.def 27344 2007-08-01 14:12:10Z tkreuzer $ ; ; ReactOS Operating System ; diff --git a/rostests/drivers/csqtest/csqtest.rc b/rostests/drivers/csqtest/csqtest.rc index 212c6f893af..f38f4efc449 100644 --- a/rostests/drivers/csqtest/csqtest.rc +++ b/rostests/drivers/csqtest/csqtest.rc @@ -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" diff --git a/rostests/drivers/memtest/memtest.rc b/rostests/drivers/memtest/memtest.rc index ab1afb56063..80f7b5aa112 100644 --- a/rostests/drivers/memtest/memtest.rc +++ b/rostests/drivers/memtest/memtest.rc @@ -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" diff --git a/rostests/tests/alive/alive.c b/rostests/tests/alive/alive.c index 4c7c9e1a278..324e21460a8 100644 --- a/rostests/tests/alive/alive.c +++ b/rostests/tests/alive/alive.c @@ -1,6 +1,3 @@ -/* $Id: alive.c 15091 2005-05-07 21:24:31Z sedwards $ - * - */ #include #include diff --git a/rostests/tests/capclock/capclock.c b/rostests/tests/capclock/capclock.c index 47a738b4167..c33853d0280 100644 --- a/rostests/tests/capclock/capclock.c +++ b/rostests/tests/capclock/capclock.c @@ -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 diff --git a/rostests/tests/capclock/capclock.rc b/rostests/tests/capclock/capclock.rc index 6706f1bd30b..4a57da258cc 100644 --- a/rostests/tests/capclock/capclock.rc +++ b/rostests/tests/capclock/capclock.rc @@ -1,5 +1,3 @@ -/* $Id: capclock.rc 19235 2005-11-14 23:44:15Z sedwards $ */ - #include #define REACTOS_STR_FILE_DESCRIPTION "ReactOS W32 Caption Clock\0" diff --git a/rostests/tests/count/count.c b/rostests/tests/count/count.c index 81bcfba3991..49dc665f15d 100644 --- a/rostests/tests/count/count.c +++ b/rostests/tests/count/count.c @@ -1,6 +1,3 @@ -/* $Id: count.c 15091 2005-05-07 21:24:31Z sedwards $ - * - */ #include int n = 0; diff --git a/rostests/tests/fiber/fiber.c b/rostests/tests/fiber/fiber.c index 13ff4425e5e..6f6c2b5bec7 100644 --- a/rostests/tests/fiber/fiber.c +++ b/rostests/tests/fiber/fiber.c @@ -1,6 +1,3 @@ -/* $Id: fiber.c 15091 2005-05-07 21:24:31Z sedwards $ -*/ - #include #include #include diff --git a/rostests/tests/lpctst/conport.c b/rostests/tests/lpctst/conport.c index ea9109c6f48..367752ec9b7 100644 --- a/rostests/tests/lpctst/conport.c +++ b/rostests/tests/lpctst/conport.c @@ -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 diff --git a/rostests/tests/lpctst/creport.c b/rostests/tests/lpctst/creport.c index 4a8f2bdf057..620f4eee5d8 100644 --- a/rostests/tests/lpctst/creport.c +++ b/rostests/tests/lpctst/creport.c @@ -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 diff --git a/rostests/tests/lpctst/dumpinfo.c b/rostests/tests/lpctst/dumpinfo.c index 81a848657c2..fdce5dbd55a 100644 --- a/rostests/tests/lpctst/dumpinfo.c +++ b/rostests/tests/lpctst/dumpinfo.c @@ -1,5 +1,4 @@ -/* $Id: dumpinfo.c 37750 2008-11-29 21:37:54Z sginsberg $ - * +/* * reactos/apps/lpc/dumpinfo.c * * ReactOS Operating System diff --git a/rostests/tests/lpctst/lpcclt.c b/rostests/tests/lpctst/lpcclt.c index 662771374eb..1f3a67596f0 100644 --- a/rostests/tests/lpctst/lpcclt.c +++ b/rostests/tests/lpctst/lpcclt.c @@ -1,5 +1,4 @@ -/* $Id: lpcclt.c 15091 2005-05-07 21:24:31Z sedwards $ - * +/* * DESCRIPTION: Simple LPC Client * PROGRAMMER: David Welch */ diff --git a/rostests/tests/lpctst/lpcsrv.c b/rostests/tests/lpctst/lpcsrv.c index 99f94362e48..bd447763856 100644 --- a/rostests/tests/lpctst/lpcsrv.c +++ b/rostests/tests/lpctst/lpcsrv.c @@ -1,5 +1,4 @@ -/* $Id: lpcsrv.c 15091 2005-05-07 21:24:31Z sedwards $ - * +/* * DESCRIPTION: Simple LPC Server * PROGRAMMER: David Welch */ diff --git a/rostests/tests/noexecute/noexecute.c b/rostests/tests/noexecute/noexecute.c index 72da087f278..1fb7c8924eb 100644 --- a/rostests/tests/noexecute/noexecute.c +++ b/rostests/tests/noexecute/noexecute.c @@ -1,7 +1,3 @@ -/* - * $Id: noexecute.c 19171 2005-11-12 08:40:47Z sedwards $ - */ - #include #include #include diff --git a/rostests/tests/regdump/regcmds.c b/rostests/tests/regdump/regcmds.c index b2d03625967..7cd87431d35 100644 --- a/rostests/tests/regdump/regcmds.c +++ b/rostests/tests/regdump/regcmds.c @@ -1,5 +1,4 @@ -/* $Id: regcmds.c 15091 2005-05-07 21:24:31Z sedwards $ - * +/* * ReactOS regedit * * regcmds.c diff --git a/rostests/tests/regdump/regdump.c b/rostests/tests/regdump/regdump.c index 0c48706040c..d0d8598437b 100644 --- a/rostests/tests/regdump/regdump.c +++ b/rostests/tests/regdump/regdump.c @@ -1,5 +1,4 @@ -/* $Id: regdump.c 15091 2005-05-07 21:24:31Z sedwards $ - * +/* * ReactOS regedit * * regdump.c diff --git a/rostests/tests/sectest/sectest.c b/rostests/tests/sectest/sectest.c index 5bf30d33276..d98d831d12c 100644 --- a/rostests/tests/sectest/sectest.c +++ b/rostests/tests/sectest/sectest.c @@ -1,4 +1,3 @@ -/* $Id: sectest.c 19171 2005-11-12 08:40:47Z sedwards $ */ #define UNICODE #define _UNICODE #include diff --git a/rostests/tests/shm/shmsrv.c b/rostests/tests/shm/shmsrv.c index 1979a47b000..46b70307a02 100644 --- a/rostests/tests/shm/shmsrv.c +++ b/rostests/tests/shm/shmsrv.c @@ -1,5 +1,4 @@ -/* $Id: shmsrv.c 15091 2005-05-07 21:24:31Z sedwards $ - * +/* * FILE : reactos/apps/shm/shmsrv.c * AUTHOR: David Welch */ diff --git a/rostests/tests/thread/thread.c b/rostests/tests/thread/thread.c index 888682b4ce5..d09b94a0c82 100644 --- a/rostests/tests/thread/thread.c +++ b/rostests/tests/thread/thread.c @@ -1,10 +1,3 @@ -/* $Id: thread.c 15091 2005-05-07 21:24:31Z sedwards $ - * - * - * - * - */ - #include #include #include