Core: Update copyright year to 2026
This commit is contained in:
@@ -338,7 +338,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-2025\n";
|
||||
App::Application::Config()["CopyrightInfo"] = "\xc2\xa9 Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2026\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 would not be possible without the FreeCAD community.\n";
|
||||
// clang-format on
|
||||
|
||||
@@ -45,7 +45,7 @@ using App::Application;
|
||||
using Base::Console;
|
||||
|
||||
const char sBanner[]
|
||||
= "(C) 2001-2025 FreeCAD contributors\n"
|
||||
= "(C) 2001-2026 FreeCAD contributors\n"
|
||||
"FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.\n\n";
|
||||
|
||||
int main(int argc, char** argv)
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
void PrintInitHelp();
|
||||
|
||||
const char sBanner[]
|
||||
= "(C) 2001-2025 FreeCAD contributors\n"
|
||||
= "(C) 2001-2026 FreeCAD contributors\n"
|
||||
"FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.\n\n";
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
|
||||
Reference in New Issue
Block a user