summaryrefslogtreecommitdiff
path: root/protocols/Sametime/src
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2018-01-01 05:02:10 +0300
committerdartraiden <wowemuh@gmail.com>2018-01-01 05:02:10 +0300
commit28317a5f7331e1910811e6e37ee7c327ee42cafd (patch)
treef4762a7fde822c343ed4f67ea715bf8ac5fe1640 /protocols/Sametime/src
parent9682ce6e05865f2267f4bed4d74f0e1e890baccc (diff)
massive copyright update
Diffstat (limited to 'protocols/Sametime/src')
-rw-r--r--protocols/Sametime/src/conference.cpp2
-rw-r--r--protocols/Sametime/src/sametime.cpp2
-rw-r--r--protocols/Sametime/src/version.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Sametime/src/conference.cpp b/protocols/Sametime/src/conference.cpp
index c79baf20cb..d96ca4e66d 100644
--- a/protocols/Sametime/src/conference.cpp
+++ b/protocols/Sametime/src/conference.cpp
@@ -20,7 +20,7 @@ CSametimeProto* getProtoFromMwConference(mwConference* conf)
conference, or mwConference_close to reject the invitation.
@param conf the newly created conference
- @param inviter the indentity of the user who sent the invitation
+ @param inviter the identity of the user who sent the invitation
@param invite the invitation text
*/
void mwServiceConf_on_invited(mwConference* conf, mwLoginInfo* inviter, const char* invite)
diff --git a/protocols/Sametime/src/sametime.cpp b/protocols/Sametime/src/sametime.cpp
index 978a5d6fce..dfb4166223 100644
--- a/protocols/Sametime/src/sametime.cpp
+++ b/protocols/Sametime/src/sametime.cpp
@@ -37,7 +37,7 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_PROTOCO
// protocol related services
-/** Copy the name of the protocole into lParam
+/** Copy the name of the protocol into lParam
* @param wParam : max size of the name
* @param lParam : reference to a char *, which will hold the name
*/
diff --git a/protocols/Sametime/src/version.h b/protocols/Sametime/src/version.h
index aac68342d9..50ae8f6254 100644
--- a/protocols/Sametime/src/version.h
+++ b/protocols/Sametime/src/version.h
@@ -9,5 +9,5 @@
#define __FILENAME "Sametime.dll"
#define __DESCRIPTION "Implementation of instant messaging for the Lotus Sametime protocol."
#define __AUTHOR "Scott Ellis, Szymon Tokarz"
-#define __COPYRIGHT "© 2005 Scott Ellis, 2014-2017 wsx22"
+#define __COPYRIGHT "© 2005 Scott Ellis, 2014-18 wsx22"
#define __AUTHORWEB "https://miranda-ng.org/p/Sametime/"