Core: Update copyright year to 2026

This commit is contained in:
Chris Hennes
2026-01-23 14:33:40 -06:00
parent 6c66564062
commit f0280bffad
3 changed files with 3 additions and 3 deletions

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

View File

@@ -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)

View File

@@ -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)