diff options
author | dartraiden <wowemuh@gmail.com> | 2018-03-13 14:26:21 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-03-13 14:26:21 +0300 |
commit | 476748742a7115b4a521266540f4c528ded74ec6 (patch) | |
tree | d2399be3ec61c6b017b7450b868d7e59dfe32eb7 /plugins/MagneticWindows/src/Version.h | |
parent | f9a6f40b7834edd693e8e5b8d64dbc7cd8921262 (diff) |
remove AUTHOREMAIL field
Diffstat (limited to 'plugins/MagneticWindows/src/Version.h')
-rw-r--r-- | plugins/MagneticWindows/src/Version.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/MagneticWindows/src/Version.h b/plugins/MagneticWindows/src/Version.h index 69c34409b7..affb6ffa78 100644 --- a/plugins/MagneticWindows/src/Version.h +++ b/plugins/MagneticWindows/src/Version.h @@ -9,6 +9,5 @@ #define __FILENAME "MagneticWindows.dll" #define __DESCRIPTION "Makes the main contactlist and the chat windows snapping to the desktop border and to each other." #define __AUTHOR "Michael Kunz" -#define __AUTHOREMAIL "Michael.Kunz@s2005.TU-Cemnitz.de" -#define __AUTHORWEB "http://miranda-ng.org/p/MagneticWindows/" -#define __COPYRIGHT "© 2006 Michael Kunz" +#define __AUTHORWEB "https://miranda-ng.org/p/MagneticWindows/" +#define __COPYRIGHT "© 2006 Michael Kunz, 2018 Miranda NG team" |