Add more updates for copyright year
This commit is contained in:
+1
-1
@@ -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"
|
||||
}
|
||||
@@ -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
|
||||
|
||||
@@ -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")]
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user