From 788c78df68e2077d9ebb47d5fadc38e28445f760 Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 15 Jan 2015 00:36:27 +0100 Subject: [PATCH] + change copyright notice --- src/Main/FreeCADGuiPy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/FreeCADGuiPy.cpp b/src/Main/FreeCADGuiPy.cpp index 0abeb90727..605403281c 100644 --- a/src/Main/FreeCADGuiPy.cpp +++ b/src/Main/FreeCADGuiPy.cpp @@ -310,7 +310,7 @@ PyMODINIT_FUNC initFreeCADGui() 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-2014\n"; + App::Application::Config()["CopyrightInfo"] = "\xc2\xa9 Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2015\n"; Gui::Application::initApplication(); Py_InitModule("FreeCADGui", FreeCADGui_methods); }