Update year in copyright notices to 2018

Use 2018 instead of 2017 (mostly in version info files).

See https://github.com/wxWidgets/wxWidgets/pull/661
This commit is contained in:
Tobias Taschner
2018-01-05 19:51:47 +01:00
committed by VZ
parent 00d8434156
commit c8b6ca308b
11 changed files with 19 additions and 19 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-2017");
aboutInfo.SetCopyright("(C) 1992-2018");
aboutInfo.SetWebSite("http://myapp.org");
aboutInfo.AddDeveloper("My Self");