Core: Update copyright year to 2026

This commit is contained in:
Chris Hennes
2026-01-23 14:35:00 -06:00
parent 6c66564062
commit f0280bffad
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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