From 2aa4f8c47fda209881fb1aeee492de8cd0b22fd6 Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 3 Jan 2019 15:37:02 +0100 Subject: [PATCH] Update copyright notice --- 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 49cb6c6199..fb6b769797 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-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()) diff --git a/src/Main/MainCmd.cpp b/src/Main/MainCmd.cpp index 44b5c08761..504b9219f5 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-2018\n"\ +const char sBanner[] = "(c) Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2019\n"\ " ##### #### ### #### \n" \ " # # # # # # \n" \ " # ## #### #### # # # # # \n" \ diff --git a/src/Main/MainGui.cpp b/src/Main/MainGui.cpp index e218e7b6be..21e19174ed 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-2018\n"\ +const char sBanner[] = "\xc2\xa9 Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2019\n"\ " ##### #### ### #### \n" \ " # # # # # # \n" \ " # ## #### #### # # # # # \n" \