From 5d35713aa21fd3d3dddf219ca0df29bbaaf5ee44 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sat, 27 Jan 2018 12:13:44 +0100 Subject: [PATCH] adjust copyright text --- src/Main/FreeCADGuiPy.cpp | 2 +- src/Main/MainCmd.cpp | 2 +- src/Main/MainGui.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Main/FreeCADGuiPy.cpp b/src/Main/FreeCADGuiPy.cpp index 0e074d266e..49cb6c6199 100644 --- a/src/Main/FreeCADGuiPy.cpp +++ b/src/Main/FreeCADGuiPy.cpp @@ -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-2017\n"; + App::Application::Config()["CopyrightInfo"] = "\xc2\xa9 Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2018\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()) diff --git a/src/Main/MainCmd.cpp b/src/Main/MainCmd.cpp index b588e54a10..44b5c08761 100644 --- a/src/Main/MainCmd.cpp +++ b/src/Main/MainCmd.cpp @@ -53,7 +53,7 @@ using Base::Console; using App::Application; -const char sBanner[] = "(c) Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2017\n"\ +const char sBanner[] = "(c) Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2018\n"\ " ##### #### ### #### \n" \ " # # # # # # \n" \ " # ## #### #### # # # # # \n" \ diff --git a/src/Main/MainGui.cpp b/src/Main/MainGui.cpp index 66acc1fb97..93c8374083 100644 --- a/src/Main/MainGui.cpp +++ b/src/Main/MainGui.cpp @@ -58,7 +58,7 @@ void PrintInitHelp(void); -const char sBanner[] = "\xc2\xa9 Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2017\n"\ +const char sBanner[] = "\xc2\xa9 Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2018\n"\ " ##### #### ### #### \n" \ " # # # # # # \n" \ " # ## #### #### # # # # # \n" \