diff --git a/reactos/base/setup/welcome/welcome.c b/reactos/base/setup/welcome/welcome.c index e8d130b8dd2..b709536f3c7 100755 --- a/reactos/base/setup/welcome/welcome.c +++ b/reactos/base/setup/welcome/welcome.c @@ -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@rz-online.de) + * PROGRAMMERS: Eric Kohl * Casper S. Hornstrup (chorns@users.sourceforge.net) * * NOTE: diff --git a/reactos/base/shell/cmd/alias.c b/reactos/base/shell/cmd/alias.c index a3aebd2cd68..06509e39507 100644 --- a/reactos/base/shell/cmd/alias.c +++ b/reactos/base/shell/cmd/alias.c @@ -15,14 +15,14 @@ * added config.h include * added ifdef's to disable aliases * - * 09-Dec-1998 (Eric Kohl ) + * 09-Dec-1998 Eric Kohl * Fixed crash when removing an alias in DeleteAlias(). * Added help text ("/?"). * - * 14-Jan-1998 (Eric Kohl ) + * 14-Jan-1998 Eric Kohl * Clean up and Unicode safe! * - * 24-Jan-1998 (Eric Kohl ) + * 24-Jan-1998 Eric Kohl * Redirection safe! * * 02-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/attrib.c b/reactos/base/shell/cmd/attrib.c index d5deefee8c8..5b6b0445978 100644 --- a/reactos/base/shell/cmd/attrib.c +++ b/reactos/base/shell/cmd/attrib.c @@ -4,28 +4,28 @@ * * History: * - * 04-Dec-1998 (Eric Kohl ) + * 04-Dec-1998 Eric Kohl * started * - * 09-Dec-1998 (Eric Kohl ) + * 09-Dec-1998 Eric Kohl * implementation works, except recursion ("attrib /s"). * - * 05-Jan-1999 (Eric Kohl ) + * 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 ) + * 14-Jan-1999 Eric Kohl * Unicode ready! * - * 19-Jan-1999 (Eric Kohl ) + * 19-Jan-1999 Eric Kohl * Redirection ready! * - * 21-Jan-1999 (Eric Kohl ) + * 21-Jan-1999 Eric Kohl * Added check for invalid filenames. * - * 23-Jan-1999 (Eric Kohl ) + * 23-Jan-1999 Eric Kohl * Added handling of multiple filenames. * * 02-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/batch.c b/reactos/base/shell/cmd/batch.c index 14d804d7fa4..215793fe167 100644 --- a/reactos/base/shell/cmd/batch.c +++ b/reactos/base/shell/cmd/batch.c @@ -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 ) + * 26-Jan-1999 Eric Kohl * Replaced CRT io functions by Win32 io functions. * Unicode safe! * diff --git a/reactos/base/shell/cmd/beep.c b/reactos/base/shell/cmd/beep.c index 61537ed5cc4..f1b49d7e09f 100644 --- a/reactos/base/shell/cmd/beep.c +++ b/reactos/base/shell/cmd/beep.c @@ -13,11 +13,11 @@ * 27-Jul-1998 (John P Price ) * added config.h include * - * 14-Jan-1999 (Eric Kohl ) + * 14-Jan-1999 (Eric Kohl) * Added help text ("beep /?"). * Unicode ready! * - * 20-Jan-1999 (Eric Kohl ) + * 20-Jan-1999 (Eric Kohl) * Redirection ready! * * 02-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/call.c b/reactos/base/shell/cmd/call.c index 08c10d129d0..855ed9add28 100644 --- a/reactos/base/shell/cmd/call.c +++ b/reactos/base/shell/cmd/call.c @@ -18,10 +18,10 @@ * lock-up that happened sometimes when calling a batch file from * another batch file. * - * 07-Jan-1999 (Eric Kohl ) + * 07-Jan-1999 (Eric Kohl) * Added help text ("call /?") and cleaned up. * - * 20-Jan-1999 (Eric Kohl ) + * 20-Jan-1999 (Eric Kohl) * Unicode and redirection safe! * * 02-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/chcp.c b/reactos/base/shell/cmd/chcp.c index bf34ded3533..9821c82f701 100644 --- a/reactos/base/shell/cmd/chcp.c +++ b/reactos/base/shell/cmd/chcp.c @@ -4,7 +4,7 @@ * * History: * - * 23-Dec-1998 (Eric Kohl ) + * 23-Dec-1998 (Eric Kohl) * Started. * * 02-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/cls.c b/reactos/base/shell/cmd/cls.c index b2e98d761b6..4dfc61183c8 100644 --- a/reactos/base/shell/cmd/cls.c +++ b/reactos/base/shell/cmd/cls.c @@ -10,16 +10,16 @@ * 27-Jul-1998 (John P Price ) * added config.h include * - * 04-Dec-1998 (Eric Kohl ) + * 04-Dec-1998 (Eric Kohl) * Changed to Win32 console app. * - * 08-Dec-1998 (Eric Kohl ) + * 08-Dec-1998 (Eric Kohl) * Added help text ("/?"). * - * 14-Jan-1998 (Eric Kohl ) + * 14-Jan-1998 (Eric Kohl) * Unicode ready! * - * 20-Jan-1998 (Eric Kohl ) + * 20-Jan-1998 (Eric Kohl) * Redirection ready! * * 02-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/cmd.c b/reactos/base/shell/cmd/cmd.c index 157cfcf9302..a729e2e0ade 100644 --- a/reactos/base/shell/cmd/cmd.c +++ b/reactos/base/shell/cmd/cmd.c @@ -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 ) + * 07-Dec-1998 (Eric Kohl) * First ReactOS release. * Extended length of commandline buffers to 512. * - * 13-Dec-1998 (Eric Kohl ) + * 13-Dec-1998 (Eric Kohl) * Added COMSPEC environment variable. * Added "/t" support (color) on cmd command line. * - * 07-Jan-1999 (Eric Kohl ) + * 07-Jan-1999 (Eric Kohl) * Added help text ("cmd /?"). * - * 25-Jan-1999 (Eric Kohl ) + * 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 ) + * 27-Jan-1999 (Eric Kohl) * Replaced spawnl() by CreateProcess(). * - * 22-Oct-1999 (Eric Kohl ) + * 22-Oct-1999 (Eric Kohl) * Added break handler. * - * 15-Dec-1999 (Eric Kohl ) + * 15-Dec-1999 (Eric Kohl) * Fixed current directory * - * 28-Dec-1999 (Eric Kohl ) + * 28-Dec-1999 (Eric Kohl) * Restore window title after program/batch execution * - * 03-Feb-2001 (Eric Kohl ) + * 03-Feb-2001 (Eric Kohl) * Workaround because argc[0] is NULL under ReactOS * * 23-Feb-2001 (Carl Nettelblad ) diff --git a/reactos/base/shell/cmd/cmd.h b/reactos/base/shell/cmd/cmd.h index 5134f80eb01..e7ae84a33f6 100644 --- a/reactos/base/shell/cmd/cmd.h +++ b/reactos/base/shell/cmd/cmd.h @@ -16,7 +16,7 @@ * 30-Jul-1998 (John P Price ) * Added compile date to version. * - * 26-Feb-1999 (Eric Kohl ) + * 26-Feb-1999 (Eric Kohl) * Introduced a new version string. * Thanks to Emanuele Aliberti! */ diff --git a/reactos/base/shell/cmd/cmdinput.c b/reactos/base/shell/cmd/cmdinput.c index f6d59ddb754..6de4b0f9acb 100644 --- a/reactos/base/shell/cmd/cmdinput.c +++ b/reactos/base/shell/cmd/cmdinput.c @@ -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 ) + * 13-Dec-1998 (Eric Kohl) * Added insert/overwrite cursor. * - * 25-Jan-1998 (Eric Kohl ) + * 25-Jan-1998 (Eric Kohl) * Replaced CRT io functions by Win32 console io functions. * This can handle - for 4NT filename completion. * Unicode and redirection safe! * - * 04-Feb-1999 (Eric Kohl ) + * 04-Feb-1999 (Eric Kohl) * Fixed input bug. A "line feed" character remained in the keyboard * input queue when you pressed . This sometimes caused * some very strange effects. diff --git a/reactos/base/shell/cmd/cmdtable.c b/reactos/base/shell/cmd/cmdtable.c index 3af74432d5e..848c2e50212 100644 --- a/reactos/base/shell/cmd/cmdtable.c +++ b/reactos/base/shell/cmd/cmdtable.c @@ -13,7 +13,7 @@ * 27 Jul 1998 John P. Price * added config.h include * - * 21-Jan-1999 (Eric Kohl ) + * 21-Jan-1999 (Eric Kohl) * Unicode ready! */ diff --git a/reactos/base/shell/cmd/color.c b/reactos/base/shell/cmd/color.c index 8db6dc767d1..05cef16aeb9 100644 --- a/reactos/base/shell/cmd/color.c +++ b/reactos/base/shell/cmd/color.c @@ -4,13 +4,13 @@ * * History: * - * 13-Dec-1998 (Eric Kohl ) + * 13-Dec-1998 (Eric Kohl) * Started. * - * 19-Jan-1999 (Eric Kohl ) + * 19-Jan-1999 (Eric Kohl) * Unicode ready! * - * 20-Jan-1999 (Eric Kohl ) + * 20-Jan-1999 (Eric Kohl) * Redirection ready! * * 14-Oct-1999 (Paolo Pantaleo ) diff --git a/reactos/base/shell/cmd/console.c b/reactos/base/shell/cmd/console.c index cd726c32ec1..d0c1435bae7 100644 --- a/reactos/base/shell/cmd/console.c +++ b/reactos/base/shell/cmd/console.c @@ -4,7 +4,7 @@ * * History: * - * 20-Jan-1999 (Eric Kohl ) + * 20-Jan-1999 (Eric Kohl) * started * * 03-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/copy.c b/reactos/base/shell/cmd/copy.c index a54b8751d84..628acd2ca95 100644 --- a/reactos/base/shell/cmd/copy.c +++ b/reactos/base/shell/cmd/copy.c @@ -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 ) + * 13-Dec-1998 (Eric Kohl) * Added COPY command to CMD. * - * 26-Jan-1998 (Eric Kohl ) + * 26-Jan-1998 (Eric Kohl) * Replaced CRT io functions by Win32 io functions. * - * 27-Oct-1998 (Eric Kohl ) + * 27-Oct-1998 (Eric Kohl) * Disabled prompting when used in batch mode. * * 03-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/date.c b/reactos/base/shell/cmd/date.c index 3c71a4b6329..6de715298e8 100644 --- a/reactos/base/shell/cmd/date.c +++ b/reactos/base/shell/cmd/date.c @@ -18,13 +18,13 @@ * fixed stand-alone mode. * Added Pacific C compatible dos_getdate functions * - * 09-Jan-1999 (Eric Kohl ) + * 09-Jan-1999 (Eric Kohl) * Added locale support * - * 23-Jan-1999 (Eric Kohl ) + * 23-Jan-1999 (Eric Kohl) * Unicode and redirection safe! * - * 04-Feb-1999 (Eric Kohl ) + * 04-Feb-1999 (Eric Kohl) * Fixed date input bug. * * 03-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/del.c b/reactos/base/shell/cmd/del.c index b059e551463..4102a3b14cd 100644 --- a/reactos/base/shell/cmd/del.c +++ b/reactos/base/shell/cmd/del.c @@ -15,19 +15,19 @@ * 27-Jul-1998 (John P Price ) * added config.h include * -* 09-Dec-1998 (Eric Kohl ) +* 09-Dec-1998 (Eric Kohl) * Fixed command line parsing bugs. * -* 21-Jan-1999 (Eric Kohl ) +* 21-Jan-1999 (Eric Kohl) * Started major rewrite using a new structure. * -* 03-Feb-1999 (Eric Kohl ) +* 03-Feb-1999 (Eric Kohl) * First working version. * -* 30-Mar-1999 (Eric Kohl ) +* 30-Mar-1999 (Eric Kohl) * Added quiet ("/Q"), wipe ("/W") and zap ("/Z") option. * -* 06-Nov-1999 (Eric Kohl ) +* 06-Nov-1999 (Eric Kohl) * Little fix to keep DEL quiet inside batch files. * * 28-Jan-2004 (Michael Fritscher ) diff --git a/reactos/base/shell/cmd/dir.c b/reactos/base/shell/cmd/dir.c index 0c61f491558..14080f034d4 100644 --- a/reactos/base/shell/cmd/dir.c +++ b/reactos/base/shell/cmd/dir.c @@ -90,24 +90,24 @@ * added config.h include * * - * 04-Dec-1998 (Eric Kohl ) + * 04-Dec-1998 (Eric Kohl) * Converted source code to Win32, except recursive dir ("dir /s"). * - * 10-Dec-1998 (Eric Kohl ) + * 10-Dec-1998 (Eric Kohl) * Fixed recursive dir ("dir /s"). * - * 14-Dec-1998 (Eric Kohl ) + * 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 ) + * 10-Jan-1999 (Eric Kohl) * Added "/N" and "/4" options, "/O" is a dummy. * Added locale support. * - * 20-Jan-1999 (Eric Kohl ) + * 20-Jan-1999 (Eric Kohl) * Redirection safe! * - * 01-Mar-1999 (Eric Kohl ) + * 01-Mar-1999 (Eric Kohl) * Replaced all runtime io functions by their Win32 counterparts. * * 23-Feb-2001 (Carl Nettelblad ) diff --git a/reactos/base/shell/cmd/dirstack.c b/reactos/base/shell/cmd/dirstack.c index 8d6ad17ab41..cfbcc15686f 100644 --- a/reactos/base/shell/cmd/dirstack.c +++ b/reactos/base/shell/cmd/dirstack.c @@ -4,13 +4,13 @@ * * History: * - * 14-Dec-1998 (Eric Kohl ) + * 14-Dec-1998 (Eric Kohl) * Implemented PUSHD and POPD command. * - * 20-Jan-1999 (Eric Kohl ) + * 20-Jan-1999 (Eric Kohl) * Unicode and redirection safe! * - * 20-Jan-1999 (Eric Kohl ) + * 20-Jan-1999 (Eric Kohl) * Added DIRS command. */ diff --git a/reactos/base/shell/cmd/echo.c b/reactos/base/shell/cmd/echo.c index 0019c15f502..088f3f9189b 100644 --- a/reactos/base/shell/cmd/echo.c +++ b/reactos/base/shell/cmd/echo.c @@ -13,13 +13,13 @@ * 27-Jul-1998 (John P Price ) * Added config.h include * - * 08-Dec-1998 (Eric Kohl ) + * 08-Dec-1998 (Eric Kohl) * Added help text ("/?"). * - * 19-Jan-1999 (Eric Kohl ) + * 19-Jan-1999 (Eric Kohl) * Unicode and redirection ready! * - * 13-Jul-2000 (Eric Kohl ) + * 13-Jul-2000 (Eric Kohl) * Implemented 'echo.' and 'echoerr.'. * * 28-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/error.c b/reactos/base/shell/cmd/error.c index 9bbc13b3fb1..e3784797235 100644 --- a/reactos/base/shell/cmd/error.c +++ b/reactos/base/shell/cmd/error.c @@ -10,10 +10,10 @@ * 27-Jul-1998 (John P Price ) * added config.h include * - * 24-Jan-1999 (Eric Kohl ) + * 24-Jan-1999 (Eric Kohl) * Redirection safe! * - * 02-Feb-1999 (Eric Kohl ) + * 02-Feb-1999 (Eric Kohl) * Use FormatMessage() for error reports. * * 28-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/filecomp.c b/reactos/base/shell/cmd/filecomp.c index 6873e7b134f..0834ffef0cc 100644 --- a/reactos/base/shell/cmd/filecomp.c +++ b/reactos/base/shell/cmd/filecomp.c @@ -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 ) + * 25-Jan-1999 (Eric Kohl) * Cleanup. Unicode safe! * * 30-Apr-2004 (Filip Navara ) diff --git a/reactos/base/shell/cmd/goto.c b/reactos/base/shell/cmd/goto.c index 4f2cf77d553..0181dd2ceb1 100644 --- a/reactos/base/shell/cmd/goto.c +++ b/reactos/base/shell/cmd/goto.c @@ -16,10 +16,10 @@ * Terminate label on first space character, use only first 8 chars of * label string * - * 24-Jan-1999 (Eric Kohl ) + * 24-Jan-1999 (Eric Kohl) * Unicode and redirection safe! * - * 27-Jan-1999 (Eric Kohl ) + * 27-Jan-1999 (Eric Kohl) * Added help text ("/?"). * * 28-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/history.c b/reactos/base/shell/cmd/history.c index aae395d0d8a..1499089c32d 100644 --- a/reactos/base/shell/cmd/history.c +++ b/reactos/base/shell/cmd/history.c @@ -14,7 +14,7 @@ * 27-Jul-1998 (John P Price ) * added config.h include * - * 25-Jan-1999 (Eric Kohl ) + * 25-Jan-1999 (Eric Kohl) * Cleanup! * Unicode and redirection safe! * diff --git a/reactos/base/shell/cmd/if.c b/reactos/base/shell/cmd/if.c index 3082cd66f0a..ebdfdf143f5 100644 --- a/reactos/base/shell/cmd/if.c +++ b/reactos/base/shell/cmd/if.c @@ -13,13 +13,13 @@ * 27-Jul-1998 (John P Price ) * added config.h include * - * 07-Jan-1999 (Eric Kohl ) + * 07-Jan-1999 (Eric Kohl) * Added help text ("if /?") and cleaned up. * - * 21-Jan-1999 (Eric Kohl ) + * 21-Jan-1999 (Eric Kohl) * Unicode and redirection ready! * - * 01-Sep-1999 (Eric Kohl ) + * 01-Sep-1999 (Eric Kohl) * Fixed help text. * * 17-Feb-2001 (ea) diff --git a/reactos/base/shell/cmd/internal.c b/reactos/base/shell/cmd/internal.c index f6904d684fd..8f26e18e133 100644 --- a/reactos/base/shell/cmd/internal.c +++ b/reactos/base/shell/cmd/internal.c @@ -97,26 +97,26 @@ * 27-Jul-1998 (John P Price ) * added config.h include * - * 03-Dec-1998 (Eric Kohl ) + * 03-Dec-1998 (Eric Kohl) * Replaced DOS calls by Win32 calls. * - * 08-Dec-1998 (Eric Kohl ) + * 08-Dec-1998 (Eric Kohl) * Added help texts ("/?"). * - * 18-Dec-1998 (Eric Kohl ) + * 18-Dec-1998 (Eric Kohl) * Added support for quoted arguments (cd "program files"). * - * 07-Jan-1999 (Eric Kohl ) + * 07-Jan-1999 (Eric Kohl) * Clean up. * - * 26-Jan-1999 (Eric Kohl ) + * 26-Jan-1999 (Eric Kohl) * Replaced remaining CRT io functions by Win32 io functions. * Unicode safe! * - * 30-Jan-1999 (Eric Kohl ) + * 30-Jan-1999 (Eric Kohl) * Added "cd -" feature. Changes to the previous directory. * - * 15-Mar-1999 (Eric Kohl ) + * 15-Mar-1999 (Eric Kohl) * Fixed bug in "cd -" feature. If the previous directory was a root * directory, it was ignored. * diff --git a/reactos/base/shell/cmd/label.c b/reactos/base/shell/cmd/label.c index 670e0b3deb9..c34fe7258a7 100644 --- a/reactos/base/shell/cmd/label.c +++ b/reactos/base/shell/cmd/label.c @@ -4,13 +4,13 @@ * * History: * - * 10-Dec-1998 (Eric Kohl ) + * 10-Dec-1998 (Eric Kohl) * Started. * - * 11-Dec-1998 (Eric Kohl ) + * 11-Dec-1998 (Eric Kohl) * Finished. * - * 19-Jan-1998 (Eric Kohl ) + * 19-Jan-1998 (Eric Kohl) * Unicode ready! * * 28-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/locale.c b/reactos/base/shell/cmd/locale.c index fe77f67699e..f8e988e2c1d 100644 --- a/reactos/base/shell/cmd/locale.c +++ b/reactos/base/shell/cmd/locale.c @@ -4,10 +4,10 @@ * * History: * - * 09-Jan-1999 (Eric Kohl ) + * 09-Jan-1999 (Eric Kohl) * Started. * - * 20-Jan-1999 (Eric Kohl ) + * 20-Jan-1999 (Eric Kohl) * Unicode safe! */ diff --git a/reactos/base/shell/cmd/misc.c b/reactos/base/shell/cmd/misc.c index 38843619a1e..e544b62a502 100644 --- a/reactos/base/shell/cmd/misc.c +++ b/reactos/base/shell/cmd/misc.c @@ -13,19 +13,19 @@ * 27-Jul-1998 (John P Price ) * added config.h include * - * 18-Dec-1998 (Eric Kohl ) + * 18-Dec-1998 (Eric Kohl) * Changed split() to accept quoted arguments. * Removed parse_firstarg(). * - * 23-Jan-1999 (Eric Kohl ) + * 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 ) + * 28-Jan-1999 (Eric Kohl) * FileGetString() seems to be working now. * - * 06-Nov-1999 (Eric Kohl ) + * 06-Nov-1999 (Eric Kohl) * Added PagePrompt() and FilePrompt(). * * 30-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/move.c b/reactos/base/shell/cmd/move.c index fe3e942f81a..2ae9d89c4d3 100644 --- a/reactos/base/shell/cmd/move.c +++ b/reactos/base/shell/cmd/move.c @@ -4,21 +4,21 @@ * * History: * -* 14-Dec-1998 (Eric Kohl ) +* 14-Dec-1998 (Eric Kohl) * Started. * -* 18-Jan-1999 (Eric Kohl ) +* 18-Jan-1999 (Eric Kohl) * Unicode safe! * Preliminary version!!! * -* 20-Jan-1999 (Eric Kohl ) +* 20-Jan-1999 (Eric Kohl) * Redirection safe! * -* 27-Jan-1999 (Eric Kohl ) +* 27-Jan-1999 (Eric Kohl) * Added help text ("/?"). * Added more error checks. * -* 03-Feb-1999 (Eric Kohl ) +* 03-Feb-1999 (Eric Kohl) * Added "/N" option. * * 30-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/path.c b/reactos/base/shell/cmd/path.c index 601863a1dfa..dc376e1a934 100644 --- a/reactos/base/shell/cmd/path.c +++ b/reactos/base/shell/cmd/path.c @@ -10,16 +10,16 @@ * 27-Jul-1998 (John P Price ) * added config.h include * - * 09-Dec-1998 (Eric Kohl ) + * 09-Dec-1998 (Eric Kohl) * Added help text ("/?"). * - * 18-Jan-1999 (Eric Kohl ) + * 18-Jan-1999 (Eric Kohl) * Unicode ready! * - * 18-Jan-1999 (Eric Kohl ) + * 18-Jan-1999 (Eric Kohl) * Redirection safe! * - * 24-Jan-1999 (Eric Kohl ) + * 24-Jan-1999 (Eric Kohl) * Fixed Win32 environment handling. * * 30-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/pause.c b/reactos/base/shell/cmd/pause.c index 20024476d05..47fbccc7817 100644 --- a/reactos/base/shell/cmd/pause.c +++ b/reactos/base/shell/cmd/pause.c @@ -13,7 +13,7 @@ * 27-Jul-1998 (John P Price ) * added config.h include * - * 18-Jan-1999 (Eric Kohl ) + * 18-Jan-1999 (Eric Kohl) * Unicode ready! */ diff --git a/reactos/base/shell/cmd/prompt.c b/reactos/base/shell/cmd/prompt.c index 4ef8814a779..d730fc3cbaf 100644 --- a/reactos/base/shell/cmd/prompt.c +++ b/reactos/base/shell/cmd/prompt.c @@ -26,21 +26,21 @@ * 28-Jul-1998 (John P Price ) * moved cmd_prompt from internal.c to here * - * 09-Dec-1998 (Eric Kohl ) + * 09-Dec-1998 (Eric Kohl) * Added help text ("/?"). * - * 14-Dec-1998 (Eric Kohl ) + * 14-Dec-1998 (Eric Kohl) * Added "$+" option. * - * 09-Jan-1999 (Eric Kohl ) + * 09-Jan-1999 (Eric Kohl) * Added "$A", "$C" and "$F" option. * Added locale support. * Fixed "$V" option. * - * 20-Jan-1999 (Eric Kohl ) + * 20-Jan-1999 (Eric Kohl) * Unicode and redirection safe! * - * 24-Jan-1999 (Eric Kohl ) + * 24-Jan-1999 (Eric Kohl) * Fixed Win32 environment handling. * * 30-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/redir.c b/reactos/base/shell/cmd/redir.c index 21848c320b3..59d341269a5 100644 --- a/reactos/base/shell/cmd/redir.c +++ b/reactos/base/shell/cmd/redir.c @@ -14,11 +14,11 @@ * 27-Jul-1998 (John P Price ) * Added config.h include * - * 22-Jan-1999 (Eric Kohl ) + * 22-Jan-1999 (Eric Kohl) * Unicode safe! * Added new error redirection "2>" and "2>>". * - * 26-Jan-1999 (Eric Kohl ) + * 26-Jan-1999 (Eric Kohl) * Added new error AND output redirection "&>" and "&>>". * * 24-Jun-2005 (Brandon Turner ) diff --git a/reactos/base/shell/cmd/ren.c b/reactos/base/shell/cmd/ren.c index b096fc8f876..83f0be71e59 100644 --- a/reactos/base/shell/cmd/ren.c +++ b/reactos/base/shell/cmd/ren.c @@ -7,13 +7,13 @@ * 27-Jul-1998 (John P Price ) * added config.h include * - * 18-Dec-1998 (Eric Kohl + * 18-Dec-1998 (Eric Kohl) * Added support for quoted long file names with spaces. * - * 20-Jan-1999 (Eric Kohl + * 20-Jan-1999 (Eric Kohl) * Unicode and redirection safe! * - * 17-Oct-2001 (Eric Kohl + * 17-Oct-2001 (Eric Kohl) * Implemented basic rename code. * * 30-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/set.c b/reactos/base/shell/cmd/set.c index 7adb1972dac..165682bf9f5 100644 --- a/reactos/base/shell/cmd/set.c +++ b/reactos/base/shell/cmd/set.c @@ -20,14 +20,14 @@ * 28-Jul-1998 (John P Price ) * added set_env function to set env. variable without needing set command * - * 09-Dec-1998 (Eric Kohl ) + * 09-Dec-1998 (Eric Kohl) * Added help text ("/?"). * - * 24-Jan-1999 (Eric Kohl ) + * 24-Jan-1999 (Eric Kohl) * Fixed Win32 environment handling. * Unicode and redirection safe! * - * 25-Feb-1999 (Eric Kohl ) + * 25-Feb-1999 (Eric Kohl) * Fixed little bug. * * 30-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/shift.c b/reactos/base/shell/cmd/shift.c index 82c1f39d51b..f806b385d46 100644 --- a/reactos/base/shell/cmd/shift.c +++ b/reactos/base/shell/cmd/shift.c @@ -13,10 +13,10 @@ * 27-Jul-1998 (John P Price ) * added config.h include * - * 07-Jan-1999 (Eric Kohl ) + * 07-Jan-1999 (Eric Kohl) * Added help text ("shift /?") and cleaned up. * - * 20-Jan-1999 (Eric Kohl ) + * 20-Jan-1999 (Eric Kohl) * Unicode and redirection safe! * * 30-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/start.c b/reactos/base/shell/cmd/start.c index 55d14808173..767ce160595 100644 --- a/reactos/base/shell/cmd/start.c +++ b/reactos/base/shell/cmd/start.c @@ -4,7 +4,7 @@ * * History: * - * 24-Jul-1999 (Eric Kohl ) + * 24-Jul-1999 (Eric Kohl) * Started. * * 30-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/time.c b/reactos/base/shell/cmd/time.c index 13ef34b431d..c42f39b7c74 100644 --- a/reactos/base/shell/cmd/time.c +++ b/reactos/base/shell/cmd/time.c @@ -10,14 +10,14 @@ * 27-Jul-1998 (John P Price ) * added config.h include * - * 09-Jan-1999 (Eric Kohl ) + * 09-Jan-1999 (Eric Kohl) * Added locale support. * - * 19-Jan-1999 (Eric Kohl ) + * 19-Jan-1999 (Eric Kohl) * Unicode and redirection safe! * Added "/t" option. * - * 04-Feb-1999 (Eric Kohl ) + * 04-Feb-1999 (Eric Kohl) * Fixed time input bug. * * 30-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/type.c b/reactos/base/shell/cmd/type.c index f0eca0f68ad..6bc3164ac0b 100644 --- a/reactos/base/shell/cmd/type.c +++ b/reactos/base/shell/cmd/type.c @@ -12,11 +12,11 @@ * 27-Jul-1998 (John P Price ) * added config.h include * - * 07-Jan-1999 (Eric Kohl ) + * 07-Jan-1999 (Eric Kohl) * Added support for quoted arguments (type "test file.dat"). * Cleaned up. * - * 19-Jan-1999 (Eric Kohl ) + * 19-Jan-1999 (Eric Kohl) * Unicode and redirection ready! * * 19-Jan-1999 (Paolo Pantaleo ) diff --git a/reactos/base/shell/cmd/ver.c b/reactos/base/shell/cmd/ver.c index 3216f7a94e4..02d30c89cb4 100644 --- a/reactos/base/shell/cmd/ver.c +++ b/reactos/base/shell/cmd/ver.c @@ -14,10 +14,10 @@ * 30-Jul-1998 (John P Price ) * added text about where to send bug reports and get updates. * - * 20-Jan-1999 (Eric Kohl ) + * 20-Jan-1999 (Eric Kohl) * Unicode and redirection safe! * - * 26-Feb-1999 (Eric Kohl ) + * 26-Feb-1999 (Eric Kohl) * New version info and some output changes. */ diff --git a/reactos/base/shell/cmd/verify.c b/reactos/base/shell/cmd/verify.c index 371993d2612..597c79dba00 100644 --- a/reactos/base/shell/cmd/verify.c +++ b/reactos/base/shell/cmd/verify.c @@ -7,11 +7,11 @@ * 31 Jul 1998 (John P Price) * started. * - * 18-Jan-1999 (Eric Kohl ) + * 18-Jan-1999 (Eric Kohl) * VERIFY is just a dummy under Win32; it only exists * for compatibility!!! * - * 20-Jan-1999 (Eric Kohl ) + * 20-Jan-1999 (Eric Kohl) * Unicode and redirection ready! * * 30-Apr-2005 (Magnus Olsen) ) diff --git a/reactos/base/shell/cmd/vol.c b/reactos/base/shell/cmd/vol.c index ac8a11af466..6239e14eac4 100644 --- a/reactos/base/shell/cmd/vol.c +++ b/reactos/base/shell/cmd/vol.c @@ -4,19 +4,19 @@ * * History: * - * 03-Dec-1998 (Eric Kohl ) + * 03-Dec-1998 (Eric Kohl) * Replaced DOS calls by Win32 calls. * - * 08-Dec-1998 (Eric Kohl ) + * 08-Dec-1998 (Eric Kohl) * Added help text ("/?"). * - * 07-Jan-1999 (Eric Kohl ) + * 07-Jan-1999 (Eric Kohl) * Cleanup. * - * 18-Jan-1999 (Eric Kohl ) + * 18-Jan-1999 (Eric Kohl) * Unicode ready! * - * 20-Jan-1999 (Eric Kohl ) + * 20-Jan-1999 (Eric Kohl) * Redirection ready! */ diff --git a/reactos/base/shell/cmd/where.c b/reactos/base/shell/cmd/where.c index 3136f46e842..7fdcad8cca2 100644 --- a/reactos/base/shell/cmd/where.c +++ b/reactos/base/shell/cmd/where.c @@ -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 ) + * 03-Dec-1998 (Eric Kohl) * Changed find_which(). * - * 07-Dec-1998 (Eric Kohl ) + * 07-Dec-1998 (Eric Kohl) * Added ".CMD" extension. * Replaced numeric constant by _NR_OF_EXTENSIONS. * - * 26-Feb-1999 (Eric Kohl ) + * 26-Feb-1999 (Eric Kohl) * Replaced find_which() by SearchForExecutable(). * Now files are searched using the right extension order. * - * 20-Apr-1999 (Eric Kohl ) + * 20-Apr-1999 (Eric Kohl) * Some minor changes and improvements. * - * 10-Jul-2004 (Jens Collin ) * Fixed searxhing for files with specific extensions in PATHEXT order.. * diff --git a/reactos/boot/freeldr/freeldr/arch/i386/i386cpu.S b/reactos/boot/freeldr/freeldr/arch/i386/i386cpu.S index 38ae197c738..f0e01bbb4d4 100644 --- a/reactos/boot/freeldr/freeldr/arch/i386/i386cpu.S +++ b/reactos/boot/freeldr/freeldr/arch/i386/i386cpu.S @@ -1,6 +1,6 @@ /* * FreeLoader - * Copyright (C) 2003 Eric Kohl + * 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 diff --git a/reactos/boot/freeldr/freeldr/arch/i386/i386pnp.S b/reactos/boot/freeldr/freeldr/arch/i386/i386pnp.S index 9dbd6c1bf93..810a2ef73f4 100644 --- a/reactos/boot/freeldr/freeldr/arch/i386/i386pnp.S +++ b/reactos/boot/freeldr/freeldr/arch/i386/i386pnp.S @@ -1,6 +1,6 @@ /* * FreeLoader - * Copyright (C) 2003 Eric Kohl + * 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 diff --git a/reactos/boot/freeldr/freeldr/arch/i386/portio.c b/reactos/boot/freeldr/freeldr/arch/i386/portio.c index 9a9a3d150dc..6169c5bea46 100644 --- a/reactos/boot/freeldr/freeldr/arch/i386/portio.c +++ b/reactos/boot/freeldr/freeldr/arch/i386/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 */