Update year in various copyrights to 2019

This is the equivalent of c8b6ca308b for
2019, except that it was produced by running misc/scripts/inc_year and
not manually now.

See https://github.com/wxWidgets/wxWidgets/pull/1302
This commit is contained in:
Vadim Zeitlin
2019-04-21 20:37:48 +02:00
parent 0a81d7eb8b
commit aeef082e47
8 changed files with 12 additions and 12 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-2018");
aboutInfo.SetCopyright("(C) 1992-2019");
aboutInfo.SetWebSite("http://myapp.org");
aboutInfo.AddDeveloper("My Self");

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-2018");
aboutInfo.SetCopyright("(C) 1992-2019");
aboutInfo.SetWebSite("http://myapp.org");
aboutInfo.AddDeveloper("My Self");