Skip to content
This repository was archived by the owner on Aug 20, 2023. It is now read-only.

Commit 9faad2b

Browse files
committed
Updated Alias with Newer One
1 parent 89670a2 commit 9faad2b

16 files changed

+31
-31
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [2020] [quosego]
189+
Copyright [2020](https://github.com/dovezp)
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

source/codex/form_about.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ namespace codex {
8282
this->lbl_dev->Name = L"lbl_dev";
8383
this->lbl_dev->Size = System::Drawing::Size(42, 13);
8484
this->lbl_dev->TabIndex = 1;
85-
this->lbl_dev->Text = L"quosego";
85+
this->lbl_dev->Text = L"dovezp";
8686
//
8787
// form_about
8888
//

source/codex/plugin.controls.callback.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* \brief plugin - controls - callback
3-
* \author quosego
4-
* \contact https://github.com/quosego
3+
* \author dovezp
4+
* \contact https://github.com/dovezp
55
* \version 2020/MAY/21
66
* \license Apache License 2.0 (Apache-2.0)
77
*/

source/codex/plugin.controls.callback.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* \brief plugin - controls - callback
3-
* \author quosego
4-
* \contact https://github.com/quosego
3+
* \author dovezp
4+
* \contact https://github.com/dovezp
55
* \version 2020/MAY/21
66
* \license Apache License 2.0 (Apache-2.0)
77
*/

source/codex/plugin.controls.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* \brief plugin - controls
3-
* \author quosego
4-
* \contact https://github.com/quosego
3+
* \author dovezp
4+
* \contact https://github.com/dovezp
55
* \version 2020/MAY/21
66
* \license Apache License 2.0 (Apache-2.0)
77
*/

source/codex/plugin.controls.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* \brief plugin - controls
3-
* \author quosego
4-
* \contact https://github.com/quosego
3+
* \author dovezp
4+
* \contact https://github.com/dovezp
55
* \version 2020/MAY/21
66
* \license Apache License 2.0 (Apache-2.0)
77
*/

source/codex/plugin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* \brief plugin
3-
* \author quosego
4-
* \contact https://github.com/quosego
3+
* \author dovezp
4+
* \contact https://github.com/dovezp
55
* \version 2020/MAY/21
66
* \license Apache License 2.0 (Apache-2.0)
77
*/

source/codex/plugin.dependencies.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* \brief plugin - dependencies
3-
* \author quosego
4-
* \contact https://github.com/quosego
3+
* \author dovezp
4+
* \contact https://github.com/dovezp
55
* \version 2020/MAY/23
66
* \license Apache License 2.0 (Apache-2.0)
77
*/

source/codex/plugin.details.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* \brief plugin - details
3-
* \author quosego
4-
* \contact https://github.com/quosego
3+
* \author dovezp
4+
* \contact https://github.com/dovezp
55
* \version 2020/MAY/23
66
* \license Apache License 2.0 (Apache-2.0)
77
*/
@@ -20,7 +20,7 @@
2020
#define PLUGIN_BUILD __DATE__ " @ " __TIME__
2121
#define PLUGIN_NAME "Codex"
2222

23-
#define PLUGIN_AUTHOR "quosego"
23+
#define PLUGIN_AUTHOR "dovezp"
2424
#define PLUGIN_AUTHOR_CONTACT "https://github.com/" PLUGIN_AUTHOR
2525
#define PLUGIN_BUILD_LINK PLUGIN_AUTHOR_CONTACT "/x64dbg.plugin.codex"
2626

source/codex/plugin.gui.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* \brief plugin - gui
3-
* \author quosego
4-
* \contact https://github.com/quosego
3+
* \author dovezp
4+
* \contact https://github.com/dovezp
55
* \version 2020/MAY/21
66
* \license Apache License 2.0 (Apache-2.0)
77
*/

0 commit comments

Comments
 (0)