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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user