Add more updates for copyright year

This commit is contained in:
2021-01-03 21:00:32 +01:00
parent 6fdb30b6af
commit c39b201d3a
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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"
}
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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")]
+1 -1
View File
@@ -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();