Update year in copyright notices to 2017
Use 2017 instead of 2016, mostly in version info files. Closes https://github.com/wxWidgets/wxWidgets/pull/379
This commit is contained in:
committed by
Vadim Zeitlin
parent
0a5f6e07f5
commit
e0a2e09031
@@ -37,7 +37,7 @@
|
||||
aboutInfo.SetName("MyApp");
|
||||
aboutInfo.SetVersion(MY_APP_VERSION_STRING);
|
||||
aboutInfo.SetDescription(_("My wxWidgets-based application!"));
|
||||
aboutInfo.SetCopyright("(C) 1992-2016");
|
||||
aboutInfo.SetCopyright("(C) 1992-2017");
|
||||
aboutInfo.SetWebSite("http://myapp.org");
|
||||
aboutInfo.AddDeveloper("My Self");
|
||||
|
||||
|
Reference in New Issue
Block a user