diff options
Diffstat (limited to 'plugins/HwHotKeys')
-rw-r--r-- | plugins/HwHotKeys/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/HwHotKeys/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HwHotKeys/src/stdafx.cxx b/plugins/HwHotKeys/src/stdafx.cxx index 0765fbaa6f..7e95899d31 100644 --- a/plugins/HwHotKeys/src/stdafx.cxx +++ b/plugins/HwHotKeys/src/stdafx.cxx @@ -1,5 +1,5 @@ /*
-Copyright (C) 2012-16 Miranda NG project (http://miranda-ng.org)
+Copyright (C) 2012-17 Miranda NG project (http://miranda-ng.org)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/HwHotKeys/src/version.h b/plugins/HwHotKeys/src/version.h index 960c6edfcc..0c5c8d595a 100644 --- a/plugins/HwHotKeys/src/version.h +++ b/plugins/HwHotKeys/src/version.h @@ -35,7 +35,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111 - 1307, USA. #define __AUTHOR "Eugene f2065" // описание плагина в миранде #define __AUTHOREMAIL "f2065@mail.ru" // описание плагина в миранде #define __AUTHORWEB "http://f2065.narod.ru/" // описание плагина в dll-fileinfo "CompanyName", описание плагина в миранде -#define __COPYRIGHT "© 2010-2016 Eugene f2065" // описание плагина в dll-fileinfo "LegalCopyright", описание плагина в миранде +#define __COPYRIGHT "© 2010-2017 Eugene f2065" // описание плагина в dll-fileinfo "LegalCopyright", описание плагина в миранде #define __DbModName "HwHotKeys" // имя раздела настроек плагина в БД миранды |