Update outdated year references to 2016.

Use 2016 instead of 2015, mostly in version info files.
This commit is contained in:
Tobias Taschner
2016-01-18 14:30:54 +01:00
parent 390091cc24
commit 1f0a82b6a7
13 changed files with 23 additions and 23 deletions

View File

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