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
This commit is contained in:
Chris Hennes
2025-02-11 10:59:12 -06:00
committed by GitHub
parent a4901e2ccb
commit e7c86d7710
2 changed files with 2 additions and 2 deletions

View File

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

View File

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