diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-23 18:17:42 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-23 18:17:42 +0000 |
commit | bae46e23df15573407254315781431ce213e7d8b (patch) | |
tree | 1f9a73d37a6a0fa39039798d3251ef9aec60eaeb | |
parent | bedc47d741bd514f94e1a9e2723b438630ec752a (diff) |
Respect to the ancestor
git-svn-id: http://svn.miranda-ng.org/main/trunk@1133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | src/version.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.rc b/src/version.rc index ec0e47aca9..50c5f5840e 100644 --- a/src/version.rc +++ b/src/version.rc @@ -35,7 +35,7 @@ BEGIN VALUE "FileDescription", "Miranda NG\0"
VALUE "FileVersion", MIRANDA_VERSION_DISPLAY
VALUE "InternalName", "miranda32\0"
- VALUE "LegalCopyright", "Copyright © 2012 Miranda NG Project. This software is released under the terms of the GNU General Public License.\0"
+ VALUE "LegalCopyright", "Copyright © 2000-2011 Miranda IM, 2012 Miranda NG Project. This software is released under the terms of the GNU General Public License.\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "miranda32.exe\0"
VALUE "PrivateBuild", "\0"
|