diff --git a/reactos/CREDITS b/reactos/CREDITS index c4d65b52327..7e13aeca078 100644 --- a/reactos/CREDITS +++ b/reactos/CREDITS @@ -16,7 +16,7 @@ Daniel Reimer David Welch Dmitry Chapyshev Emanuele Aliberti -Eric Kohl +Eric Kohl Eugene Ingerman Filip Navara Frederik Leemans diff --git a/reactos/dll/win32/advapi32/sec/audit.c b/reactos/dll/win32/advapi32/sec/audit.c index fda78928deb..1fc0464a0d5 100644 --- a/reactos/dll/win32/advapi32/sec/audit.c +++ b/reactos/dll/win32/advapi32/sec/audit.c @@ -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 */ diff --git a/reactos/dll/win32/kernel32/misc/computername.c b/reactos/dll/win32/kernel32/misc/computername.c index b07e644ab09..fcaf9f38a59 100644 --- a/reactos/dll/win32/kernel32/misc/computername.c +++ b/reactos/dll/win32/kernel32/misc/computername.c @@ -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 ******************************************************************/ diff --git a/reactos/dll/win32/user32/misc/exit.c b/reactos/dll/win32/user32/misc/exit.c index 6c4bfa64da1..a395bb01d17 100644 --- a/reactos/dll/win32/user32/misc/exit.c +++ b/reactos/dll/win32/user32/misc/exit.c @@ -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 diff --git a/reactos/drivers/base/beep/beep.c b/reactos/drivers/base/beep/beep.c index 821084002a8..324ad1622ae 100644 --- a/reactos/drivers/base/beep/beep.c +++ b/reactos/drivers/base/beep/beep.c @@ -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 ******************************************************************/ diff --git a/reactos/drivers/filesystems/fastfat/shutdown.c b/reactos/drivers/filesystems/fastfat/shutdown.c index b3f677a4f18..e7d77fdd61a 100644 --- a/reactos/drivers/filesystems/fastfat/shutdown.c +++ b/reactos/drivers/filesystems/fastfat/shutdown.c @@ -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 *****************************************************************/ diff --git a/reactos/drivers/setup/blue/blue.c b/reactos/drivers/setup/blue/blue.c index f43d6bb216b..aab1cb03d97 100644 --- a/reactos/drivers/setup/blue/blue.c +++ b/reactos/drivers/setup/blue/blue.c @@ -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 */ diff --git a/reactos/drivers/storage/class/include/class2.h b/reactos/drivers/storage/class/include/class2.h index b2b11619212..786233c7ad0 100644 --- a/reactos/drivers/storage/class/include/class2.h +++ b/reactos/drivers/storage/class/include/class2.h @@ -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 diff --git a/reactos/drivers/storage/scsiport/scsiport.c b/reactos/drivers/storage/scsiport/scsiport.c index d64519fe13e..be9fc55c237 100644 --- a/reactos/drivers/storage/scsiport/scsiport.c +++ b/reactos/drivers/storage/scsiport/scsiport.c @@ -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) */ diff --git a/reactos/hal/halamd64/generic/misc.c b/reactos/hal/halamd64/generic/misc.c index 469b820e215..5c6f1ba448e 100644 --- a/reactos/hal/halamd64/generic/misc.c +++ b/reactos/hal/halamd64/generic/misc.c @@ -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 ******************************************************************/ diff --git a/reactos/hal/halppc/generic/beep.c b/reactos/hal/halppc/generic/beep.c index 2444941f8bf..3a8b90707d9 100644 --- a/reactos/hal/halppc/generic/beep.c +++ b/reactos/hal/halppc/generic/beep.c @@ -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 */ diff --git a/reactos/hal/halppc/generic/cmos.c b/reactos/hal/halppc/generic/cmos.c index 37485ff67be..0f43a1348f4 100644 --- a/reactos/hal/halppc/generic/cmos.c +++ b/reactos/hal/halppc/generic/cmos.c @@ -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 ******************************************************************/ diff --git a/reactos/hal/halppc/generic/display.c b/reactos/hal/halppc/generic/display.c index e7fe6569449..10f2704112b 100644 --- a/reactos/hal/halppc/generic/display.c +++ b/reactos/hal/halppc/generic/display.c @@ -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 */ diff --git a/reactos/hal/halppc/generic/misc.c b/reactos/hal/halppc/generic/misc.c index 469b820e215..5c6f1ba448e 100644 --- a/reactos/hal/halppc/generic/misc.c +++ b/reactos/hal/halppc/generic/misc.c @@ -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 ******************************************************************/ diff --git a/reactos/hal/halppc/generic/portio.c b/reactos/hal/halppc/generic/portio.c index 4b61bfc05c9..0fe52830de2 100644 --- a/reactos/hal/halppc/generic/portio.c +++ b/reactos/hal/halppc/generic/portio.c @@ -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 */ diff --git a/reactos/hal/halppc/generic/reboot.c b/reactos/hal/halppc/generic/reboot.c index 61c751805e2..b43fd1ead90 100644 --- a/reactos/hal/halppc/generic/reboot.c +++ b/reactos/hal/halppc/generic/reboot.c @@ -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 */ diff --git a/reactos/hal/halx86/generic/cmos.c b/reactos/hal/halx86/generic/cmos.c index 754d360a543..0457498a878 100644 --- a/reactos/hal/halx86/generic/cmos.c +++ b/reactos/hal/halx86/generic/cmos.c @@ -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 ******************************************************************/ diff --git a/reactos/hal/halx86/generic/reboot.c b/reactos/hal/halx86/generic/reboot.c index fe822ac40f6..e6a5cffee24 100644 --- a/reactos/hal/halx86/generic/reboot.c +++ b/reactos/hal/halx86/generic/reboot.c @@ -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 ******************************************************************/ diff --git a/reactos/hal/halx86/mp/ipi_mp.c b/reactos/hal/halx86/mp/ipi_mp.c index 38b6fcf9cd5..c9bbb0e7dee 100644 --- a/reactos/hal/halx86/mp/ipi_mp.c +++ b/reactos/hal/halx86/mp/ipi_mp.c @@ -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 *****************************************************************/ diff --git a/reactos/hal/halx86/mp/spinlock.c b/reactos/hal/halx86/mp/spinlock.c index 40be47d6daa..746088ffcfa 100644 --- a/reactos/hal/halx86/mp/spinlock.c +++ b/reactos/hal/halx86/mp/spinlock.c @@ -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 */ diff --git a/reactos/include/reactos/libs/samlib/samlib.h b/reactos/include/reactos/libs/samlib/samlib.h index 25af5e3ed58..512d39a80c7 100644 --- a/reactos/include/reactos/libs/samlib/samlib.h +++ b/reactos/include/reactos/libs/samlib/samlib.h @@ -8,7 +8,7 @@ * This file is part of the ReactOS Operating System. * * Contributors: - * Created by Eric Kohl + * Created by Eric Kohl * * THIS SOFTWARE IS NOT COPYRIGHTED * diff --git a/reactos/include/reactos/libs/syssetup/syssetup.h b/reactos/include/reactos/libs/syssetup/syssetup.h index 47ee2dc40ea..3313bb239a0 100644 --- a/reactos/include/reactos/libs/syssetup/syssetup.h +++ b/reactos/include/reactos/libs/syssetup/syssetup.h @@ -8,7 +8,7 @@ * This file is part of the ReactOS Operating System. * * Contributors: - * Created by Eric Kohl + * Created by Eric Kohl * * THIS SOFTWARE IS NOT COPYRIGHTED * diff --git a/reactos/lib/fslib/vfatlib/fat12.c b/reactos/lib/fslib/vfatlib/fat12.c index 1d4f01afd55..f1e572e2a88 100644 --- a/reactos/lib/fslib/vfatlib/fat12.c +++ b/reactos/lib/fslib/vfatlib/fat12.c @@ -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 */ diff --git a/reactos/lib/fslib/vfatlib/fat16.c b/reactos/lib/fslib/vfatlib/fat16.c index d59b47edcff..e35f8fd1291 100644 --- a/reactos/lib/fslib/vfatlib/fat16.c +++ b/reactos/lib/fslib/vfatlib/fat16.c @@ -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 */ diff --git a/reactos/lib/fslib/vfatlib/fat32.c b/reactos/lib/fslib/vfatlib/fat32.c index 13c2a2e06bb..3fa46bf2e2c 100644 --- a/reactos/lib/fslib/vfatlib/fat32.c +++ b/reactos/lib/fslib/vfatlib/fat32.c @@ -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 */ diff --git a/reactos/lib/rtl/compress.c b/reactos/lib/rtl/compress.c index 654637128df..2ccd6061eca 100644 --- a/reactos/lib/rtl/compress.c +++ b/reactos/lib/rtl/compress.c @@ -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 *****************************************************************/ diff --git a/reactos/lib/rtl/handle.c b/reactos/lib/rtl/handle.c index a508736129d..241a8c3b064 100644 --- a/reactos/lib/rtl/handle.c +++ b/reactos/lib/rtl/handle.c @@ -2,7 +2,7 @@ * PROJECT: ReactOS system libraries * PURPOSE: Handle table * FILE: lib/rtl/handle.c - * PROGRAMER: Eric Kohl + * PROGRAMER: Eric Kohl */ /* INCLUDES *****************************************************************/ diff --git a/reactos/lib/rtl/luid.c b/reactos/lib/rtl/luid.c index 0b3476b3408..538e9f05c47 100644 --- a/reactos/lib/rtl/luid.c +++ b/reactos/lib/rtl/luid.c @@ -2,7 +2,7 @@ * PROJECT: ReactOS system libraries * PURPOSE: Locally unique identifier (LUID) helper functions * FILE: lib/rtl/luid.c - * PROGRAMER: Eric Kohl + * PROGRAMER: Eric Kohl */ /* INCLUDES *****************************************************************/ diff --git a/reactos/lib/rtl/message.c b/reactos/lib/rtl/message.c index 9546cc124f5..a2b17839324 100644 --- a/reactos/lib/rtl/message.c +++ b/reactos/lib/rtl/message.c @@ -2,7 +2,7 @@ * PROJECT: ReactOS system libraries * FILE: lib/rtl/message.c * PURPOSE: Message table functions - * PROGRAMMERS: Eric Kohl + * PROGRAMMERS: Eric Kohl */ /* INCLUDES *****************************************************************/ diff --git a/reactos/ntoskrnl/ex/init.c b/reactos/ntoskrnl/ex/init.c index bc4a37c7847..845381231a9 100644 --- a/reactos/ntoskrnl/ex/init.c +++ b/reactos/ntoskrnl/ex/init.c @@ -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 ******************************************************************/ diff --git a/reactos/ntoskrnl/fstub/disksup.c b/reactos/ntoskrnl/fstub/disksup.c index f42bb014197..29c3dc9ea91 100644 --- a/reactos/ntoskrnl/fstub/disksup.c +++ b/reactos/ntoskrnl/fstub/disksup.c @@ -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) */ diff --git a/reactos/ntoskrnl/io/iomgr/arcname.c b/reactos/ntoskrnl/io/iomgr/arcname.c index 7e01d4abb52..798219b8764 100644 --- a/reactos/ntoskrnl/io/iomgr/arcname.c +++ b/reactos/ntoskrnl/io/iomgr/arcname.c @@ -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 ******************************************************************/ diff --git a/reactos/ntoskrnl/ke/dpc.c b/reactos/ntoskrnl/ke/dpc.c index e4150aba8d3..7b4446a543b 100644 --- a/reactos/ntoskrnl/ke/dpc.c +++ b/reactos/ntoskrnl/ke/dpc.c @@ -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 ******************************************************************/ diff --git a/reactos/ntoskrnl/ke/queue.c b/reactos/ntoskrnl/ke/queue.c index ce131f03ab9..b5cd4e5b4ac 100644 --- a/reactos/ntoskrnl/ke/queue.c +++ b/reactos/ntoskrnl/ke/queue.c @@ -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 ******************************************************************/ diff --git a/reactos/tools/cdmake/cdmake.c b/reactos/tools/cdmake/cdmake.c index 080859a94d2..947153f07da 100644 --- a/reactos/tools/cdmake/cdmake.c +++ b/reactos/tools/cdmake/cdmake.c @@ -6,7 +6,6 @@ * * ElTorito-Support * by Eric Kohl - * ekohl@rz-online.de * * Linux port * by Casper S. Hornstrup