Skip to content

Commit

Permalink
Update email in src and include directories as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Orr committed Apr 10, 2020
1 parent 073f8ab commit f217eef
Show file tree
Hide file tree
Showing 21 changed files with 77 additions and 77 deletions.
8 changes: 4 additions & 4 deletions include/AdjustPriv.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Function to grant a single privilege to a process.
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2003.
This software is distributed in the hope that it will be useful, but
Expand All @@ -19,12 +19,12 @@
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
$Revision: 1405 $
$Revision: 1881 $
*/

// $Id: AdjustPriv.h 1405 2013-11-12 23:57:17Z Roger $
// $Id: AdjustPriv.h 1881 2020-04-09 20:55:12Z Roger $

namespace or2
{
Expand Down
8 changes: 4 additions & 4 deletions include/DbgHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@file
Helper for wrapping calls to the Microsoft DbgHelp.dll.
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2003.
This software is distributed in the hope that it will be useful, but
Expand All @@ -19,12 +19,12 @@
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
$Revision: 1657 $
$Revision: 1881 $
*/

// $Id: DbgHelper.h 1657 2016-11-18 20:45:19Z Roger $
// $Id: DbgHelper.h 1881 2020-04-09 20:55:12Z Roger $

#include <windows.h>

Expand Down
8 changes: 4 additions & 4 deletions include/DbgHelper.inl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/*
Provide helper functions for DbgHelp DLL.
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2003.
This software is distributed in the hope that it will be useful, but
Expand All @@ -18,12 +18,12 @@
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
$Revision: 1603 $
$Revision: 1881 $
*/

// $Id: DbgHelper.inl 1603 2016-02-15 22:24:56Z Roger $
// $Id: DbgHelper.inl 1881 2020-04-09 20:55:12Z Roger $

#include <iostream>

Expand Down
8 changes: 4 additions & 4 deletions include/DebugPriv.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Granting debug privileges enables being able to access other processes
to read/write memory and debug them.
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2003.
This software is distributed in the hope that it will be useful, but
Expand All @@ -22,12 +22,12 @@
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
$Revision: 1405 $
$Revision: 1881 $
*/

// $Id: DebugPriv.h 1405 2013-11-12 23:57:17Z Roger $
// $Id: DebugPriv.h 1881 2020-04-09 20:55:12Z Roger $

#include "AdjustPriv.h"

Expand Down
8 changes: 4 additions & 4 deletions include/GetModuleBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Function to provide an implementation of SymGetModuleBase.
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2003.
This software is distributed in the hope that it will be useful, but
Expand All @@ -19,12 +19,12 @@
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
$Revision: 1405 $
$Revision: 1881 $
*/

// $Id: GetModuleBase.h 1405 2013-11-12 23:57:17Z Roger $
// $Id: GetModuleBase.h 1881 2020-04-09 20:55:12Z Roger $

#ifndef _WINDOWS_
#include <windows.h>
Expand Down
8 changes: 4 additions & 4 deletions include/MsvcExceptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Data for Microsoft Visual Studio exceptions
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2004.
This software is distributed in the hope that it will be useful, but
Expand All @@ -19,12 +19,12 @@
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
$Revision: 1405 $
$Revision: 1881 $
*/

// $Id: MsvcExceptions.h 1405 2013-11-12 23:57:17Z Roger $
// $Id: MsvcExceptions.h 1881 2020-04-09 20:55:12Z Roger $

/* Value of ExceptionCode for an MSVC C++ exception ("msc") */
static DWORD const MSVC_EXCEPTION = 0xe06d7363;
Expand Down
8 changes: 4 additions & 4 deletions include/NtDllStruct.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Header for NtDll Structures - defines some data structures used by the native API.
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2004.
This software is distributed in the hope that it will be useful, but
Expand All @@ -19,12 +19,12 @@
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
$Revision: 1405 $
$Revision: 1881 $
*/

// $Id: NtDllStruct.h 1405 2013-11-12 23:57:17Z Roger $
// $Id: NtDllStruct.h 1881 2020-04-09 20:55:12Z Roger $

// For MSVC 5.00/6.00 basetsd.h (changes with platform SDK)
#ifndef _W64
Expand Down
8 changes: 4 additions & 4 deletions include/Options.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@file
Provide command line option handling.
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2003.
This software is distributed in the hope that it will be useful, but
Expand All @@ -19,12 +19,12 @@
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
$Revision: 1428 $
$Revision: 1881 $
*/

// $Id: Options.h 1428 2014-10-04 21:55:56Z Roger $
// $Id: Options.h 1881 2020-04-09 20:55:12Z Roger $

#include <string>
#include <vector>
Expand Down
8 changes: 4 additions & 4 deletions include/Options.inl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@file
Implementation of command line option handling.
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2003.
This software is distributed in the hope that it will be useful, but
Expand All @@ -19,12 +19,12 @@
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
$Revision: 1569 $
$Revision: 1881 $
*/

// $Id: Options.inl 1569 2015-09-10 22:25:51Z Roger $
// $Id: Options.inl 1881 2020-04-09 20:55:12Z Roger $

#include <vector>
#include <iostream>
Expand Down
8 changes: 4 additions & 4 deletions include/ProcessHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@file
Helper functions for process management.
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2003
Expand All @@ -20,12 +20,12 @@
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
$Revision: 1700 $
$Revision: 1881 $
*/

// $Id: ProcessHelper.h 1700 2017-06-04 21:26:23Z Roger $
// $Id: ProcessHelper.h 1881 2020-04-09 20:55:12Z Roger $


#pragma warning( disable: 4786 )
Expand Down
8 changes: 4 additions & 4 deletions include/ReadInt.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@file
Helper function for reading a string into an integer.
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2004
Expand All @@ -20,12 +20,12 @@
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
$Revision: 1405 $
$Revision: 1881 $
*/

// $Id: ReadInt.h 1405 2013-11-12 23:57:17Z Roger $
// $Id: ReadInt.h 1881 2020-04-09 20:55:12Z Roger $

#include <string> // for string
#include <cstdlib> // for strtol
Expand Down
8 changes: 4 additions & 4 deletions include/ReadPartialMemory.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Function to read partial memory buffer from a target process
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2011.
This software is distributed in the hope that it will be useful, but
Expand All @@ -19,12 +19,12 @@
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
$Revision: 1405 $
$Revision: 1881 $
*/

// $Id: ReadPartialMemory.h 1405 2013-11-12 23:57:17Z Roger $
// $Id: ReadPartialMemory.h 1881 2020-04-09 20:55:12Z Roger $

#include <Windows.h>

Expand Down
6 changes: 3 additions & 3 deletions include/SimpleTokenizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@file
Turn a string delimited by a given character into a vector of strings.
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2003.
This software is distributed in the hope that it will be useful, but
Expand All @@ -19,9 +19,9 @@
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
$Revision: 1405 $
$Revision: 1881 $
*/

#include <string>
Expand Down
8 changes: 4 additions & 4 deletions include/StrFromWchar.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Function to create a std::string from a wide string.
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2005.
This software is distributed in the hope that it will be useful, but
Expand All @@ -19,12 +19,12 @@
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
$Revision: 1569 $
$Revision: 1881 $
*/

// $Id: StrFromWchar.h 1569 2015-09-10 22:25:51Z Roger $
// $Id: StrFromWchar.h 1881 2020-04-09 20:55:12Z Roger $

#include <string>
#include <vector>
Expand Down
8 changes: 4 additions & 4 deletions include/SymbolEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Wrapper for DbgHelper to provide common utility functions for processing
Microsoft PDB information.
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2003.
This software is distributed in the hope that it will be useful, but
Expand All @@ -20,12 +20,12 @@
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
$Revision: 1405 $
$Revision: 1881 $
*/

// $Id: SymbolEngine.h 1405 2013-11-12 23:57:17Z Roger $
// $Id: SymbolEngine.h 1881 2020-04-09 20:55:12Z Roger $

#include <iosfwd>
#include <string>
Expand Down
2 changes: 1 addition & 1 deletion include/buildVersion.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define BUILD_VERSION 42
#define BUILD_VERSION 43
8 changes: 4 additions & 4 deletions include/displayError.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
displayError( std::cerr, GetLastError() );
</PRE>
@author Roger Orr <rogero@howzatt.demon.co.uk>
@author Roger Orr <[email protected]>
Copyright &copy; 2004.
This software is distributed in the hope that it will be useful, but
Expand All @@ -23,12 +23,12 @@
by this notice.
Comments and suggestions are always welcome.
Please report bugs to rogero@howzatt.demon.co.uk.
Please report bugs to [email protected].
$Revision: 1405 $
$Revision: 1881 $
*/

// $Id: displayError.h 1405 2013-11-12 23:57:17Z Roger $
// $Id: displayError.h 1881 2020-04-09 20:55:12Z Roger $

#include <iosfwd>
#include <windows.h>
Expand Down
Loading

0 comments on commit f217eef

Please sign in to comment.