Skip to content

Commit 69339b8

Browse files
committed
updated copyright.
1 parent 83cb1ba commit 69339b8

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Please check [Version2](https://github.com/MahdiSafsafi/delphi-detours-library/b
1515
* Support COM **vtable** patching.
1616
* Fully <u><b>thread-safe</b></u> code hooking and unhooking.
1717
* Support hooking Object Method.
18-
* Support Delphi 7/2005-2010/XE-XE8.
18+
* Support Delphi 7/2005-2010/XE-Rio(Delphi 10.3).
1919
* Support Lazarus/FPC.
2020
* 64 bit address is supported.
2121
* The library does not use any external library.

Source/CPUID.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// **************************************************************************************************
22
// CPUID for Delphi.
33
// Unit CPUID
4-
// https://github.com/MahdiSafsafi/delphi-detours-library
4+
// https://github.com/MahdiSafsafi/DDetours
55

66
// The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License");
77
// you may not use this file except in compliance with the License. You may obtain a copy of the
@@ -14,7 +14,7 @@
1414
// The Original Code is CPUID.pas.
1515
//
1616
// The Initial Developer of the Original Code is Mahdi Safsafi [SMP3].
17-
// Portions created by Mahdi Safsafi . are Copyright (C) 2013-2017 Mahdi Safsafi .
17+
// Portions created by Mahdi Safsafi . are Copyright (C) 2013-2019 Mahdi Safsafi .
1818
// All Rights Reserved.
1919
//
2020
// **************************************************************************************************

Source/DDetours.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// **************************************************************************************************
22
// Delphi Detours Library.
33
// Unit DDetours
4-
// https://github.com/MahdiSafsafi/delphi-detours-library
4+
// https://github.com/MahdiSafsafi/DDetours
55

66
// The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License");
77
// you may not use this file except in compliance with the License. You may obtain a copy of the
@@ -18,7 +18,7 @@
1818
// RRUZ
1919
//
2020
// The Initial Developer of the Original Code is Mahdi Safsafi [SMP3].
21-
// Portions created by Mahdi Safsafi . are Copyright (C) 2013-2017 Mahdi Safsafi .
21+
// Portions created by Mahdi Safsafi . are Copyright (C) 2013-2019 Mahdi Safsafi .
2222
// All Rights Reserved.
2323
//
2424
// **************************************************************************************************

Source/InstDecode.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// **************************************************************************************************
22
// Delphi Instruction Decode Library
33
// Unit InstDecode
4-
// https://github.com/MahdiSafsafi/delphi-detours-library
4+
// https://github.com/MahdiSafsafi/DDetours
55

66
// The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License");
77
// you may not use this file except in compliance with the License. You may obtain a copy of the
@@ -14,7 +14,7 @@
1414
// The Original Code is InstDecode.pas.
1515
//
1616
// The Initial Developer of the Original Code is Mahdi Safsafi [SMP3].
17-
// Portions created by Mahdi Safsafi . are Copyright (C) 2013-2017 Mahdi Safsafi .
17+
// Portions created by Mahdi Safsafi . are Copyright (C) 2013-2019 Mahdi Safsafi .
1818
// All Rights Reserved.
1919
//
2020
// **************************************************************************************************

Source/ModRmFlagsTables.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// **************************************************************************************************
22
// Part of Delphi Instruction Decode Library [InstDecode]
33
//
4-
// https://github.com/MahdiSafsafi/delphi-detours-library
4+
// https://github.com/MahdiSafsafi/DDetours
55

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

Source/OpCodesTables.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// **************************************************************************************************
22
// Part of Delphi Instruction Decode Library [InstDecode]
33
//
4-
// https://github.com/MahdiSafsafi/delphi-detours-library
4+
// https://github.com/MahdiSafsafi/DDetours
55

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

0 commit comments

Comments
 (0)