Update copyright notice

This commit is contained in:
wmayer
2019-01-03 15:37:02 +01:00
parent 9ea523a9e0
commit 2aa4f8c47f
3 changed files with 3 additions and 3 deletions

View File

@@ -325,7 +325,7 @@ PyMOD_INIT_FUNC(FreeCADGui)
Base::Interpreter().loadModule("FreeCAD");
App::Application::Config()["AppIcon"] = "freecad";
App::Application::Config()["SplashScreen"] = "freecadsplash";
App::Application::Config()["CopyrightInfo"] = "\xc2\xa9 Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2018\n";
App::Application::Config()["CopyrightInfo"] = "\xc2\xa9 Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2019\n";
// it's possible that the GUI is already initialized when the Gui version of the executable
// is started in command mode
if (Base::Type::fromName("Gui::BaseView").isBad())