From b2aaa95a728e107c0846b0de0e9c91302dbcf190 Mon Sep 17 00:00:00 2001 From: triplus Date: Fri, 31 Jan 2020 16:30:23 +0100 Subject: [PATCH] Update copyright information [skip ci] --- src/Main/FreeCADGuiPy.cpp | 4 +++- src/Main/MainCmd.cpp | 4 +++- src/Main/MainGui.cpp | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/Main/FreeCADGuiPy.cpp b/src/Main/FreeCADGuiPy.cpp index dea2540143..f5250adebb 100644 --- a/src/Main/FreeCADGuiPy.cpp +++ b/src/Main/FreeCADGuiPy.cpp @@ -337,7 +337,9 @@ 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-2020\n"; + App::Application::Config()["CopyrightInfo"] = "\xc2\xa9 Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2020\n"; + App::Application::Config()["LicenseInfo"] = "FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.\n"; + App::Application::Config()["CreditsInfo"] = "FreeCAD wouldn't be possible without FreeCAD community.\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 a87e6cfa0b..3a70c5132d 100644 --- a/src/Main/MainCmd.cpp +++ b/src/Main/MainCmd.cpp @@ -53,7 +53,9 @@ using Base::Console; using App::Application; -const char sBanner[] = "(c) Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2020\n"\ +const char sBanner[] = "(c) Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2020\n"\ + "FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.\n"\ + "FreeCAD wouldn't be possible without FreeCAD community.\n"\ " ##### #### ### #### \n" \ " # # # # # # \n" \ " # ## #### #### # # # # # \n" \ diff --git a/src/Main/MainGui.cpp b/src/Main/MainGui.cpp index 63b9b3d3c9..1d75c2d167 100644 --- a/src/Main/MainGui.cpp +++ b/src/Main/MainGui.cpp @@ -58,7 +58,9 @@ void PrintInitHelp(void); -const char sBanner[] = "\xc2\xa9 Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2020\n"\ +const char sBanner[] = "\xc2\xa9 Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2020\n"\ +"FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.\n"\ +"FreeCAD wouldn't be possible without FreeCAD community.\n"\ " ##### #### ### #### \n" \ " # # # # # # \n" \ " # ## #### #### # # # # # \n" \