Author: tfaber
Date: Sat Oct 12 16:05:54 2013
New Revision: 60631
URL:
http://svn.reactos.org/svn/reactos?rev=60631&view=rev
Log:
[COMMENTS]
- Consistent email address is consistent.
Modified:
trunk/reactos/lib/sdk/comsupp/comsupp.cpp
trunk/rostests/apitests/advapi32/CreateService.c
trunk/rostests/apitests/advapi32/SaferIdentifyLevel.c
trunk/rostests/apitests/browseui/SHExplorerParseCmdLine.c
trunk/rostests/apitests/com/browseui.c
trunk/rostests/apitests/com/com_apitest.c
trunk/rostests/apitests/com/com_apitest.h
trunk/rostests/apitests/com/ieframe.c
trunk/rostests/apitests/com/shdocvw.c
trunk/rostests/apitests/com/shell32.c
trunk/rostests/apitests/crt/sprintf.c
trunk/rostests/apitests/kernel32/GetCurrentDirectory.c
trunk/rostests/apitests/kernel32/GetModuleFileName.c
trunk/rostests/apitests/kernel32/SetCurrentDirectory.c
trunk/rostests/apitests/ntdll/NtAllocateVirtualMemory.c
trunk/rostests/apitests/ntdll/RtlDetermineDosPathNameType.c
trunk/rostests/apitests/ntdll/RtlDoesFileExists.c
trunk/rostests/apitests/ntdll/RtlDosSearchPath_U.c
trunk/rostests/apitests/ntdll/RtlDosSearchPath_Ustr.c
trunk/rostests/apitests/ntdll/RtlGetFullPathName_U.c
trunk/rostests/apitests/ntdll/RtlGetFullPathName_Ustr.c
trunk/rostests/apitests/ntdll/RtlGetFullPathName_UstrEx.c
trunk/rostests/apitests/ntdll/RtlGetLongestNtPathLength.c
trunk/rostests/apitests/user32/DeferWindowPos.c
trunk/rostests/apitests/user32/GetPeekMessage.c
trunk/rostests/apitests/winhttp/WinHttpOpen.c
trunk/rostests/apitests/wininet/InternetOpen.c
trunk/rostests/apitests/ws2_32/WSAStartup.c
trunk/rostests/apitests/ws2_32/getaddrinfo.c
trunk/rostests/kmtests/example/Example.c
trunk/rostests/kmtests/example/Example.h
trunk/rostests/kmtests/example/Example_drv.c
trunk/rostests/kmtests/example/Example_user.c
trunk/rostests/kmtests/example/GuardedMemory.c
trunk/rostests/kmtests/example/KernelType.c
trunk/rostests/kmtests/include/kmt_platform.h
trunk/rostests/kmtests/include/kmt_public.h
trunk/rostests/kmtests/include/kmt_test.h
trunk/rostests/kmtests/kernel32/FindFile.h
trunk/rostests/kmtests/kernel32/FindFile_drv.c
trunk/rostests/kmtests/kernel32/FindFile_user.c
trunk/rostests/kmtests/kmtest/kmtest.c
trunk/rostests/kmtests/kmtest/kmtest.h
trunk/rostests/kmtests/kmtest/kmtest.rc
trunk/rostests/kmtests/kmtest/service.c
trunk/rostests/kmtests/kmtest/support.c
trunk/rostests/kmtests/kmtest/testlist.c
trunk/rostests/kmtests/kmtest_drv/kmtest_drv.c
trunk/rostests/kmtests/kmtest_drv/kmtest_drv.rc
trunk/rostests/kmtests/kmtest_drv/kmtest_standalone.c
trunk/rostests/kmtests/kmtest_drv/printf_stubs.c
trunk/rostests/kmtests/kmtest_drv/testlist.c
trunk/rostests/kmtests/ntos_ex/ExCallback.c
trunk/rostests/kmtests/ntos_ex/ExDoubleList.c
trunk/rostests/kmtests/ntos_ex/ExFastMutex.c
trunk/rostests/kmtests/ntos_ex/ExHardError.c
trunk/rostests/kmtests/ntos_ex/ExInterlocked.c
trunk/rostests/kmtests/ntos_ex/ExResource.c
trunk/rostests/kmtests/ntos_ex/ExSequencedList.c
trunk/rostests/kmtests/ntos_ex/ExSingleList.c
trunk/rostests/kmtests/ntos_io/IoDeviceObject_drv.c
trunk/rostests/kmtests/ntos_io/IoDeviceObject_user.c
trunk/rostests/kmtests/ntos_io/IoEvent.c
trunk/rostests/kmtests/ntos_io/IoHelper_drv.c
trunk/rostests/kmtests/ntos_io/IoInterrupt.c
trunk/rostests/kmtests/ntos_ke/KeApc.c
trunk/rostests/kmtests/ntos_ke/KeDpc.c
trunk/rostests/kmtests/ntos_ke/KeEvent.c
trunk/rostests/kmtests/ntos_ke/KeGuardedMutex.c
trunk/rostests/kmtests/ntos_ke/KeIrql.c
trunk/rostests/kmtests/ntos_ke/KeMutex.c
trunk/rostests/kmtests/ntos_ke/KeSpinLock.c
trunk/rostests/kmtests/ntos_mm/MmSection.c
trunk/rostests/kmtests/ntos_ob/ObReference.c
trunk/rostests/kmtests/ntos_ob/ObType.c
trunk/rostests/kmtests/ntos_ob/ObTypes.c
trunk/rostests/kmtests/ntos_ps/PsNotify.c
trunk/rostests/kmtests/rtl/RtlException.c
trunk/rostests/kmtests/rtl/RtlMemory.c
trunk/rostests/kmtests/rtl/RtlRegistry.c
trunk/rostests/kmtests/rtl/RtlUnicodeString.c
Modified: trunk/reactos/lib/sdk/comsupp/comsupp.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/comsupp/comsupp.cp…
==============================================================================
--- trunk/reactos/lib/sdk/comsupp/comsupp.cpp [iso-8859-1] (original)
+++ trunk/reactos/lib/sdk/comsupp/comsupp.cpp [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS crt library
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Compiler support for COM
- * PROGRAMMER: Thomas Faber
+ * PROGRAMMER: Thomas Faber (thomas.faber(a)reactos.org)
*/
#include <stdarg.h>
Modified: trunk/rostests/apitests/advapi32/CreateService.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/advapi32/CreateS…
==============================================================================
--- trunk/rostests/apitests/advapi32/CreateService.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/advapi32/CreateService.c [iso-8859-1] Sat Oct 12 16:05:54
2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for CreateService
- * PROGRAMMER: Thomas Faber
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/advapi32/SaferIdentifyLevel.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/advapi32/SaferId…
==============================================================================
--- trunk/rostests/apitests/advapi32/SaferIdentifyLevel.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/advapi32/SaferIdentifyLevel.c [iso-8859-1] Sat Oct 12 16:05:54
2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for SaferIdentifyLevel
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/browseui/SHExplorerParseCmdLine.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/browseui/SHExplo…
==============================================================================
--- trunk/rostests/apitests/browseui/SHExplorerParseCmdLine.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/browseui/SHExplorerParseCmdLine.c [iso-8859-1] Sat Oct 12
16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for SHExplorerParseCmdLine
- * PROGRAMMER: Thomas Faber
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/com/browseui.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/com/browseui.c?r…
==============================================================================
--- trunk/rostests/apitests/com/browseui.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/com/browseui.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: COM interface test for browseui classes
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include "com_apitest.h"
Modified: trunk/rostests/apitests/com/com_apitest.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/com/com_apitest.…
==============================================================================
--- trunk/rostests/apitests/com/com_apitest.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/com/com_apitest.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: COM interface test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include "com_apitest.h"
Modified: trunk/rostests/apitests/com/com_apitest.h
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/com/com_apitest.…
==============================================================================
--- trunk/rostests/apitests/com/com_apitest.h [iso-8859-1] (original)
+++ trunk/rostests/apitests/com/com_apitest.h [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: COM interface test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#pragma once
Modified: trunk/rostests/apitests/com/ieframe.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/com/ieframe.c?re…
==============================================================================
--- trunk/rostests/apitests/com/ieframe.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/com/ieframe.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: COM interface test for ieframe classes
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include "com_apitest.h"
Modified: trunk/rostests/apitests/com/shdocvw.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/com/shdocvw.c?re…
==============================================================================
--- trunk/rostests/apitests/com/shdocvw.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/com/shdocvw.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: COM interface test for shdocvw classes
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include "com_apitest.h"
Modified: trunk/rostests/apitests/com/shell32.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/com/shell32.c?re…
==============================================================================
--- trunk/rostests/apitests/com/shell32.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/com/shell32.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: COM interface test for shell32 classes
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include "com_apitest.h"
Modified: trunk/rostests/apitests/crt/sprintf.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/crt/sprintf.c?re…
==============================================================================
--- trunk/rostests/apitests/crt/sprintf.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/crt/sprintf.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for sprintf
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/kernel32/GetCurrentDirectory.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/kernel32/GetCurr…
==============================================================================
--- trunk/rostests/apitests/kernel32/GetCurrentDirectory.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/kernel32/GetCurrentDirectory.c [iso-8859-1] Sat Oct 12
16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for GetCurrentDirectory
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/kernel32/GetModuleFileName.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/kernel32/GetModu…
==============================================================================
--- trunk/rostests/apitests/kernel32/GetModuleFileName.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/kernel32/GetModuleFileName.c [iso-8859-1] Sat Oct 12 16:05:54
2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for GetModuleFileName
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/kernel32/SetCurrentDirectory.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/kernel32/SetCurr…
==============================================================================
--- trunk/rostests/apitests/kernel32/SetCurrentDirectory.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/kernel32/SetCurrentDirectory.c [iso-8859-1] Sat Oct 12
16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for SetCurrentDirectory
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/ntdll/NtAllocateVirtualMemory.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/ntdll/NtAllocate…
==============================================================================
--- trunk/rostests/apitests/ntdll/NtAllocateVirtualMemory.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/ntdll/NtAllocateVirtualMemory.c [iso-8859-1] Sat Oct 12
16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS API Tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Stress Test for virtual memory allocation
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/ntdll/RtlDetermineDosPathNameType.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/ntdll/RtlDetermi…
==============================================================================
--- trunk/rostests/apitests/ntdll/RtlDetermineDosPathNameType.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/ntdll/RtlDetermineDosPathNameType.c [iso-8859-1] Sat Oct 12
16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for
RtlDetermineDosPathNameType_U/RtlDetermineDosPathNameType_Ustr
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/ntdll/RtlDoesFileExists.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/ntdll/RtlDoesFil…
==============================================================================
--- trunk/rostests/apitests/ntdll/RtlDoesFileExists.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/ntdll/RtlDoesFileExists.c [iso-8859-1] Sat Oct 12 16:05:54
2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for RtlDoesFileExists_U*
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/ntdll/RtlDosSearchPath_U.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/ntdll/RtlDosSear…
==============================================================================
--- trunk/rostests/apitests/ntdll/RtlDosSearchPath_U.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/ntdll/RtlDosSearchPath_U.c [iso-8859-1] Sat Oct 12 16:05:54
2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for RtlDosSearchPath_U
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/ntdll/RtlDosSearchPath_Ustr.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/ntdll/RtlDosSear…
==============================================================================
--- trunk/rostests/apitests/ntdll/RtlDosSearchPath_Ustr.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/ntdll/RtlDosSearchPath_Ustr.c [iso-8859-1] Sat Oct 12 16:05:54
2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for RtlDosSearchPath_Ustr
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/ntdll/RtlGetFullPathName_U.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/ntdll/RtlGetFull…
==============================================================================
--- trunk/rostests/apitests/ntdll/RtlGetFullPathName_U.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/ntdll/RtlGetFullPathName_U.c [iso-8859-1] Sat Oct 12 16:05:54
2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for RtlGetFullPathName_U
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/ntdll/RtlGetFullPathName_Ustr.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/ntdll/RtlGetFull…
==============================================================================
--- trunk/rostests/apitests/ntdll/RtlGetFullPathName_Ustr.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/ntdll/RtlGetFullPathName_Ustr.c [iso-8859-1] Sat Oct 12
16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for RtlGetFullPathName_Ustr
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/ntdll/RtlGetFullPathName_UstrEx.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/ntdll/RtlGetFull…
==============================================================================
--- trunk/rostests/apitests/ntdll/RtlGetFullPathName_UstrEx.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/ntdll/RtlGetFullPathName_UstrEx.c [iso-8859-1] Sat Oct 12
16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for RtlGetFullPathName_UstrEx
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/ntdll/RtlGetLongestNtPathLength.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/ntdll/RtlGetLong…
==============================================================================
--- trunk/rostests/apitests/ntdll/RtlGetLongestNtPathLength.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/ntdll/RtlGetLongestNtPathLength.c [iso-8859-1] Sat Oct 12
16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for RtlGetLongestNtPathLength
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/user32/DeferWindowPos.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/user32/DeferWind…
==============================================================================
--- trunk/rostests/apitests/user32/DeferWindowPos.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/user32/DeferWindowPos.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS API tests
* LICENSE: GPL - See COPYING in the top level directory
* PURPOSE: Test for DeferWindowPos function family
- * PROGRAMMERS: Thomas Faber
+ * PROGRAMMERS: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/user32/GetPeekMessage.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/user32/GetPeekMe…
==============================================================================
--- trunk/rostests/apitests/user32/GetPeekMessage.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/user32/GetPeekMessage.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPL - See COPYING in the top level directory
* PURPOSE: Test for GetMessage/PeekMessage
- * PROGRAMMERS: Thomas Faber
+ * PROGRAMMERS: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/winhttp/WinHttpOpen.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/winhttp/WinHttpO…
==============================================================================
--- trunk/rostests/apitests/winhttp/WinHttpOpen.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/winhttp/WinHttpOpen.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for WinHttpOpen
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/wininet/InternetOpen.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/wininet/Internet…
==============================================================================
--- trunk/rostests/apitests/wininet/InternetOpen.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/wininet/InternetOpen.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for InternetOpen
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/ws2_32/WSAStartup.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/ws2_32/WSAStartu…
==============================================================================
--- trunk/rostests/apitests/ws2_32/WSAStartup.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/ws2_32/WSAStartup.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for WSAStartup
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/apitests/ws2_32/getaddrinfo.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/ws2_32/getaddrin…
==============================================================================
--- trunk/rostests/apitests/ws2_32/getaddrinfo.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/ws2_32/getaddrinfo.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS api tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for getaddrinfo
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <apitest.h>
Modified: trunk/rostests/kmtests/example/Example.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/example/Example.c…
==============================================================================
--- trunk/rostests/kmtests/example/Example.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/example/Example.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Example kernel-mode test part
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/example/Example.h
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/example/Example.h…
==============================================================================
--- trunk/rostests/kmtests/example/Example.h [iso-8859-1] (original)
+++ trunk/rostests/kmtests/example/Example.h [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Example Test declarations
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#ifndef _KMTEST_EXAMPLE_H_
Modified: trunk/rostests/kmtests/example/Example_drv.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/example/Example_d…
==============================================================================
--- trunk/rostests/kmtests/example/Example_drv.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/example/Example_drv.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Example Test Driver
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/example/Example_user.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/example/Example_u…
==============================================================================
--- trunk/rostests/kmtests/example/Example_user.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/example/Example_user.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Example user-mode test part
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/example/GuardedMemory.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/example/GuardedMe…
==============================================================================
--- trunk/rostests/kmtests/example/GuardedMemory.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/example/GuardedMemory.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Guarded Memory example test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/example/KernelType.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/example/KernelTyp…
==============================================================================
--- trunk/rostests/kmtests/example/KernelType.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/example/KernelType.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Kernel Type example test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/include/kmt_platform.h
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/include/kmt_platf…
==============================================================================
--- trunk/rostests/kmtests/include/kmt_platform.h [iso-8859-1] (original)
+++ trunk/rostests/kmtests/include/kmt_platform.h [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite platform declarations
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#ifndef _KMTEST_PLATFORM_H_
Modified: trunk/rostests/kmtests/include/kmt_public.h
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/include/kmt_publi…
==============================================================================
--- trunk/rostests/kmtests/include/kmt_public.h [iso-8859-1] (original)
+++ trunk/rostests/kmtests/include/kmt_public.h [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite public declarations
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#ifndef _KMTEST_PUBLIC_H_
Modified: trunk/rostests/kmtests/include/kmt_test.h
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/include/kmt_test.…
==============================================================================
--- trunk/rostests/kmtests/include/kmt_test.h [iso-8859-1] (original)
+++ trunk/rostests/kmtests/include/kmt_test.h [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite test framework declarations
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
/* Inspired by Wine C unit tests, Copyright (C) 2002 Alexandre Julliard
Modified: trunk/rostests/kmtests/kernel32/FindFile.h
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/kernel32/FindFile…
==============================================================================
--- trunk/rostests/kmtests/kernel32/FindFile.h [iso-8859-1] (original)
+++ trunk/rostests/kmtests/kernel32/FindFile.h [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: FindFirstFile wildcard substitution test declarations
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#ifndef _KMTEST_FINDFILE_H_
Modified: trunk/rostests/kmtests/kernel32/FindFile_drv.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/kernel32/FindFile…
==============================================================================
--- trunk/rostests/kmtests/kernel32/FindFile_drv.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/kernel32/FindFile_drv.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test driver for FindFirstFile's wildcard substitution
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/kernel32/FindFile_user.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/kernel32/FindFile…
==============================================================================
--- trunk/rostests/kmtests/kernel32/FindFile_user.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/kernel32/FindFile_user.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for FindFirstFile's wildcard substitution
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/kmtest/kmtest.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/kmtest/kmtest.c?r…
==============================================================================
--- trunk/rostests/kmtests/kmtest/kmtest.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/kmtest/kmtest.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Loader Application
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#define KMT_DEFINE_TEST_FUNCTIONS
Modified: trunk/rostests/kmtests/kmtest/kmtest.h
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/kmtest/kmtest.h?r…
==============================================================================
--- trunk/rostests/kmtests/kmtest/kmtest.h [iso-8859-1] (original)
+++ trunk/rostests/kmtests/kmtest/kmtest.h [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Loader Application
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#ifndef _KMTESTS_H_
Modified: trunk/rostests/kmtests/kmtest/kmtest.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/kmtest/kmtest.rc?…
==============================================================================
--- trunk/rostests/kmtests/kmtest/kmtest.rc [iso-8859-1] (original)
+++ trunk/rostests/kmtests/kmtest/kmtest.rc [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Loader Resource File
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <windef.h>
Modified: trunk/rostests/kmtests/kmtest/service.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/kmtest/service.c?…
==============================================================================
--- trunk/rostests/kmtests/kmtest/service.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/kmtest/service.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Loader service control functions
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/kmtest/support.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/kmtest/support.c?…
==============================================================================
--- trunk/rostests/kmtests/kmtest/support.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/kmtest/support.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Driver
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/kmtest/testlist.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/kmtest/testlist.c…
==============================================================================
--- trunk/rostests/kmtests/kmtest/testlist.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/kmtest/testlist.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite user-mode test list
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/kmtest_drv/kmtest_drv.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/kmtest_drv/kmtest…
==============================================================================
--- trunk/rostests/kmtests/kmtest_drv/kmtest_drv.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/kmtest_drv/kmtest_drv.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Driver
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <ntddk.h>
Modified: trunk/rostests/kmtests/kmtest_drv/kmtest_drv.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/kmtest_drv/kmtest…
==============================================================================
--- trunk/rostests/kmtests/kmtest_drv/kmtest_drv.rc [iso-8859-1] (original)
+++ trunk/rostests/kmtests/kmtest_drv/kmtest_drv.rc [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Driver Resource File
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <windef.h>
Modified: trunk/rostests/kmtests/kmtest_drv/kmtest_standalone.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/kmtest_drv/kmtest…
==============================================================================
--- trunk/rostests/kmtests/kmtest_drv/kmtest_standalone.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/kmtest_drv/kmtest_standalone.c [iso-8859-1] Sat Oct 12 16:05:54
2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Example Test Driver
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <ntddk.h>
Modified: trunk/rostests/kmtests/kmtest_drv/printf_stubs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/kmtest_drv/printf…
==============================================================================
--- trunk/rostests/kmtests/kmtest_drv/printf_stubs.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/kmtest_drv/printf_stubs.c [iso-8859-1] Sat Oct 12 16:05:54
2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite stub functions for any-IRQL vsnprintf
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#undef wctomb
Modified: trunk/rostests/kmtests/kmtest_drv/testlist.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/kmtest_drv/testli…
==============================================================================
--- trunk/rostests/kmtests/kmtest_drv/testlist.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/kmtest_drv/testlist.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Driver test list
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/ntos_ex/ExCallback.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ex/ExCallbac…
==============================================================================
--- trunk/rostests/kmtests/ntos_ex/ExCallback.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ex/ExCallback.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Executive Callback test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/ntos_ex/ExDoubleList.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ex/ExDoubleL…
==============================================================================
--- trunk/rostests/kmtests/ntos_ex/ExDoubleList.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ex/ExDoubleList.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Doubly-linked list test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
struct _LIST_ENTRY;
Modified: trunk/rostests/kmtests/ntos_ex/ExFastMutex.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ex/ExFastMut…
==============================================================================
--- trunk/rostests/kmtests/ntos_ex/ExFastMutex.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ex/ExFastMutex.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Fast Mutex test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/ntos_ex/ExHardError.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ex/ExHardErr…
==============================================================================
--- trunk/rostests/kmtests/ntos_ex/ExHardError.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ex/ExHardError.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Hard error message test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/ntos_ex/ExInterlocked.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ex/ExInterlo…
==============================================================================
--- trunk/rostests/kmtests/ntos_ex/ExInterlocked.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ex/ExInterlocked.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Interlocked function test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <stddef.h>
Modified: trunk/rostests/kmtests/ntos_ex/ExResource.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ex/ExResourc…
==============================================================================
--- trunk/rostests/kmtests/ntos_ex/ExResource.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ex/ExResource.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Executive Resource test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/ntos_ex/ExSequencedList.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ex/ExSequenc…
==============================================================================
--- trunk/rostests/kmtests/ntos_ex/ExSequencedList.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ex/ExSequencedList.c [iso-8859-1] Sat Oct 12 16:05:54
2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite sequenced singly-linked list test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
struct _SINGLE_LIST_ENTRY;
Modified: trunk/rostests/kmtests/ntos_ex/ExSingleList.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ex/ExSingleL…
==============================================================================
--- trunk/rostests/kmtests/ntos_ex/ExSingleList.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ex/ExSingleList.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Singly-linked list test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
struct _SINGLE_LIST_ENTRY;
Modified: trunk/rostests/kmtests/ntos_io/IoDeviceObject_drv.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_io/IoDeviceO…
==============================================================================
--- trunk/rostests/kmtests/ntos_io/IoDeviceObject_drv.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_io/IoDeviceObject_drv.c [iso-8859-1] Sat Oct 12 16:05:54
2013
@@ -3,7 +3,7 @@
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Driver Object Test Driver
* PROGRAMMER: Michael Martin <martinmnet(a)hotmail.com>
- * Thomas Faber <thfabba(a)gmx.de>
+ * Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/ntos_io/IoDeviceObject_user.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_io/IoDeviceO…
==============================================================================
--- trunk/rostests/kmtests/ntos_io/IoDeviceObject_user.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_io/IoDeviceObject_user.c [iso-8859-1] Sat Oct 12 16:05:54
2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Driver Object test user-mode part
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/ntos_io/IoEvent.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_io/IoEvent.c…
==============================================================================
--- trunk/rostests/kmtests/ntos_io/IoEvent.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_io/IoEvent.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Event creation test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/ntos_io/IoHelper_drv.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_io/IoHelper_…
==============================================================================
--- trunk/rostests/kmtests/ntos_io/IoHelper_drv.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_io/IoHelper_drv.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite I/O Test Helper driver
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/ntos_io/IoInterrupt.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_io/IoInterru…
==============================================================================
--- trunk/rostests/kmtests/ntos_io/IoInterrupt.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_io/IoInterrupt.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Interrupt test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/ntos_ke/KeApc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ke/KeApc.c?r…
==============================================================================
--- trunk/rostests/kmtests/ntos_ke/KeApc.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ke/KeApc.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Asynchronous Procedure Call test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/ntos_ke/KeDpc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ke/KeDpc.c?r…
==============================================================================
--- trunk/rostests/kmtests/ntos_ke/KeDpc.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ke/KeDpc.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Deferred Procedure Call test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/ntos_ke/KeEvent.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ke/KeEvent.c…
==============================================================================
--- trunk/rostests/kmtests/ntos_ke/KeEvent.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ke/KeEvent.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Event test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/ntos_ke/KeGuardedMutex.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ke/KeGuarded…
==============================================================================
--- trunk/rostests/kmtests/ntos_ke/KeGuardedMutex.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ke/KeGuardedMutex.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Guarded Mutex test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/ntos_ke/KeIrql.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ke/KeIrql.c?…
==============================================================================
--- trunk/rostests/kmtests/ntos_ke/KeIrql.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ke/KeIrql.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Interrupt Request Level test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#ifndef _M_AMD64
Modified: trunk/rostests/kmtests/ntos_ke/KeMutex.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ke/KeMutex.c…
==============================================================================
--- trunk/rostests/kmtests/ntos_ke/KeMutex.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ke/KeMutex.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Mutant/Mutex test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/ntos_ke/KeSpinLock.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ke/KeSpinLoc…
==============================================================================
--- trunk/rostests/kmtests/ntos_ke/KeSpinLock.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ke/KeSpinLock.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Spin lock test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#ifndef _WIN64
Modified: trunk/rostests/kmtests/ntos_mm/MmSection.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_mm/MmSection…
==============================================================================
--- trunk/rostests/kmtests/ntos_mm/MmSection.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_mm/MmSection.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Section Object test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/ntos_ob/ObReference.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ob/ObReferen…
==============================================================================
--- trunk/rostests/kmtests/ntos_ob/ObReference.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ob/ObReference.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Object Referencing test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/ntos_ob/ObType.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ob/ObType.c?…
==============================================================================
--- trunk/rostests/kmtests/ntos_ob/ObType.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ob/ObType.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -3,7 +3,7 @@
* LICENSE: LGPLv2+ - See COPYING.LIB in the top level directory
* PURPOSE: Kernel-Mode Test Suite Ob Regressions KM-Test
* PROGRAMMER: Aleksey Bragin <aleksey(a)reactos.org>
- * Thomas Faber <thfabba(a)gmx.de>
+ * Thomas Faber <thomas.faber(a)reactos.org>
*/
/* TODO: split this into multiple tests! ObLife, ObHandle, ObName, ... */
Modified: trunk/rostests/kmtests/ntos_ob/ObTypes.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ob/ObTypes.c…
==============================================================================
--- trunk/rostests/kmtests/ntos_ob/ObTypes.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ob/ObTypes.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Object types test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/ntos_ps/PsNotify.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_ps/PsNotify.…
==============================================================================
--- trunk/rostests/kmtests/ntos_ps/PsNotify.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_ps/PsNotify.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Process Notification Routines test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/rtl/RtlException.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/rtl/RtlException.…
==============================================================================
--- trunk/rostests/kmtests/rtl/RtlException.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/rtl/RtlException.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Exception test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <kmt_test.h>
Modified: trunk/rostests/kmtests/rtl/RtlMemory.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/rtl/RtlMemory.c?r…
==============================================================================
--- trunk/rostests/kmtests/rtl/RtlMemory.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/rtl/RtlMemory.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Runtime library memory functions test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#include <stddef.h>
Modified: trunk/rostests/kmtests/rtl/RtlRegistry.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/rtl/RtlRegistry.c…
==============================================================================
--- trunk/rostests/kmtests/rtl/RtlRegistry.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/rtl/RtlRegistry.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Test for RtlQueryRegistryValues
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#define KMT_EMULATE_KERNEL
Modified: trunk/rostests/kmtests/rtl/RtlUnicodeString.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/rtl/RtlUnicodeStr…
==============================================================================
--- trunk/rostests/kmtests/rtl/RtlUnicodeString.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/rtl/RtlUnicodeString.c [iso-8859-1] Sat Oct 12 16:05:54 2013
@@ -2,7 +2,7 @@
* PROJECT: ReactOS kernel-mode tests
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Kernel-Mode Test Suite Runtime library unicode string functions test
- * PROGRAMMER: Thomas Faber <thfabba(a)gmx.de>
+ * PROGRAMMER: Thomas Faber <thomas.faber(a)reactos.org>
*/
#define KMT_EMULATE_KERNEL