From f0280bffaddb5097ca0850d2b1d7d4e3637138a2 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Fri, 23 Jan 2026 14:33:40 -0600 Subject: [PATCH] Core: Update copyright year to 2026 --- src/Main/FreeCADGuiPy.cpp | 2 +- src/Main/MainCmd.cpp | 2 +- src/Main/MainGui.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Main/FreeCADGuiPy.cpp b/src/Main/FreeCADGuiPy.cpp index 948d18e9e6..257a84356e 100644 --- a/src/Main/FreeCADGuiPy.cpp +++ b/src/Main/FreeCADGuiPy.cpp @@ -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 diff --git a/src/Main/MainCmd.cpp b/src/Main/MainCmd.cpp index 1f14d93c6b..88ff837561 100644 --- a/src/Main/MainCmd.cpp +++ b/src/Main/MainCmd.cpp @@ -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) diff --git a/src/Main/MainGui.cpp b/src/Main/MainGui.cpp index 9de976c904..cec9ed4569 100644 --- a/src/Main/MainGui.cpp +++ b/src/Main/MainGui.cpp @@ -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)