Remove copyright year from source files and update to 2025

This commit is contained in:
Wojtek Figat
2025-04-07 19:22:21 +02:00
parent 60c5fbeba3
commit 9c3fd052cd
2803 changed files with 2841 additions and 2841 deletions

View File

@@ -1,5 +1,5 @@
// Copyright (c) Wojciech Figat. All rights reserved.
//#define USE_AUTODESK_FBX_SDK
// Copyright (c) 2012-2024 Wojciech Figat. All rights reserved.
using System.Collections.Generic;
using FlaxEditor.GUI.Dialogs;
@@ -47,7 +47,7 @@ namespace FlaxEditor.Windows
};
new Label(nameLabel.Left, nameLabel.Bottom + 4, nameLabel.Width, 50)
{
Text = string.Format("Version: {0}\nCopyright (c) 2012-2024 Wojciech Figat.\nAll rights reserved.", Globals.EngineVersion),
Text = string.Format("Version: {0}\nCopyright (c) 2012-2025 Wojciech Figat.\nAll rights reserved.", Globals.EngineVersion),
HorizontalAlignment = TextAlignment.Near,
VerticalAlignment = TextAlignment.Near,
Parent = this