Skip to content

Commit

Permalink
updated copyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiSafsafi committed Jan 20, 2019
1 parent 83cb1ba commit 69339b8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Please check [Version2](https://github.com/MahdiSafsafi/delphi-detours-library/b
* Support COM **vtable** patching.
* Fully <u><b>thread-safe</b></u> code hooking and unhooking.
* Support hooking Object Method.
* Support Delphi 7/2005-2010/XE-XE8.
* Support Delphi 7/2005-2010/XE-Rio(Delphi 10.3).
* Support Lazarus/FPC.
* 64 bit address is supported.
* The library does not use any external library.
Expand Down
4 changes: 2 additions & 2 deletions Source/CPUID.pas
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// **************************************************************************************************
// CPUID for Delphi.
// Unit CPUID
// https://github.com/MahdiSafsafi/delphi-detours-library
// https://github.com/MahdiSafsafi/DDetours

// The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License");
// you may not use this file except in compliance with the License. You may obtain a copy of the
Expand All @@ -14,7 +14,7 @@
// The Original Code is CPUID.pas.
//
// The Initial Developer of the Original Code is Mahdi Safsafi [SMP3].
// Portions created by Mahdi Safsafi . are Copyright (C) 2013-2017 Mahdi Safsafi .
// Portions created by Mahdi Safsafi . are Copyright (C) 2013-2019 Mahdi Safsafi .
// All Rights Reserved.
//
// **************************************************************************************************
Expand Down
4 changes: 2 additions & 2 deletions Source/DDetours.pas
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// **************************************************************************************************
// Delphi Detours Library.
// Unit DDetours
// https://github.com/MahdiSafsafi/delphi-detours-library
// https://github.com/MahdiSafsafi/DDetours

// The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License");
// you may not use this file except in compliance with the License. You may obtain a copy of the
Expand All @@ -18,7 +18,7 @@
// RRUZ
//
// The Initial Developer of the Original Code is Mahdi Safsafi [SMP3].
// Portions created by Mahdi Safsafi . are Copyright (C) 2013-2017 Mahdi Safsafi .
// Portions created by Mahdi Safsafi . are Copyright (C) 2013-2019 Mahdi Safsafi .
// All Rights Reserved.
//
// **************************************************************************************************
Expand Down
4 changes: 2 additions & 2 deletions Source/InstDecode.pas
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// **************************************************************************************************
// Delphi Instruction Decode Library
// Unit InstDecode
// https://github.com/MahdiSafsafi/delphi-detours-library
// https://github.com/MahdiSafsafi/DDetours

// The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License");
// you may not use this file except in compliance with the License. You may obtain a copy of the
Expand All @@ -14,7 +14,7 @@
// The Original Code is InstDecode.pas.
//
// The Initial Developer of the Original Code is Mahdi Safsafi [SMP3].
// Portions created by Mahdi Safsafi . are Copyright (C) 2013-2017 Mahdi Safsafi .
// Portions created by Mahdi Safsafi . are Copyright (C) 2013-2019 Mahdi Safsafi .
// All Rights Reserved.
//
// **************************************************************************************************
Expand Down
4 changes: 2 additions & 2 deletions Source/ModRmFlagsTables.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// **************************************************************************************************
// Part of Delphi Instruction Decode Library [InstDecode]
//
// https://github.com/MahdiSafsafi/delphi-detours-library
// https://github.com/MahdiSafsafi/DDetours

// The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License");
// you may not use this file except in compliance with the License. You may obtain a copy of the
Expand All @@ -14,7 +14,7 @@
// The Original Code is ModRmFlagsTables.inc.
//
// The Initial Developer of the Original Code is Mahdi Safsafi [SMP3].
// Portions created by Mahdi Safsafi . are Copyright (C) 2013-2016 Mahdi Safsafi .
// Portions created by Mahdi Safsafi . are Copyright (C) 2013-2019 Mahdi Safsafi .
// All Rights Reserved.
//
// **************************************************************************************************
Expand Down
4 changes: 2 additions & 2 deletions Source/OpCodesTables.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// **************************************************************************************************
// Part of Delphi Instruction Decode Library [InstDecode]
//
// https://github.com/MahdiSafsafi/delphi-detours-library
// https://github.com/MahdiSafsafi/DDetours

// The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License");
// you may not use this file except in compliance with the License. You may obtain a copy of the
Expand All @@ -14,7 +14,7 @@
// The Original Code is OpCodesTables.inc.
//
// The Initial Developer of the Original Code is Mahdi Safsafi [SMP3].
// Portions created by Mahdi Safsafi . are Copyright (C) 2013-2016 Mahdi Safsafi .
// Portions created by Mahdi Safsafi . are Copyright (C) 2013-2019 Mahdi Safsafi .
// All Rights Reserved.
//
// **************************************************************************************************
Expand Down

0 comments on commit 69339b8

Please sign in to comment.