Update 'About' info to reflect new year 2022
This commit is contained in:
@@ -370,7 +370,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 and others 2001-2020\n";
|
||||
App::Application::Config()["CopyrightInfo"] = "\xc2\xa9 Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2022\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
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
using Base::Console;
|
||||
using App::Application;
|
||||
|
||||
const char sBanner[] = "(c) Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2021\n"\
|
||||
const char sBanner[] = "(c) Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2022\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" \
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
void PrintInitHelp(void);
|
||||
|
||||
const char sBanner[] = "\xc2\xa9 Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2021\n"\
|
||||
const char sBanner[] = "\xc2\xa9 Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2022\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" \
|
||||
|
||||
Reference in New Issue
Block a user