Update outdated year references to 2015.

Use 2015 insteaf of 201x, mostly in the manual and .plist files.
This commit is contained in:
Dimitri Schoolwerth
2015-04-30 16:11:30 +04:00
parent 6c7c8b6d8d
commit 6ca759b20b
12 changed files with 22 additions and 22 deletions

View File

@@ -34,7 +34,7 @@
aboutInfo.SetName("MyApp");
aboutInfo.SetVersion(MY_APP_VERSION_STRING);
aboutInfo.SetDescription(_("My wxWidgets-based application!"));
aboutInfo.SetCopyright("(C) 1992-2012");
aboutInfo.SetCopyright("(C) 1992-2015");
aboutInfo.SetWebSite("http://myapp.org");
aboutInfo.AddDeveloper("My Self");