From e7c86d7710d577e027acb348201e3cc774ce222b Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Tue, 11 Feb 2025 10:59:12 -0600 Subject: [PATCH] Core: Update copyright date range to include 2025 (#19520) * Main: Update copyright date range to include 2025 * GUI: Update copyright date range to include 2025 --- src/Main/MainCmd.cpp | 2 +- src/Main/MainGui.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Main/MainCmd.cpp b/src/Main/MainCmd.cpp index ae23df7e20..8dba8a5ef2 100644 --- a/src/Main/MainCmd.cpp +++ b/src/Main/MainCmd.cpp @@ -51,7 +51,7 @@ using App::Application; using Base::Console; const char sBanner[] = - "(C) 2001-2024 FreeCAD contributors\n" + "(C) 2001-2025 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 80e0c5e8a2..bcb07ffd19 100644 --- a/src/Main/MainGui.cpp +++ b/src/Main/MainGui.cpp @@ -61,7 +61,7 @@ void PrintInitHelp(); const char sBanner[] = - "(C) 2001-2024 FreeCAD contributors\n" + "(C) 2001-2025 FreeCAD contributors\n" "FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.\n\n"; #if defined(_MSC_VER)