diff options
author | dartraiden <wowemuh@gmail.com> | 2018-01-01 05:02:10 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-01-01 05:02:10 +0300 |
commit | 28317a5f7331e1910811e6e37ee7c327ee42cafd (patch) | |
tree | f4762a7fde822c343ed4f67ea715bf8ac5fe1640 /plugins/SMS | |
parent | 9682ce6e05865f2267f4bed4d74f0e1e890baccc (diff) |
massive copyright update
Diffstat (limited to 'plugins/SMS')
-rw-r--r-- | plugins/SMS/src/SMSConstans.h | 4 | ||||
-rw-r--r-- | plugins/SMS/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/receive.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/recvdlg.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/send.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/senddlg.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/senddlg.h | 2 | ||||
-rw-r--r-- | plugins/SMS/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/SMS/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/SMS/src/version.h | 2 |
11 files changed, 12 insertions, 12 deletions
diff --git a/plugins/SMS/src/SMSConstans.h b/plugins/SMS/src/SMSConstans.h index 7abfc0bb61..ba2a7fc19f 100644 --- a/plugins/SMS/src/SMSConstans.h +++ b/plugins/SMS/src/SMSConstans.h @@ -10,7 +10,7 @@ #define TIMEOUT_MSGSEND 60000 // send sms timeout
#define MIN_SMS_DBEVENT_LEN 4 // для фильтрации событий авторизации от джабер плагина
#define MAX_PHONE_LEN MAX_PATH
-#define PHONES_MIN_COUNT 4 //internal // колличество элементов обязательно проверяемых при извлечении email адреса из инфы юзера
+#define PHONES_MIN_COUNT 4 //internal // количество элементов обязательно проверяемых при извлечении email адреса из инфы юзера
#define SMS_DEFAULT_
#define SMS_DEFAULT_SIGNATUREPOS FALSE
@@ -25,7 +25,7 @@ #define ICQEVENTTYPE_SMSCONFIRMATION 3001
-//Fonts defenitions
+//Fonts definitions
//#define SRMMMOD "SRMM"
#define SRMMMOD "TabSRMM_Fonts"
diff --git a/plugins/SMS/src/main.cpp b/plugins/SMS/src/main.cpp index b8962e9fb6..37269f9ff7 100644 --- a/plugins/SMS/src/main.cpp +++ b/plugins/SMS/src/main.cpp @@ -1,7 +1,7 @@ /*
Miranda-IM SMS Plugin
Copyright (C) 2001-2 Richard Hughes
-Copyright (C) 2007-8 Rozhuk Ivan
+Copyright (C) 2007-18 Rozhuk Ivan
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/SMS/src/options.cpp b/plugins/SMS/src/options.cpp index 6998611134..38f51ea4d6 100644 --- a/plugins/SMS/src/options.cpp +++ b/plugins/SMS/src/options.cpp @@ -1,7 +1,7 @@ /*
Miranda-IM SMS Plugin
Copyright (C) 2001-2002 Richard Hughes
-Copyright (C) 2007-2009 Rozhuk Ivan
+Copyright (C) 2007-2018 Rozhuk Ivan
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/SMS/src/receive.cpp b/plugins/SMS/src/receive.cpp index 40d2ed7933..a0b41f4106 100644 --- a/plugins/SMS/src/receive.cpp +++ b/plugins/SMS/src/receive.cpp @@ -1,7 +1,7 @@ /*
Miranda-IM SMS Plugin
Copyright (C) 2001-2 Richard Hughes
-Copyright (C) 2007-2014 Rozhuk Ivan
+Copyright (C) 2007-18 Rozhuk Ivan
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/SMS/src/recvdlg.cpp b/plugins/SMS/src/recvdlg.cpp index a427fb2ba9..5dd2df908c 100644 --- a/plugins/SMS/src/recvdlg.cpp +++ b/plugins/SMS/src/recvdlg.cpp @@ -1,7 +1,7 @@ /*
Miranda-IM SMS Plugin
Copyright (C) 2001-2 Richard Hughes
-Copyright (C) 2007-2014 Rozhuk Ivan
+Copyright (C) 2007-18 Rozhuk Ivan
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/SMS/src/send.cpp b/plugins/SMS/src/send.cpp index 01cd0ac02c..0970e5c400 100644 --- a/plugins/SMS/src/send.cpp +++ b/plugins/SMS/src/send.cpp @@ -1,7 +1,7 @@ /*
Miranda-IM SMS Plugin
Copyright (C) 2001-2 Richard Hughes
-Copyright (C) 2007-2014 Rozhuk Ivan
+Copyright (C) 2007-18 Rozhuk Ivan
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/SMS/src/senddlg.cpp b/plugins/SMS/src/senddlg.cpp index c4788d8d1b..40bd163a53 100644 --- a/plugins/SMS/src/senddlg.cpp +++ b/plugins/SMS/src/senddlg.cpp @@ -1,7 +1,7 @@ /*
Miranda-IM SMS Plugin
Copyright (C) 2001-2 Richard Hughes
-Copyright (C) 2007-2014 Rozhuk Ivan
+Copyright (C) 2007-18 Rozhuk Ivan
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/SMS/src/senddlg.h b/plugins/SMS/src/senddlg.h index 576d1946ce..4a98b9e019 100644 --- a/plugins/SMS/src/senddlg.h +++ b/plugins/SMS/src/senddlg.h @@ -4,7 +4,7 @@ DWORD SendSMSWindowInitialize();
void SendSMSWindowDestroy();
-//Decleration of SMS send window list
+//Declaration of SMS send window list
INT_PTR CALLBACK SMSAcceptedDlgProc(HWND hWndDlg,UINT msg,WPARAM wParam,LPARAM lParam);
INT_PTR CALLBACK SMSTimedOutDlgProc(HWND hWndDlg,UINT msg,WPARAM wParam,LPARAM lParam);
diff --git a/plugins/SMS/src/stdafx.cxx b/plugins/SMS/src/stdafx.cxx index b05ed73bc5..e579779bcc 100644 --- a/plugins/SMS/src/stdafx.cxx +++ b/plugins/SMS/src/stdafx.cxx @@ -1,5 +1,5 @@ /*
-Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
+Copyright (C) 2012-18 Miranda NG team (https://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/SMS/src/stdafx.h b/plugins/SMS/src/stdafx.h index d75f056b75..a13314daaf 100644 --- a/plugins/SMS/src/stdafx.h +++ b/plugins/SMS/src/stdafx.h @@ -33,7 +33,7 @@ extern HINSTANCE hInst;
-// структура содержащая информацию по построению меню или расширеных иконок
+// структура содержащая информацию по построению меню или расширенных иконок
struct GUI_DISPLAY_ITEM
{
LPSTR lpszName; // имя сервиса, оно же имя в иколибе
diff --git a/plugins/SMS/src/version.h b/plugins/SMS/src/version.h index e7bb0efc2c..d8d24b2c7f 100644 --- a/plugins/SMS/src/version.h +++ b/plugins/SMS/src/version.h @@ -10,4 +10,4 @@ #define __DESCRIPTION "Send SMS text messages to mobile phones through the IM networks." #define __AUTHOR "Richard Hughes, Improved by Ariel Shulman, rewritten by Rozhuk Ivan" #define __AUTHORWEB "https://miranda-ng.org/p/SMS/" -#define __COPYRIGHT "© 2001-02 Richard Hughes, 2003 Ariel Shulman, 2007-09 Rozhuk Ivan (Rozhuk_I@mail.ru)" +#define __COPYRIGHT "© 2001-02 Richard Hughes, 2003 Ariel Shulman, 2007-18 Rozhuk Ivan" |