diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-17 10:42:49 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-17 10:42:49 +0000 |
commit | 772a10a9c85fa29621733d31d64c1367f68664fd (patch) | |
tree | 4f95487e5708238ea7bda6f76f6795ecdf3f8aee /plugins/Scriver | |
parent | d856ff89393e9bbef394c4c88b1250ef2e5d369d (diff) |
- Copyright update
git-svn-id: http://svn.miranda-ng.org/main/trunk@3130 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver')
-rw-r--r-- | plugins/Scriver/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/Scriver/src/srmm.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Scriver/res/resource.rc b/plugins/Scriver/res/resource.rc index 611556aedb..b156fcd51d 100644 --- a/plugins/Scriver/res/resource.rc +++ b/plugins/Scriver/res/resource.rc @@ -698,7 +698,7 @@ BEGIN VALUE "FileDescription", "Scriver - send and receive instant messages"
VALUE "FileVersion", "2.10.0.2"
VALUE "InternalName", "scriver"
- VALUE "LegalCopyright", "Copyright (c) 2000-2012 Miranda NG Project"
+ VALUE "LegalCopyright", "Copyright (c) 2000-2012 Miranda IM Project, 2012-2013 Miranda NG Project"
VALUE "OriginalFilename", "scriver.dll"
VALUE "ProductName", "Scriver"
VALUE "ProductVersion", "2.10.0.2"
diff --git a/plugins/Scriver/src/srmm.cpp b/plugins/Scriver/src/srmm.cpp index 78f6fbda01..5ec4354e9f 100644 --- a/plugins/Scriver/src/srmm.cpp +++ b/plugins/Scriver/src/srmm.cpp @@ -40,7 +40,7 @@ PLUGININFOEX pluginInfo = { "Scriver - send and receive instant messages.",
"Miranda IM Development Team",
"the_leech@users.berlios.de",
- "Copyright (c) 2000-2012 Miranda IM Project",
+ "Copyright (c) 2000-2012 Miranda IM Project, 2012-2013 Miranda NG Project",
"http://miranda-ng.org/",
UNICODE_AWARE,
{0x84636f78, 0x2057, 0x4302, { 0x8a, 0x65, 0x23, 0xa1, 0x6d, 0x46, 0x84, 0x4c }} //{84636F78-2057-4302-8A65-23A16D46844C}
|