diff options
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" |