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:
@@ -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");
|
||||
|
||||
|
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user