diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-01 12:32:05 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-01 12:32:05 +0000 |
commit | 055d4460e17344248c7364afc5d19deeda39d644 (patch) | |
tree | e526bcd1496a0b3f7679278b9b7cc47c1e4d986a /protocols/WhatsApp/src | |
parent | e509920d44176bfba08b81fc4833e1c47d0ac66f (diff) |
copyright update for year 2014
git-svn-id: http://svn.miranda-ng.org/main/trunk@7438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src')
-rw-r--r-- | protocols/WhatsApp/src/common.h | 2 | ||||
-rw-r--r-- | protocols/WhatsApp/src/main.cpp | 6 | ||||
-rw-r--r-- | protocols/WhatsApp/src/version.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/protocols/WhatsApp/src/common.h b/protocols/WhatsApp/src/common.h index 0b65ba4f9f..8c998ecb61 100644 --- a/protocols/WhatsApp/src/common.h +++ b/protocols/WhatsApp/src/common.h @@ -1,7 +1,7 @@ /*
WhatsApp plugin for Miranda NG
-Copyright © 2013 Uli Hecht
+Copyright © 2013-14 Uli Hecht
*/
diff --git a/protocols/WhatsApp/src/main.cpp b/protocols/WhatsApp/src/main.cpp index e715d37a39..63834058f7 100644 --- a/protocols/WhatsApp/src/main.cpp +++ b/protocols/WhatsApp/src/main.cpp @@ -14,7 +14,7 @@ PLUGININFOEX pluginInfo = { "Provides basic support for WhatsApp.",
"Uli Hecht",
"uli.hecht@gmail.com",
- "© 2013 Uli Hecht",
+ "© 2013-14 Uli Hecht",
"http://example.com",
UNICODE_AWARE, //not transient
// {4f1ff7fa-4d75-44b9-93b0-2ced2e4f9e3e}
@@ -42,7 +42,7 @@ BOOL IsRunAsAdmin() goto Cleanup;
}
- // Determine whether the SID of administrators group is enabled in
+ // Determine whether the SID of administrators group is enabled in
// the primary access token of the process.
if ( !CheckTokenMembership(NULL, pAdministratorsGroup, &fIsRunAsAdmin))
{
@@ -217,7 +217,7 @@ extern "C" int __declspec(dllexport) Load(void) pd.fnInit = protoInit;
pd.fnUninit = protoUninit;
CallService(MS_PROTO_REGISTERMODULE,0,reinterpret_cast<LPARAM>(&pd));
-
+
InitIcons();
//InitContactMenus();
diff --git a/protocols/WhatsApp/src/version.h b/protocols/WhatsApp/src/version.h index 9146119e20..c98b0f9c6b 100644 --- a/protocols/WhatsApp/src/version.h +++ b/protocols/WhatsApp/src/version.h @@ -13,4 +13,4 @@ #define __AUTHOR "Uli Hecht"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/p/WhatsApp/"
-#define __COPYRIGHT "© 2013 Uli Hecht"
+#define __COPYRIGHT "© 2013-14 Uli Hecht"
|