Removed outdated email addresses.
authorEric Kohl <eric.kohl@reactos.org>
Sat, 9 Jan 2010 22:43:16 +0000 (22:43 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sat, 9 Jan 2010 22:43:16 +0000 (22:43 +0000)
svn path=/trunk/; revision=45020

35 files changed:
reactos/CREDITS
reactos/dll/win32/advapi32/sec/audit.c
reactos/dll/win32/kernel32/misc/computername.c
reactos/dll/win32/user32/misc/exit.c
reactos/drivers/base/beep/beep.c
reactos/drivers/filesystems/fastfat/shutdown.c
reactos/drivers/setup/blue/blue.c
reactos/drivers/storage/class/include/class2.h
reactos/drivers/storage/scsiport/scsiport.c
reactos/hal/halamd64/generic/misc.c
reactos/hal/halppc/generic/beep.c
reactos/hal/halppc/generic/cmos.c
reactos/hal/halppc/generic/display.c
reactos/hal/halppc/generic/misc.c
reactos/hal/halppc/generic/portio.c
reactos/hal/halppc/generic/reboot.c
reactos/hal/halx86/generic/cmos.c
reactos/hal/halx86/generic/reboot.c
reactos/hal/halx86/mp/ipi_mp.c
reactos/hal/halx86/mp/spinlock.c
reactos/include/reactos/libs/samlib/samlib.h
reactos/include/reactos/libs/syssetup/syssetup.h
reactos/lib/fslib/vfatlib/fat12.c
reactos/lib/fslib/vfatlib/fat16.c
reactos/lib/fslib/vfatlib/fat32.c
reactos/lib/rtl/compress.c
reactos/lib/rtl/handle.c
reactos/lib/rtl/luid.c
reactos/lib/rtl/message.c
reactos/ntoskrnl/ex/init.c
reactos/ntoskrnl/fstub/disksup.c
reactos/ntoskrnl/io/iomgr/arcname.c
reactos/ntoskrnl/ke/dpc.c
reactos/ntoskrnl/ke/queue.c
reactos/tools/cdmake/cdmake.c

index c4d65b5..7e13aec 100644 (file)
@@ -16,7 +16,7 @@ Daniel Reimer <reimer.daniel@freenet.de>
 David Welch <welch@cwcom.net>
 Dmitry Chapyshev <dmitry@reactos.org>
 Emanuele Aliberti <ea@iol.it>
-Eric Kohl <ekohl@rz-online.de>
+Eric Kohl
 Eugene Ingerman <geneing@myrealbox.com>
 Filip Navara <xnavara@volny.cz>
 Frederik Leemans
index fda7892..1fc0464 100644 (file)
@@ -4,7 +4,7 @@
  * PROJECT:         ReactOS system libraries
  * FILE:            lib/advapi32/sec/audit.c
  * PURPOSE:         Audit functions
- * PROGRAMMER:      Eric Kohl (ekohl@rz-online.de)
+ * PROGRAMMER:      Eric Kohl
  * UPDATE HISTORY:
  *                  Created 07/19/2003
  */
index b07e644..fcaf9f3 100644 (file)
@@ -21,7 +21,7 @@
  * PROJECT:         ReactOS system libraries
  * PURPOSE:         Computer name functions
  * FILE:            lib/kernel32/misc/computername.c
- * PROGRAMER:       Eric Kohl (ekohl@rz-online.de)
+ * PROGRAMER:       Eric Kohl
  */
 
 /* INCLUDES ******************************************************************/
index 6c4bfa6..a395bb0 100644 (file)
@@ -4,7 +4,7 @@
  * PROJECT:         ReactOS user32.dll
  * FILE:            lib/user32/misc/exit.c
  * PURPOSE:         Shutdown related functions
- * PROGRAMMER:      Eric Kohl (ekohl@rz-online.de)
+ * PROGRAMMER:      Eric Kohl
  */
 
 #include <user32.h>
index 8210840..324ad16 100644 (file)
@@ -4,7 +4,7 @@
  * FILE:            drivers/base/beep/beep.c
  * PURPOSE:         Beep Device Driver
  * PROGRAMMERS:     Alex Ionescu (alex.ionescu@reactos.org)
- *                  Eric Kohl (ekohl@rz-online.de)
+ *                  Eric Kohl
  */
 
 /* INCLUDES ******************************************************************/
index b3f677a..e7d77fd 100644 (file)
@@ -3,7 +3,7 @@
  * PROJECT:          ReactOS kernel
  * FILE:             drivers/fs/vfat/shutdown.c
  * PURPOSE:          VFAT Filesystem
- * PROGRAMMER:       Eric Kohl (ekohl@rz-online.de)
+ * PROGRAMMER:       Eric Kohl
  */
 
 /* INCLUDES *****************************************************************/
index f43d6bb..aab1cb0 100644 (file)
@@ -3,7 +3,7 @@
  * PROJECT:              ReactOS kernel
  * FILE:                 services/dd/blue/blue.c
  * PURPOSE:              Console (blue screen) device driver
- * PROGRAMMER:           Eric Kohl (ekohl@abo.rhein-zeitung.de)
+ * PROGRAMMER:           Eric Kohl
  * UPDATE HISTORY:
  *                       ??? Created
  */
index b2b1161..786233c 100644 (file)
@@ -4,7 +4,7 @@
  * PROJECT:         ReactOS kernel
  * FILE:            services/storage/include/class2.h
  * PURPOSE:         SCSI class driver definitions
- * PROGRAMMER:      Eric Kohl (ekohl@rz-online.de)
+ * PROGRAMMER:      Eric Kohl
  */
 
 #ifndef __INCLUDE_DDK_CLASS2_H
index d64519f..be9fc55 100644 (file)
@@ -21,7 +21,7 @@
  * PROJECT:         ReactOS Storage Stack
  * FILE:            drivers/storage/scsiport/scsiport.c
  * PURPOSE:         SCSI port driver
- * PROGRAMMER:      Eric Kohl (ekohl@rz-online.de)
+ * PROGRAMMER:      Eric Kohl
  *                  Aleksey Bragin (aleksey reactos org)
  */
 
index 469b820..5c6f1ba 100644 (file)
@@ -4,7 +4,7 @@
  * FILE:            hal/halx86/generic/misc.c
  * PURPOSE:         Miscellanous Routines
  * PROGRAMMERS:     Alex Ionescu (alex.ionescu@reactos.org)
- *                  Eric Kohl (ekohl@abo.rhein-zeitung.de)
+ *                  Eric Kohl
  */
 
 /* INCLUDES ******************************************************************/
index 2444941..3a8b907 100644 (file)
@@ -3,7 +3,7 @@
  * PROJECT:         ReactOS kernel
  * FILE:            ntoskrnl/hal/x86/beep.c
  * PURPOSE:         Speaker function (it's only one)
- * PROGRAMMER:      Eric Kohl (ekohl@abo.rhein-zeitung.de)
+ * PROGRAMMER:      Eric Kohl
  * UPDATE HISTORY:
  *                  Created 31/01/99
  */
index 37485ff..0f43a13 100644 (file)
@@ -4,7 +4,7 @@
  * FILE:            hal/halx86/generic/cmos.c
  * PURPOSE:         CMOS Access Routines (Real Time Clock and LastKnownGood)
  * PROGRAMMERS:     Alex Ionescu (alex.ionescu@reactos.org)
- *                  Eric Kohl (ekohl@abo.rhein-zeitung.de)
+ *                  Eric Kohl
  */
 
 /* INCLUDES ******************************************************************/
index e7fe656..10f2704 100644 (file)
@@ -22,7 +22,7 @@
  * PROJECT:         ReactOS kernel
  * FILE:            ntoskrnl/hal/x86/display.c
  * PURPOSE:         Blue screen display
- * PROGRAMMER:      Eric Kohl (ekohl@rz-online.de)
+ * PROGRAMMER:      Eric Kohl
  * UPDATE HISTORY:
  *                  Created 08/10/99
  */
index 469b820..5c6f1ba 100644 (file)
@@ -4,7 +4,7 @@
  * FILE:            hal/halx86/generic/misc.c
  * PURPOSE:         Miscellanous Routines
  * PROGRAMMERS:     Alex Ionescu (alex.ionescu@reactos.org)
- *                  Eric Kohl (ekohl@abo.rhein-zeitung.de)
+ *                  Eric Kohl
  */
 
 /* INCLUDES ******************************************************************/
index 4b61bfc..0fe5283 100644 (file)
@@ -4,7 +4,7 @@
  * PROJECT:         ReactOS kernel
  * FILE:            ntoskrnl/hal/x86/portio.c
  * PURPOSE:         Port I/O functions
- * PROGRAMMER:      Eric Kohl (ekohl@abo.rhein-zeitung.de)
+ * PROGRAMMER:      Eric Kohl
  * UPDATE HISTORY:
  *                  Created 18/10/99
  */
index 61c7518..b43fd1e 100644 (file)
@@ -4,7 +4,7 @@
  * PROJECT:         ReactOS kernel
  * FILE:            ntoskrnl/hal/x86/reboot.c
  * PURPOSE:         Reboot functions.
- * PROGRAMMER:      Eric Kohl (ekohl@abo.rhein-zeitung.de)
+ * PROGRAMMER:      Eric Kohl
  * UPDATE HISTORY:
  *                  Created 11/10/99
  */
index 754d360..0457498 100644 (file)
@@ -4,7 +4,7 @@
  * FILE:            hal/halx86/generic/cmos.c
  * PURPOSE:         CMOS Access Routines (Real Time Clock and LastKnownGood)
  * PROGRAMMERS:     Alex Ionescu (alex.ionescu@reactos.org)
- *                  Eric Kohl (ekohl@abo.rhein-zeitung.de)
+ *                  Eric Kohl
  */
 
 /* INCLUDES ******************************************************************/
index fe822ac..e6a5cff 100644 (file)
@@ -4,7 +4,7 @@
  * FILE:            hal/halx86/generic/reboot.c
  * PURPOSE:         Reboot functions
  * PROGRAMMERS:     Alex Ionescu (alex.ionescu@reactos.org)
- *                  Eric Kohl (ekohl@abo.rhein-zeitung.de)
+ *                  Eric Kohl
  */
 
 /* INCLUDES ******************************************************************/
index 38b6fcf..c9bbb0e 100644 (file)
@@ -4,7 +4,7 @@
  * PROJECT:               ReactOS kernel
  * FILE:                  hal/halx86/mp/ipi_mp.c
  * PURPOSE:               IPI functions for MP
- * PROGRAMMER:            Eric Kohl (ekohl@rz-online.de)
+ * PROGRAMMER:            Eric Kohl
  */
 
 /* INCLUDES *****************************************************************/
index 40be47d..746088f 100644 (file)
@@ -4,7 +4,7 @@
  * FILE:            ntoskrnl/hal/x86/spinlock.c
  * PURPOSE:         Implements spinlocks
  * PROGRAMMER:      David Welch (welch@cwcom.net)
- *                  Eric Kohl (ekohl@rz-online.de)
+ *                  Eric Kohl
  * UPDATE HISTORY:
  *                  09/06/2000 Created
  */
index 25af5e3..512d39a 100644 (file)
@@ -8,7 +8,7 @@
  * This file is part of the ReactOS Operating System.
  *
  * Contributors:
- *  Created by Eric Kohl <ekohl@rz-online.de>
+ *  Created by Eric Kohl
  *
  *  THIS SOFTWARE IS NOT COPYRIGHTED
  *
index 47ee2dc..3313bb2 100644 (file)
@@ -8,7 +8,7 @@
  * This file is part of the ReactOS Operating System.
  *
  * Contributors:
- *  Created by Eric Kohl <ekohl@rz-online.de>
+ *  Created by Eric Kohl
  *
  *  THIS SOFTWARE IS NOT COPYRIGHTED
  *
index 1d4f01a..f1e572e 100644 (file)
@@ -4,7 +4,7 @@
  * FILE:        fat12.c
  * PURPOSE:     Fat12 support
  * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
- *              Eric Kohl (ekohl@rz-online.de)
+ *              Eric Kohl
  * REVISIONS:
  *   EK 05/04-2003 Created
  */
index d59b47e..e35f8fd 100644 (file)
@@ -4,7 +4,7 @@
  * FILE:        fat16.c
  * PURPOSE:     Fat16 support
  * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
- *              Eric Kohl (ekohl@rz-online.de)
+ *              Eric Kohl
  * REVISIONS:
  *   EK 05/04-2003 Created
  */
index 13c2a2e..3fa46bf 100644 (file)
@@ -4,7 +4,7 @@
  * FILE:        fat32.c
  * PURPOSE:     Fat32 support
  * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
- *              Eric Kohl (ekohl@rz-online.de)
+ *              Eric Kohl
  * REVISIONS:
  *   EK 05/04-2003 Created
  */
index 6546371..2ccd606 100644 (file)
@@ -2,7 +2,7 @@
  * PROJECT:         ReactOS system libraries
  * PURPOSE:         Compression and decompression functions
  * FILE:            lib/rtl/compress.c
- * PROGRAMER:       Eric Kohl (ekohl@rz-online.de)
+ * PROGRAMER:       Eric Kohl
  */
 
 /* INCLUDES *****************************************************************/
index a508736..241a8c3 100644 (file)
@@ -2,7 +2,7 @@
  * PROJECT:         ReactOS system libraries
  * PURPOSE:         Handle table
  * FILE:            lib/rtl/handle.c
- * PROGRAMER:       Eric Kohl <ekohl@rz-online.de>
+ * PROGRAMER:       Eric Kohl
  */
 
 /* INCLUDES *****************************************************************/
index 0b3476b..538e9f0 100644 (file)
@@ -2,7 +2,7 @@
  * PROJECT:         ReactOS system libraries
  * PURPOSE:         Locally unique identifier (LUID) helper functions
  * FILE:            lib/rtl/luid.c
- * PROGRAMER:       Eric Kohl <ekohl@zr-online.de>
+ * PROGRAMER:       Eric Kohl
  */
 
 /* INCLUDES *****************************************************************/
index 9546cc1..a2b1783 100644 (file)
@@ -2,7 +2,7 @@
  * PROJECT:         ReactOS system libraries
  * FILE:            lib/rtl/message.c
  * PURPOSE:         Message table functions
- * PROGRAMMERS:     Eric Kohl <ekohl@zr-online.de>
+ * PROGRAMMERS:     Eric Kohl
  */
 
 /* INCLUDES *****************************************************************/
index bc4a37c..8453812 100644 (file)
@@ -4,7 +4,7 @@
  * FILE:            ntoskrnl/ex/init.c
  * PURPOSE:         Executive Initialization Code
  * PROGRAMMERS:     Alex Ionescu (alex.ionescu@reactos.org)
- *                  Eric Kohl (ekohl@rz-online.de)
+ *                  Eric Kohl
  */
 
 /* INCLUDES ******************************************************************/
index f42bb01..29c3dc9 100644 (file)
@@ -4,7 +4,7 @@
 * FILE:            ntoskrnl/fstub/disksup.c
 * PURPOSE:         I/O HAL Routines for Disk Access
 * PROGRAMMERS:     Alex Ionescu (alex.ionescu@reactos.org)
-*                  Eric Kohl (ekohl@rz-online.de)
+*                  Eric Kohl
 *                  Casper S. Hornstrup (chorns@users.sourceforge.net)
 */
 
index 7e01d4a..798219b 100644 (file)
@@ -4,7 +4,7 @@
 * FILE:            ntoskrnl/io/iomgr/arcname.c
 * PURPOSE:         ARC Path Initialization Functions
 * PROGRAMMERS:     Alex Ionescu (alex.ionescu@reactos.org)
-*                  Eric Kohl (ekohl@rz-online.de)
+*                  Eric Kohl
 */
 
 /* INCLUDES ******************************************************************/
index e4150ab..7b4446a 100644 (file)
@@ -5,7 +5,7 @@
  * PURPOSE:         Deferred Procedure Call (DPC) Support
  * PROGRAMMERS:     Alex Ionescu (alex.ionescu@reactos.org)
  *                  Philip Susi (phreak@iag.net)
- *                  Eric Kohl (ekohl@abo.rhein-zeitung.de)
+ *                  Eric Kohl
  */
 
 /* INCLUDES ******************************************************************/
index ce131f0..b5cd4e5 100644 (file)
@@ -5,7 +5,7 @@
  * PURPOSE:         Implements kernel queues
  * PROGRAMMERS:     Alex Ionescu (alex.ionescu@reactos.org)
  *                  Gunnar Dalsnes
- *                  Eric Kohl (ekohl@rz-online.de)
+ *                  Eric Kohl
  */
 
 /* INCLUDES ******************************************************************/
index 080859a..947153f 100644 (file)
@@ -6,7 +6,6 @@
  *
  * ElTorito-Support
  * by Eric Kohl
- * ekohl@rz-online.de
  *
  * Linux port
  * by Casper S. Hornstrup