From c39b201d3a859e87cd0c551c0e536927b34185e4 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Sun, 3 Jan 2021 21:00:32 +0100 Subject: [PATCH] Add more updates for copyright year --- Flax.flaxproj | 2 +- Source/Editor/Windows/AboutDialog.cs | 2 +- Source/FlaxEngine.Gen.cs | 4 ++-- Source/FlaxEngine.Gen.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Flax.flaxproj b/Flax.flaxproj index eb99c004a..317ec3bf4 100644 --- a/Flax.flaxproj +++ b/Flax.flaxproj @@ -6,7 +6,7 @@ "Build": 6214 }, "Company": "Flax", - "Copyright": "Copyright (c) 2012-2020 Wojciech Figat. All rights reserved.", + "Copyright": "Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.", "GameTarget": "FlaxGame", "EditorTarget": "FlaxEditor" } \ No newline at end of file diff --git a/Source/Editor/Windows/AboutDialog.cs b/Source/Editor/Windows/AboutDialog.cs index f1353d83e..03e60f43c 100644 --- a/Source/Editor/Windows/AboutDialog.cs +++ b/Source/Editor/Windows/AboutDialog.cs @@ -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-2020 Wojciech Figat.\nAll rights reserved.", Globals.EngineVersion), + Text = string.Format("Version: {0}\nCopyright (c) 2012-2021 Wojciech Figat.\nAll rights reserved.", Globals.EngineVersion), HorizontalAlignment = TextAlignment.Near, VerticalAlignment = TextAlignment.Near, Parent = this diff --git a/Source/FlaxEngine.Gen.cs b/Source/FlaxEngine.Gen.cs index 045249d35..0a3004bee 100644 --- a/Source/FlaxEngine.Gen.cs +++ b/Source/FlaxEngine.Gen.cs @@ -8,10 +8,10 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Flax")] [assembly: AssemblyProduct("FlaxEngine")] -[assembly: AssemblyCopyright("Copyright (c) 2012-2020 Wojciech Figat. All rights reserved.")] +[assembly: AssemblyCopyright("Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -[assembly: Guid("095aaaed-cc57-6182-57cc-8261bcf06644")] +[assembly: Guid("095aaaed-cc57-6182-57cc-82617b3c2889")] [assembly: AssemblyVersion("1.0.6214")] [assembly: AssemblyFileVersion("1.0.6214")] diff --git a/Source/FlaxEngine.Gen.h b/Source/FlaxEngine.Gen.h index de29aeebf..6b070513c 100644 --- a/Source/FlaxEngine.Gen.h +++ b/Source/FlaxEngine.Gen.h @@ -11,7 +11,7 @@ #define FLAXENGINE_VERSION_MINOR 0 #define FLAXENGINE_VERSION_BUILD 6214 #define FLAXENGINE_COMPANY "Flax" -#define FLAXENGINE_COPYRIGHT "Copyright (c) 2012-2020 Wojciech Figat. All rights reserved." +#define FLAXENGINE_COPYRIGHT "Copyright (c) 2012-2021 Wojciech Figat. All rights reserved." class NativeBinaryModule; extern "C" FLAXENGINE_API NativeBinaryModule* GetBinaryModuleFlaxEngine();