diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-01 12:00:41 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-01 12:00:41 +0000 |
commit | 2bd0e0f058acbabd6281256211a9f1ff7d88ede2 (patch) | |
tree | bbc7423f1664f19a3b490c1ee7a1e81a504bc2d0 /plugins | |
parent | cf3c84bf4f00f3fd8ffdf07f9fff298716a93282 (diff) |
more correct version of the copyright fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@1298 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Clist_nicer/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/TabSRMM/resource.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_nicer/res/resource.rc b/plugins/Clist_nicer/res/resource.rc index 850fb25288..89c25970e4 100644 --- a/plugins/Clist_nicer/res/resource.rc +++ b/plugins/Clist_nicer/res/resource.rc @@ -103,7 +103,7 @@ BEGIN LTEXT "",IDC_WHITERECT,0,0,228,116
DEFPUSHBUTTON "OK",IDOK,168,123,55,14
LTEXT "Clist Nicer+",IDC_CLNICER,5,7,150,15
- CTEXT "Copyright © 2004-2012 by the Miranda NG project. More detailed copyright information can be found in the included README file.\n\nThis software is distributed and licensed under the terms of the GNU General Public License V2 or any later version.",IDC_COPYRIGHT,5,39,217,47
+ CTEXT "Copyright © 2004-2010 by the Miranda NG project, 2012 by the Miranda NG project. More detailed copyright information can be found in the included README file.",IDC_COPYRIGHT,5,39,217,47
ICON 0,IDC_LOGO,201,2,20,20
LTEXT "Version",IDC_VERSION,5,19,150,15
CTEXT "build time",IDC_BUILDTIME,37,105,150,11
diff --git a/plugins/TabSRMM/resource.rc b/plugins/TabSRMM/resource.rc index 95e0e1705b..31ccb1785d 100644 --- a/plugins/TabSRMM/resource.rc +++ b/plugins/TabSRMM/resource.rc @@ -537,7 +537,7 @@ BEGIN LTEXT "",IDC_STATIC,0,30,228,110,NOT WS_GROUP
CONTROL "",IDC_HEADERBAR,"MHeaderbarCtrl",WS_TABSTOP,0,0,228,30
DEFPUSHBUTTON "OK",IDOK,168,123,55,14
- CTEXT "Copyright © 2004-2012 by the Miranda NG project. More \ndetailed copyright information can be found in the included README file.\n\nThis software is distributed and licensed under the terms of the GNU General Public License V2 or any later version.",IDC_COPYRIGHT,5,39,217,47
+ CTEXT "Copyright © 2004-2010 by the Miranda NG project, 2012 by the Miranda NG project. More \ndetailed copyright information can be found in the included README file.",IDC_COPYRIGHT,5,39,217,47
CTEXT "",IDC_BUILDTIME,37,105,150,11
CONTROL "Support and latest version information",IDC_SUPPORT,
"Hyperlink",WS_TABSTOP | 0x1,18,91,192,12
|