[ros-diffs] [ekohl] 26648: Remove outdated email addresses.

ekohl at svn.reactos.org ekohl at svn.reactos.org
Sat May 5 13:32:26 CEST 2007


Author: ekohl
Date: Sat May  5 15:32:25 2007
New Revision: 26648

URL: http://svn.reactos.org/svn/reactos?rev=26648&view=rev
Log:
Remove outdated email addresses.

Modified:
    trunk/reactos/base/setup/welcome/welcome.c
    trunk/reactos/base/shell/cmd/alias.c
    trunk/reactos/base/shell/cmd/attrib.c
    trunk/reactos/base/shell/cmd/batch.c
    trunk/reactos/base/shell/cmd/beep.c
    trunk/reactos/base/shell/cmd/call.c
    trunk/reactos/base/shell/cmd/chcp.c
    trunk/reactos/base/shell/cmd/cls.c
    trunk/reactos/base/shell/cmd/cmd.c
    trunk/reactos/base/shell/cmd/cmd.h
    trunk/reactos/base/shell/cmd/cmdinput.c
    trunk/reactos/base/shell/cmd/cmdtable.c
    trunk/reactos/base/shell/cmd/color.c
    trunk/reactos/base/shell/cmd/console.c
    trunk/reactos/base/shell/cmd/copy.c
    trunk/reactos/base/shell/cmd/date.c
    trunk/reactos/base/shell/cmd/del.c
    trunk/reactos/base/shell/cmd/dir.c
    trunk/reactos/base/shell/cmd/dirstack.c
    trunk/reactos/base/shell/cmd/echo.c
    trunk/reactos/base/shell/cmd/error.c
    trunk/reactos/base/shell/cmd/filecomp.c
    trunk/reactos/base/shell/cmd/goto.c
    trunk/reactos/base/shell/cmd/history.c
    trunk/reactos/base/shell/cmd/if.c
    trunk/reactos/base/shell/cmd/internal.c
    trunk/reactos/base/shell/cmd/label.c
    trunk/reactos/base/shell/cmd/locale.c
    trunk/reactos/base/shell/cmd/misc.c
    trunk/reactos/base/shell/cmd/move.c
    trunk/reactos/base/shell/cmd/path.c
    trunk/reactos/base/shell/cmd/pause.c
    trunk/reactos/base/shell/cmd/prompt.c
    trunk/reactos/base/shell/cmd/redir.c
    trunk/reactos/base/shell/cmd/ren.c
    trunk/reactos/base/shell/cmd/set.c
    trunk/reactos/base/shell/cmd/shift.c
    trunk/reactos/base/shell/cmd/start.c
    trunk/reactos/base/shell/cmd/time.c
    trunk/reactos/base/shell/cmd/type.c
    trunk/reactos/base/shell/cmd/ver.c
    trunk/reactos/base/shell/cmd/verify.c
    trunk/reactos/base/shell/cmd/vol.c
    trunk/reactos/base/shell/cmd/where.c
    trunk/reactos/boot/freeldr/freeldr/arch/i386/i386cpu.S
    trunk/reactos/boot/freeldr/freeldr/arch/i386/i386pnp.S
    trunk/reactos/boot/freeldr/freeldr/arch/i386/portio.c

Modified: trunk/reactos/base/setup/welcome/welcome.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/welcome/welcome.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/setup/welcome/welcome.c (original)
+++ trunk/reactos/base/setup/welcome/welcome.c Sat May  5 15:32:25 2007
@@ -21,7 +21,7 @@
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS welcome/autorun application
  * FILE:        subsys/system/welcome/welcome.c
- * PROGRAMMERS: Eric Kohl (ekohl at rz-online.de)
+ * PROGRAMMERS: Eric Kohl
  *              Casper S. Hornstrup (chorns at users.sourceforge.net)
  *
  * NOTE:

Modified: trunk/reactos/base/shell/cmd/alias.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/alias.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/alias.c (original)
+++ trunk/reactos/base/shell/cmd/alias.c Sat May  5 15:32:25 2007
@@ -15,14 +15,14 @@
  *        added config.h include
  *        added ifdef's to disable aliases
  *
- *    09-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    09-Dec-1998 Eric Kohl
  *        Fixed crash when removing an alias in DeleteAlias().
  *        Added help text ("/?").
  *
- *    14-Jan-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    14-Jan-1998 Eric Kohl
  *        Clean up and Unicode safe!
  *
- *    24-Jan-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    24-Jan-1998 Eric Kohl
  *        Redirection safe!
  *
  *    02-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/attrib.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/attrib.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/attrib.c (original)
+++ trunk/reactos/base/shell/cmd/attrib.c Sat May  5 15:32:25 2007
@@ -4,28 +4,28 @@
  *
  *  History:
  *
- *    04-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    04-Dec-1998 Eric Kohl
  *        started
  *
- *    09-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    09-Dec-1998 Eric Kohl
  *        implementation works, except recursion ("attrib /s").
  *
- *    05-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    05-Jan-1999 Eric Kohl
  *        major rewrite.
  *        fixed recursion ("attrib /s").
  *        started directory support ("attrib /s /d").
  *        updated help text.
  *
- *    14-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    14-Jan-1999 Eric Kohl
  *        Unicode ready!
  *
- *    19-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    19-Jan-1999 Eric Kohl
  *        Redirection ready!
  *
- *    21-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    21-Jan-1999 Eric Kohl
  *        Added check for invalid filenames.
  *
- *    23-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    23-Jan-1999 Eric Kohl
  *        Added handling of multiple filenames.
  *
  *    02-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/batch.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/batch.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/batch.c (original)
+++ trunk/reactos/base/shell/cmd/batch.c Sat May  5 15:32:25 2007
@@ -47,7 +47,7 @@
  *    02-Aug-1998 (Hans B Pufal) [HBP_003]
  *        Fixed bug in ECHO flag restoration at exit from batch file
  *
- *    26-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    26-Jan-1999 Eric Kohl
  *        Replaced CRT io functions by Win32 io functions.
  *        Unicode safe!
  *

Modified: trunk/reactos/base/shell/cmd/beep.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/beep.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/beep.c (original)
+++ trunk/reactos/base/shell/cmd/beep.c Sat May  5 15:32:25 2007
@@ -13,11 +13,11 @@
  *    27-Jul-1998 (John P Price <linux-guru at gcfl.net>)
  *        added config.h include
  *
- *    14-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    14-Jan-1999 (Eric Kohl)
  *        Added help text ("beep /?").
  *        Unicode ready!
  *
- *    20-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    20-Jan-1999 (Eric Kohl)
  *        Redirection ready!
  *
  *    02-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/call.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/call.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/call.c (original)
+++ trunk/reactos/base/shell/cmd/call.c Sat May  5 15:32:25 2007
@@ -18,10 +18,10 @@
  *        lock-up that happened sometimes when calling a batch file from
  *        another batch file.
  *
- *    07-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    07-Jan-1999 (Eric Kohl)
  *        Added help text ("call /?") and cleaned up.
  *
- *    20-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    20-Jan-1999 (Eric Kohl)
  *        Unicode and redirection safe!
  *
  *    02-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/chcp.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/chcp.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/chcp.c (original)
+++ trunk/reactos/base/shell/cmd/chcp.c Sat May  5 15:32:25 2007
@@ -4,7 +4,7 @@
  *
  *  History:
  *
- *    23-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    23-Dec-1998 (Eric Kohl)
  *        Started.
  *
  *    02-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/cls.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/cls.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/cls.c (original)
+++ trunk/reactos/base/shell/cmd/cls.c Sat May  5 15:32:25 2007
@@ -10,16 +10,16 @@
  *    27-Jul-1998 (John P Price <linux-guru at gcfl.net>)
  *        added config.h include
  *
- *    04-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    04-Dec-1998 (Eric Kohl)
  *        Changed to Win32 console app.
  *
- *    08-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    08-Dec-1998 (Eric Kohl)
  *        Added help text ("/?").
  *
- *    14-Jan-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    14-Jan-1998 (Eric Kohl)
  *        Unicode ready!
  *
- *    20-Jan-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    20-Jan-1998 (Eric Kohl)
  *        Redirection ready!
  *
  *    02-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/cmd.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/cmd.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/cmd.c (original)
+++ trunk/reactos/base/shell/cmd/cmd.c Sat May  5 15:32:25 2007
@@ -84,36 +84,36 @@
  *        Fixed carrage return output to better match MSDOS with echo
  *        on or off. (marked with "JPP 19980708")
  *
- *    07-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    07-Dec-1998 (Eric Kohl)
  *        First ReactOS release.
  *        Extended length of commandline buffers to 512.
  *
- *    13-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    13-Dec-1998 (Eric Kohl)
  *        Added COMSPEC environment variable.
  *        Added "/t" support (color) on cmd command line.
  *
- *    07-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    07-Jan-1999 (Eric Kohl)
  *        Added help text ("cmd /?").
  *
- *    25-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    25-Jan-1999 (Eric Kohl)
  *        Unicode and redirection safe!
  *        Fixed redirections and piping.
  *        Piping is based on temporary files, but basic support
  *        for anonymous pipes already exists.
  *
- *    27-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    27-Jan-1999 (Eric Kohl)
  *        Replaced spawnl() by CreateProcess().
  *
- *    22-Oct-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    22-Oct-1999 (Eric Kohl)
  *        Added break handler.
  *
- *    15-Dec-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    15-Dec-1999 (Eric Kohl)
  *        Fixed current directory
  *
- *    28-Dec-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    28-Dec-1999 (Eric Kohl)
  *        Restore window title after program/batch execution
  *
- *    03-Feb-2001 (Eric Kohl <ekohl at rz-online.de>)
+ *    03-Feb-2001 (Eric Kohl)
  *        Workaround because argc[0] is NULL under ReactOS
  *
  *    23-Feb-2001 (Carl Nettelblad <cnettel at hem.passagen.se>)

Modified: trunk/reactos/base/shell/cmd/cmd.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/cmd.h?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/cmd.h (original)
+++ trunk/reactos/base/shell/cmd/cmd.h Sat May  5 15:32:25 2007
@@ -16,7 +16,7 @@
  *    30-Jul-1998 (John P Price <linux-guru at gcfl.net>)
  *        Added compile date to version.
  *
- *    26-Feb-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    26-Feb-1999 (Eric Kohl)
  *        Introduced a new version string.
  *        Thanks to Emanuele Aliberti!
  */

Modified: trunk/reactos/base/shell/cmd/cmdinput.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/cmdinput.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/cmdinput.c (original)
+++ trunk/reactos/base/shell/cmd/cmdinput.c Sat May  5 15:32:25 2007
@@ -79,15 +79,15 @@
  *        Fixed carrage return output to better match MSDOS with echo
  *        on or off.(marked with "JPP 19980708")
  *
- *    13-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    13-Dec-1998 (Eric Kohl)
  *        Added insert/overwrite cursor.
  *
- *    25-Jan-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    25-Jan-1998 (Eric Kohl)
  *        Replaced CRT io functions by Win32 console io functions.
  *        This can handle <Shift>-<Tab> for 4NT filename completion.
  *        Unicode and redirection safe!
  *
- *    04-Feb-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    04-Feb-1999 (Eric Kohl)
  *        Fixed input bug. A "line feed" character remained in the keyboard
  *        input queue when you pressed <RETURN>. This sometimes caused
  *        some very strange effects.

Modified: trunk/reactos/base/shell/cmd/cmdtable.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/cmdtable.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/cmdtable.c (original)
+++ trunk/reactos/base/shell/cmd/cmdtable.c Sat May  5 15:32:25 2007
@@ -13,7 +13,7 @@
  *    27 Jul 1998  John P. Price
  *        added config.h include
  *
- *    21-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    21-Jan-1999 (Eric Kohl)
  *        Unicode ready!
  */
 

Modified: trunk/reactos/base/shell/cmd/color.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/color.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/color.c (original)
+++ trunk/reactos/base/shell/cmd/color.c Sat May  5 15:32:25 2007
@@ -4,13 +4,13 @@
  *
  *  History:
  *
- *    13-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    13-Dec-1998 (Eric Kohl)
  *        Started.
  *
- *    19-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    19-Jan-1999 (Eric Kohl)
  *        Unicode ready!
  *
- *    20-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    20-Jan-1999 (Eric Kohl)
  *        Redirection ready!
  *
  *    14-Oct-1999 (Paolo Pantaleo <paolopan at freemail.it>)

Modified: trunk/reactos/base/shell/cmd/console.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/console.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/console.c (original)
+++ trunk/reactos/base/shell/cmd/console.c Sat May  5 15:32:25 2007
@@ -4,7 +4,7 @@
  *
  *  History:
  *
- *    20-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    20-Jan-1999 (Eric Kohl)
  *        started
  *
  *    03-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/copy.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/copy.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/copy.c (original)
+++ trunk/reactos/base/shell/cmd/copy.c Sat May  5 15:32:25 2007
@@ -11,13 +11,13 @@
  *        fixed memory leak problem in copy function.
  *        fixed copy function so it would work with wildcards in the source
  *
- *    13-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    13-Dec-1998 (Eric Kohl)
  *        Added COPY command to CMD.
  *
- *    26-Jan-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    26-Jan-1998 (Eric Kohl)
  *        Replaced CRT io functions by Win32 io functions.
  *
- *    27-Oct-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    27-Oct-1998 (Eric Kohl)
  *        Disabled prompting when used in batch mode.
  *
  *    03-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/date.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/date.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/date.c (original)
+++ trunk/reactos/base/shell/cmd/date.c Sat May  5 15:32:25 2007
@@ -18,13 +18,13 @@
  *        fixed stand-alone mode.
  *        Added Pacific C compatible dos_getdate functions
  *
- *    09-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    09-Jan-1999 (Eric Kohl)
  *        Added locale support
  *
- *    23-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    23-Jan-1999 (Eric Kohl)
  *        Unicode and redirection safe!
  *
- *    04-Feb-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    04-Feb-1999 (Eric Kohl)
  *        Fixed date input bug.
  *
  *    03-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/del.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/del.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/del.c (original)
+++ trunk/reactos/base/shell/cmd/del.c Sat May  5 15:32:25 2007
@@ -15,19 +15,19 @@
 *    27-Jul-1998 (John P Price <linux-guru at gcfl.net>)
 *        added config.h include
 *
-*    09-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeiung.de>)
+*    09-Dec-1998 (Eric Kohl)
 *        Fixed command line parsing bugs.
 *
-*    21-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeiung.de>)
+*    21-Jan-1999 (Eric Kohl)
 *        Started major rewrite using a new structure.
 *
-*    03-Feb-1999 (Eric Kohl <ekohl at abo.rhein-zeiung.de>)
+*    03-Feb-1999 (Eric Kohl)
 *        First working version.
 *
-*    30-Mar-1999 (Eric Kohl <ekohl at abo.rhein-zeiung.de>)
+*    30-Mar-1999 (Eric Kohl)
 *        Added quiet ("/Q"), wipe ("/W") and zap ("/Z") option.
 *
-*    06-Nov-1999 (Eric Kohl <ekohl at abo.rhein-zeiung.de>)
+*    06-Nov-1999 (Eric Kohl)
 *        Little fix to keep DEL quiet inside batch files.
 *
 *    28-Jan-2004 (Michael Fritscher <michael at fritscher.net>)

Modified: trunk/reactos/base/shell/cmd/dir.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/dir.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/dir.c (original)
+++ trunk/reactos/base/shell/cmd/dir.c Sat May  5 15:32:25 2007
@@ -90,24 +90,24 @@
  *        added config.h include
  *
  *
- *    04-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    04-Dec-1998 (Eric Kohl)
  *        Converted source code to Win32, except recursive dir ("dir /s").
  *
- *    10-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    10-Dec-1998 (Eric Kohl)
  *        Fixed recursive dir ("dir /s").
  *
- *    14-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    14-Dec-1998 (Eric Kohl)
  *        Converted to Win32 directory functions and
  *        fixed some output bugs. There are still some more ;)
  *
- *    10-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    10-Jan-1999 (Eric Kohl)
  *        Added "/N" and "/4" options, "/O" is a dummy.
  *        Added locale support.
  *
- *    20-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    20-Jan-1999 (Eric Kohl)
  *        Redirection safe!
  *
- *    01-Mar-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    01-Mar-1999 (Eric Kohl)
  *        Replaced all runtime io functions by their Win32 counterparts.
  *
  *    23-Feb-2001 (Carl Nettelblad <cnettel at hem.passagen.se>)

Modified: trunk/reactos/base/shell/cmd/dirstack.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/dirstack.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/dirstack.c (original)
+++ trunk/reactos/base/shell/cmd/dirstack.c Sat May  5 15:32:25 2007
@@ -4,13 +4,13 @@
  *
  *  History:
  *
- *    14-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    14-Dec-1998 (Eric Kohl)
  *        Implemented PUSHD and POPD command.
  *
- *    20-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    20-Jan-1999 (Eric Kohl)
  *        Unicode and redirection safe!
  *
- *    20-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    20-Jan-1999 (Eric Kohl)
  *        Added DIRS command.
  */
 

Modified: trunk/reactos/base/shell/cmd/echo.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/echo.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/echo.c (original)
+++ trunk/reactos/base/shell/cmd/echo.c Sat May  5 15:32:25 2007
@@ -13,13 +13,13 @@
  *    27-Jul-1998 (John P Price <linux-guru at gcfl.net>)
  *        Added config.h include
  *
- *    08-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    08-Dec-1998 (Eric Kohl)
  *        Added help text ("/?").
  *
- *    19-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    19-Jan-1999 (Eric Kohl)
  *        Unicode and redirection ready!
  *
- *    13-Jul-2000 (Eric Kohl <ekohl at rz-online.de>)
+ *    13-Jul-2000 (Eric Kohl)
  *        Implemented 'echo.' and 'echoerr.'.
  *
  *    28-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/error.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/error.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/error.c (original)
+++ trunk/reactos/base/shell/cmd/error.c Sat May  5 15:32:25 2007
@@ -10,10 +10,10 @@
  *    27-Jul-1998 (John P Price <linux-guru at gcfl.net>)
  *        added config.h include
  *
- *    24-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    24-Jan-1999 (Eric Kohl)
  *        Redirection safe!
  *
- *    02-Feb-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    02-Feb-1999 (Eric Kohl)
  *        Use FormatMessage() for error reports.
  *
  *    28-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/filecomp.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/filecomp.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/filecomp.c (original)
+++ trunk/reactos/base/shell/cmd/filecomp.c Sat May  5 15:32:25 2007
@@ -9,7 +9,7 @@
  *       made second TAB display list of filename matches
  *       made filename be lower case if last character typed is lower case
  *
- *    25-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    25-Jan-1999 (Eric Kohl)
  *       Cleanup. Unicode safe!
  *
  *    30-Apr-2004 (Filip Navara <xnavara at volny.cz>)

Modified: trunk/reactos/base/shell/cmd/goto.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/goto.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/goto.c (original)
+++ trunk/reactos/base/shell/cmd/goto.c Sat May  5 15:32:25 2007
@@ -16,10 +16,10 @@
  *        Terminate label on first space character, use only first 8 chars of
  *        label string
  *
- *    24-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    24-Jan-1999 (Eric Kohl)
  *        Unicode and redirection safe!
  *
- *    27-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    27-Jan-1999 (Eric Kohl)
  *        Added help text ("/?").
  *
  *    28-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/history.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/history.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/history.c (original)
+++ trunk/reactos/base/shell/cmd/history.c Sat May  5 15:32:25 2007
@@ -14,7 +14,7 @@
  *    27-Jul-1998 (John P Price <linux-guru at gcfl.net>)
  *        added config.h include
  *
- *    25-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    25-Jan-1999 (Eric Kohl)
  *        Cleanup!
  *        Unicode and redirection safe!
  *

Modified: trunk/reactos/base/shell/cmd/if.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/if.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/if.c (original)
+++ trunk/reactos/base/shell/cmd/if.c Sat May  5 15:32:25 2007
@@ -13,13 +13,13 @@
  *    27-Jul-1998 (John P Price <linux-guru at gcfl.net>)
  *        added config.h include
  *
- *    07-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    07-Jan-1999 (Eric Kohl)
  *        Added help text ("if /?") and cleaned up.
  *
- *    21-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    21-Jan-1999 (Eric Kohl)
  *        Unicode and redirection ready!
  *
- *    01-Sep-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    01-Sep-1999 (Eric Kohl)
  *        Fixed help text.
  *
  *    17-Feb-2001 (ea)

Modified: trunk/reactos/base/shell/cmd/internal.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/internal.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/internal.c (original)
+++ trunk/reactos/base/shell/cmd/internal.c Sat May  5 15:32:25 2007
@@ -97,26 +97,26 @@
  *    27-Jul-1998 (John P Price <linux-guru at gcfl.net>)
  *        added config.h include
  *
- *    03-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    03-Dec-1998 (Eric Kohl)
  *        Replaced DOS calls by Win32 calls.
  *
- *    08-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    08-Dec-1998 (Eric Kohl)
  *        Added help texts ("/?").
  *
- *    18-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    18-Dec-1998 (Eric Kohl)
  *        Added support for quoted arguments (cd "program files").
  *
- *    07-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    07-Jan-1999 (Eric Kohl)
  *        Clean up.
  *
- *    26-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    26-Jan-1999 (Eric Kohl)
  *        Replaced remaining CRT io functions by Win32 io functions.
  *        Unicode safe!
  *
- *    30-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    30-Jan-1999 (Eric Kohl)
  *        Added "cd -" feature. Changes to the previous directory.
  *
- *    15-Mar-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    15-Mar-1999 (Eric Kohl)
  *        Fixed bug in "cd -" feature. If the previous directory was a root
  *        directory, it was ignored.
  *

Modified: trunk/reactos/base/shell/cmd/label.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/label.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/label.c (original)
+++ trunk/reactos/base/shell/cmd/label.c Sat May  5 15:32:25 2007
@@ -4,13 +4,13 @@
  *
  *  History:
  *
- *    10-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    10-Dec-1998 (Eric Kohl)
  *        Started.
  *
- *    11-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    11-Dec-1998 (Eric Kohl)
  *        Finished.
  *
- *    19-Jan-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    19-Jan-1998 (Eric Kohl)
  *        Unicode ready!
  *
  *    28-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/locale.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/locale.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/locale.c (original)
+++ trunk/reactos/base/shell/cmd/locale.c Sat May  5 15:32:25 2007
@@ -4,10 +4,10 @@
  *
  *  History:
  *
- *    09-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    09-Jan-1999 (Eric Kohl)
  *        Started.
  *
- *    20-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    20-Jan-1999 (Eric Kohl)
  *        Unicode safe!
  */
 

Modified: trunk/reactos/base/shell/cmd/misc.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/misc.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/misc.c (original)
+++ trunk/reactos/base/shell/cmd/misc.c Sat May  5 15:32:25 2007
@@ -13,19 +13,19 @@
  *    27-Jul-1998 (John P Price <linux-guru at gcfl.net>)
  *        added config.h include
  *
- *    18-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    18-Dec-1998 (Eric Kohl)
  *        Changed split() to accept quoted arguments.
  *        Removed parse_firstarg().
  *
- *    23-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    23-Jan-1999 (Eric Kohl)
  *        Fixed an ugly bug in split(). In rare cases (last character
  *        of the string is a space) it ignored the NULL character and
  *        tried to add the following to the argument list.
  *
- *    28-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    28-Jan-1999 (Eric Kohl)
  *        FileGetString() seems to be working now.
  *
- *    06-Nov-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    06-Nov-1999 (Eric Kohl)
  *        Added PagePrompt() and FilePrompt().
  *
  *    30-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/move.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/move.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/move.c (original)
+++ trunk/reactos/base/shell/cmd/move.c Sat May  5 15:32:25 2007
@@ -4,21 +4,21 @@
 *
 *  History:
 *
-*    14-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+*    14-Dec-1998 (Eric Kohl)
 *        Started.
 *
-*    18-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+*    18-Jan-1999 (Eric Kohl)
 *        Unicode safe!
 *        Preliminary version!!!
 *
-*    20-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+*    20-Jan-1999 (Eric Kohl)
 *        Redirection safe!
 *
-*    27-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+*    27-Jan-1999 (Eric Kohl)
 *        Added help text ("/?").
 *        Added more error checks.
 *
-*    03-Feb-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+*    03-Feb-1999 (Eric Kohl)
 *        Added "/N" option.
 *
 *    30-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/path.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/path.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/path.c (original)
+++ trunk/reactos/base/shell/cmd/path.c Sat May  5 15:32:25 2007
@@ -10,16 +10,16 @@
  *    27-Jul-1998 (John P Price <linux-guru at gcfl.net>)
  *        added config.h include
  *
- *    09-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    09-Dec-1998 (Eric Kohl)
  *        Added help text ("/?").
  *
- *    18-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    18-Jan-1999 (Eric Kohl)
  *        Unicode ready!
  *
- *    18-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    18-Jan-1999 (Eric Kohl)
  *        Redirection safe!
  *
- *    24-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    24-Jan-1999 (Eric Kohl)
  *        Fixed Win32 environment handling.
  *
  *    30-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/pause.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/pause.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/pause.c (original)
+++ trunk/reactos/base/shell/cmd/pause.c Sat May  5 15:32:25 2007
@@ -13,7 +13,7 @@
  *    27-Jul-1998 (John P Price <linux-guru at gcfl.net>)
  *        added config.h include
  *
- *    18-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    18-Jan-1999 (Eric Kohl)
  *        Unicode ready!
  */
 

Modified: trunk/reactos/base/shell/cmd/prompt.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/prompt.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/prompt.c (original)
+++ trunk/reactos/base/shell/cmd/prompt.c Sat May  5 15:32:25 2007
@@ -26,21 +26,21 @@
  *    28-Jul-1998 (John P Price <linux-guru at gcfl.net>)
  *        moved cmd_prompt from internal.c to here
  *
- *    09-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    09-Dec-1998 (Eric Kohl)
  *        Added help text ("/?").
  *
- *    14-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    14-Dec-1998 (Eric Kohl)
  *        Added "$+" option.
  *
- *    09-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    09-Jan-1999 (Eric Kohl)
  *        Added "$A", "$C" and "$F" option.
  *        Added locale support.
  *        Fixed "$V" option.
  *
- *    20-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    20-Jan-1999 (Eric Kohl)
  *        Unicode and redirection safe!
  *
- *    24-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    24-Jan-1999 (Eric Kohl)
  *        Fixed Win32 environment handling.
  *
  *    30-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/redir.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/redir.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/redir.c (original)
+++ trunk/reactos/base/shell/cmd/redir.c Sat May  5 15:32:25 2007
@@ -14,11 +14,11 @@
  *    27-Jul-1998 (John P Price <linux-guru at gcfl.net>)
  *        Added config.h include
  *
- *    22-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    22-Jan-1999 (Eric Kohl)
  *        Unicode safe!
  *        Added new error redirection "2>" and "2>>".
  *
- *    26-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    26-Jan-1999 (Eric Kohl)
  *        Added new error AND output redirection "&>" and "&>>".
  *
  *    24-Jun-2005 (Brandon Turner <turnerb7 at msu.edu>)

Modified: trunk/reactos/base/shell/cmd/ren.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/ren.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/ren.c (original)
+++ trunk/reactos/base/shell/cmd/ren.c Sat May  5 15:32:25 2007
@@ -7,13 +7,13 @@
  *    27-Jul-1998 (John P Price <linux-guru at gcfl.net>)
  *        added config.h include
  *
- *    18-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>
+ *    18-Dec-1998 (Eric Kohl)
  *        Added support for quoted long file names with spaces.
  *
- *    20-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>
+ *    20-Jan-1999 (Eric Kohl)
  *        Unicode and redirection safe!
  *
- *    17-Oct-2001 (Eric Kohl <ekohl at rz.online.de>
+ *    17-Oct-2001 (Eric Kohl)
  *        Implemented basic rename code.
  *
  *    30-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/set.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/set.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/set.c (original)
+++ trunk/reactos/base/shell/cmd/set.c Sat May  5 15:32:25 2007
@@ -20,14 +20,14 @@
  *    28-Jul-1998 (John P Price <linux-guru at gcfl.net>)
  *        added set_env function to set env. variable without needing set command
  *
- *    09-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    09-Dec-1998 (Eric Kohl)
  *        Added help text ("/?").
  *
- *    24-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    24-Jan-1999 (Eric Kohl)
  *        Fixed Win32 environment handling.
  *        Unicode and redirection safe!
  *
- *    25-Feb-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    25-Feb-1999 (Eric Kohl)
  *        Fixed little bug.
  *
  *    30-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/shift.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/shift.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/shift.c (original)
+++ trunk/reactos/base/shell/cmd/shift.c Sat May  5 15:32:25 2007
@@ -13,10 +13,10 @@
  *    27-Jul-1998 (John P Price <linux-guru at gcfl.net>)
  *        added config.h include
  *
- *    07-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    07-Jan-1999 (Eric Kohl)
  *        Added help text ("shift /?") and cleaned up.
  *
- *    20-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    20-Jan-1999 (Eric Kohl)
  *        Unicode and redirection safe!
  *
  *    30-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/start.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/start.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/start.c (original)
+++ trunk/reactos/base/shell/cmd/start.c Sat May  5 15:32:25 2007
@@ -4,7 +4,7 @@
  *
  *  History:
  *
- *    24-Jul-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    24-Jul-1999 (Eric Kohl)
  *        Started.
  *
  *    30-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/time.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/time.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/time.c (original)
+++ trunk/reactos/base/shell/cmd/time.c Sat May  5 15:32:25 2007
@@ -10,14 +10,14 @@
  *    27-Jul-1998 (John P Price <linux-guru at gcfl.net>)
  *        added config.h include
  *
- *    09-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    09-Jan-1999 (Eric Kohl)
  *        Added locale support.
  *
- *    19-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    19-Jan-1999 (Eric Kohl)
  *        Unicode and redirection safe!
  *        Added "/t" option.
  *
- *    04-Feb-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    04-Feb-1999 (Eric Kohl)
  *        Fixed time input bug.
  *
  *    30-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/type.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/type.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/type.c (original)
+++ trunk/reactos/base/shell/cmd/type.c Sat May  5 15:32:25 2007
@@ -12,11 +12,11 @@
  *    27-Jul-1998 (John P Price <linux-guru at gcfl.net>)
  *        added config.h include
  *
- *    07-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    07-Jan-1999 (Eric Kohl)
  *        Added support for quoted arguments (type "test file.dat").
  *        Cleaned up.
  *
- *    19-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    19-Jan-1999 (Eric Kohl)
  *        Unicode and redirection ready!
  *
  *    19-Jan-1999 (Paolo Pantaleo <paolopan at freemail.it>)

Modified: trunk/reactos/base/shell/cmd/ver.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/ver.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/ver.c (original)
+++ trunk/reactos/base/shell/cmd/ver.c Sat May  5 15:32:25 2007
@@ -14,10 +14,10 @@
  *    30-Jul-1998 (John P Price <linux-guru at gcfl.net>)
  *        added text about where to send bug reports and get updates.
  *
- *    20-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    20-Jan-1999 (Eric Kohl)
  *        Unicode and redirection safe!
  *
- *    26-Feb-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    26-Feb-1999 (Eric Kohl)
  *        New version info and some output changes.
  */
 

Modified: trunk/reactos/base/shell/cmd/verify.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/verify.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/verify.c (original)
+++ trunk/reactos/base/shell/cmd/verify.c Sat May  5 15:32:25 2007
@@ -7,11 +7,11 @@
  *    31 Jul 1998 (John P Price)
  *        started.
  *
- *    18-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    18-Jan-1999 (Eric Kohl)
  *        VERIFY is just a dummy under Win32; it only exists
  *        for compatibility!!!
  *
- *    20-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    20-Jan-1999 (Eric Kohl)
  *        Unicode and redirection ready!
  *
  *    30-Apr-2005 (Magnus Olsen) <magnus at greatlord.com>)

Modified: trunk/reactos/base/shell/cmd/vol.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/vol.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/vol.c (original)
+++ trunk/reactos/base/shell/cmd/vol.c Sat May  5 15:32:25 2007
@@ -4,19 +4,19 @@
  *
  *  History:
  *
- *    03-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    03-Dec-1998 (Eric Kohl)
  *        Replaced DOS calls by Win32 calls.
  *
- *    08-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    08-Dec-1998 (Eric Kohl)
  *        Added help text ("/?").
  *
- *    07-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    07-Jan-1999 (Eric Kohl)
  *        Cleanup.
  *
- *    18-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    18-Jan-1999 (Eric Kohl)
  *        Unicode ready!
  *
- *    20-Jan-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    20-Jan-1999 (Eric Kohl)
  *        Redirection ready!
  */
 

Modified: trunk/reactos/base/shell/cmd/where.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/where.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/where.c (original)
+++ trunk/reactos/base/shell/cmd/where.c Sat May  5 15:32:25 2007
@@ -54,21 +54,20 @@
  *        executable (does not have .bat, .com, or .exe extention).
  *        Before command would to execute any file with any extension (opps!)
  *
- *    03-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    03-Dec-1998 (Eric Kohl)
  *        Changed find_which().
  *
- *    07-Dec-1998 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    07-Dec-1998 (Eric Kohl)
  *        Added ".CMD" extension.
  *        Replaced numeric constant by _NR_OF_EXTENSIONS.
  *
- *    26-Feb-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    26-Feb-1999 (Eric Kohl)
  *        Replaced find_which() by SearchForExecutable().
  *        Now files are searched using the right extension order.
  *
- *    20-Apr-1999 (Eric Kohl <ekohl at abo.rhein-zeitung.de>)
+ *    20-Apr-1999 (Eric Kohl)
  *        Some minor changes and improvements.
  *
-
  *    10-Jul-2004 (Jens Collin <jens.collin at lakhei.com>)
  *        Fixed searxhing for files with specific extensions in PATHEXT order..
  *

Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/i386cpu.S
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/i386cpu.S?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/arch/i386/i386cpu.S (original)
+++ trunk/reactos/boot/freeldr/freeldr/arch/i386/i386cpu.S Sat May  5 15:32:25 2007
@@ -1,6 +1,6 @@
 /*
  *  FreeLoader
- *  Copyright (C) 2003  Eric Kohl  <ekohl at rz-online.de>
+ *  Copyright (C) 2003  Eric Kohl
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by

Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/i386pnp.S
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/i386pnp.S?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/arch/i386/i386pnp.S (original)
+++ trunk/reactos/boot/freeldr/freeldr/arch/i386/i386pnp.S Sat May  5 15:32:25 2007
@@ -1,6 +1,6 @@
 /*
  *  FreeLoader
- *  Copyright (C) 2003  Eric Kohl  <ekohl at rz-online.de>
+ *  Copyright (C) 2003  Eric Kohl
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by

Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/portio.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/portio.c?rev=26648&r1=26647&r2=26648&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/arch/i386/portio.c (original)
+++ trunk/reactos/boot/freeldr/freeldr/arch/i386/portio.c Sat May  5 15:32:25 2007
@@ -4,7 +4,7 @@
  * PROJECT:         ReactOS kernel
  * FILE:            ntoskrnl/hal/x86/portio.c
  * PURPOSE:         Port I/O functions
- * PROGRAMMER:      Eric Kohl (ekohl at abo.rhein-zeitung.de)
+ * PROGRAMMER:      Eric Kohl
  * UPDATE HISTORY:
  *                  Created 18/10/99
  */




More information about the Ros-diffs mailing list