From e9557352a0051b69db76e7e77e9809829c354a69 Mon Sep 17 00:00:00 2001 From: Wojciech Figat Date: Wed, 8 Dec 2021 09:44:10 +0100 Subject: [PATCH] Update copyright year in some source files --- Development/Scripts/Linux/CallBuildTool.sh | 2 +- Development/Scripts/Windows/CallBuildTool.bat | 2 +- Development/Scripts/Windows/GetMSBuildPath.bat | 2 +- GenerateProjectFiles.bat | 2 +- GenerateProjectFiles.sh | 2 +- PackageAll.bat | 2 +- PackageEditor.bat | 2 +- PackageEditor.sh | 2 +- PackagePlatforms.bat | 2 +- PackagePlatforms.sh | 2 +- RegisterEngineLocation.bat | 2 +- Source/Engine/Navigation/NavigationSettings.cs | 2 +- Source/Engine/Navigation/NavigationTypes.h | 2 +- Source/Tools/Flax.Build.Tests/Properties/AssemblyInfo.cs | 2 +- Source/Tools/Flax.Build/Bindings/BindingsGenerator.CSharp.cs | 2 +- Source/Tools/Flax.Build/Bindings/BindingsGenerator.Cache.cs | 2 +- Source/Tools/Flax.Build/Bindings/BindingsGenerator.Cpp.cs | 2 +- Source/Tools/Flax.Build/Bindings/BindingsGenerator.Parsing.cs | 2 +- Source/Tools/Flax.Build/Properties/AssemblyInfo.cs | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Development/Scripts/Linux/CallBuildTool.sh b/Development/Scripts/Linux/CallBuildTool.sh index 1a8affe20..fc764f2e7 100755 --- a/Development/Scripts/Linux/CallBuildTool.sh +++ b/Development/Scripts/Linux/CallBuildTool.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2012-2020 Wojciech Figat. All rights reserved. +# Copyright (c) 2012-2021 Wojciech Figat. All rights reserved. set -e diff --git a/Development/Scripts/Windows/CallBuildTool.bat b/Development/Scripts/Windows/CallBuildTool.bat index c9729cf55..ed0d0c6f2 100644 --- a/Development/Scripts/Windows/CallBuildTool.bat +++ b/Development/Scripts/Windows/CallBuildTool.bat @@ -1,6 +1,6 @@ @echo off -rem Copyright (c) 2012-2020 Wojciech Figat. All rights reserved. +rem Copyright (c) 2012-2021 Wojciech Figat. All rights reserved. if not exist "Development\Scripts\Windows\GetMSBuildPath.bat" goto Error_InvalidLocation diff --git a/Development/Scripts/Windows/GetMSBuildPath.bat b/Development/Scripts/Windows/GetMSBuildPath.bat index 6eaf3af4f..9e1ebd9e0 100644 --- a/Development/Scripts/Windows/GetMSBuildPath.bat +++ b/Development/Scripts/Windows/GetMSBuildPath.bat @@ -1,6 +1,6 @@ @echo off -rem Copyright (c) 2012-2020 Wojciech Figat. All rights reserved. +rem Copyright (c) 2012-2021 Wojciech Figat. All rights reserved. set MSBUILD_PATH= diff --git a/GenerateProjectFiles.bat b/GenerateProjectFiles.bat index aeeac1c67..dcb6ad221 100644 --- a/GenerateProjectFiles.bat +++ b/GenerateProjectFiles.bat @@ -1,6 +1,6 @@ @echo off -rem Copyright (c) 2012-2020 Wojciech Figat. All rights reserved. +rem Copyright (c) 2012-2021 Wojciech Figat. All rights reserved. setlocal pushd diff --git a/GenerateProjectFiles.sh b/GenerateProjectFiles.sh index 84c275714..a6c10ea08 100755 --- a/GenerateProjectFiles.sh +++ b/GenerateProjectFiles.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) 2012-2020 Wojciech Figat. All rights reserved. +# Copyright (c) 2012-2021 Wojciech Figat. All rights reserved. set -e diff --git a/PackageAll.bat b/PackageAll.bat index 95bf040a8..443204be9 100644 --- a/PackageAll.bat +++ b/PackageAll.bat @@ -1,6 +1,6 @@ @echo off -rem Copyright (c) 2012-2020 Wojciech Figat. All rights reserved. +rem Copyright (c) 2012-2021 Wojciech Figat. All rights reserved. setlocal pushd diff --git a/PackageEditor.bat b/PackageEditor.bat index 1590ab40c..0002eac15 100644 --- a/PackageEditor.bat +++ b/PackageEditor.bat @@ -1,6 +1,6 @@ @echo off -rem Copyright (c) 2012-2020 Wojciech Figat. All rights reserved. +rem Copyright (c) 2012-2021 Wojciech Figat. All rights reserved. setlocal pushd diff --git a/PackageEditor.sh b/PackageEditor.sh index 865013285..8ab386e16 100755 --- a/PackageEditor.sh +++ b/PackageEditor.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) 2012-2020 Wojciech Figat. All rights reserved. +# Copyright (c) 2012-2021 Wojciech Figat. All rights reserved. set -e diff --git a/PackagePlatforms.bat b/PackagePlatforms.bat index c1eb954f5..544830193 100644 --- a/PackagePlatforms.bat +++ b/PackagePlatforms.bat @@ -1,6 +1,6 @@ @echo off -rem Copyright (c) 2012-2020 Wojciech Figat. All rights reserved. +rem Copyright (c) 2012-2021 Wojciech Figat. All rights reserved. setlocal pushd diff --git a/PackagePlatforms.sh b/PackagePlatforms.sh index 0e1ae76f8..8adafcded 100755 --- a/PackagePlatforms.sh +++ b/PackagePlatforms.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) 2012-2020 Wojciech Figat. All rights reserved. +# Copyright (c) 2012-2021 Wojciech Figat. All rights reserved. set -e diff --git a/RegisterEngineLocation.bat b/RegisterEngineLocation.bat index bd8c32cee..14dabd162 100644 --- a/RegisterEngineLocation.bat +++ b/RegisterEngineLocation.bat @@ -1,6 +1,6 @@ @echo off -rem Copyright (c) 2012-2020 Wojciech Figat. All rights reserved. +rem Copyright (c) 2012-2021 Wojciech Figat. All rights reserved. setlocal pushd %~dp0 diff --git a/Source/Engine/Navigation/NavigationSettings.cs b/Source/Engine/Navigation/NavigationSettings.cs index d284637c9..057414bd5 100644 --- a/Source/Engine/Navigation/NavigationSettings.cs +++ b/Source/Engine/Navigation/NavigationSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2020 Wojciech Figat. All rights reserved. +// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved. using System; using System.Runtime.Serialization; diff --git a/Source/Engine/Navigation/NavigationTypes.h b/Source/Engine/Navigation/NavigationTypes.h index 732ce4a0f..34953098f 100644 --- a/Source/Engine/Navigation/NavigationTypes.h +++ b/Source/Engine/Navigation/NavigationTypes.h @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2020 Wojciech Figat. All rights reserved. +// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved. #pragma once diff --git a/Source/Tools/Flax.Build.Tests/Properties/AssemblyInfo.cs b/Source/Tools/Flax.Build.Tests/Properties/AssemblyInfo.cs index 692b5995f..a5ffcc2d4 100644 --- a/Source/Tools/Flax.Build.Tests/Properties/AssemblyInfo.cs +++ b/Source/Tools/Flax.Build.Tests/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Wojciech Figat")] [assembly: AssemblyProduct("Flax.Build.Tests")] -[assembly: AssemblyCopyright("Copyright © 2012-2020 Wojciech Figat")] +[assembly: AssemblyCopyright("Copyright © 2012-2021 Wojciech Figat")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/Source/Tools/Flax.Build/Bindings/BindingsGenerator.CSharp.cs b/Source/Tools/Flax.Build/Bindings/BindingsGenerator.CSharp.cs index 07140696d..3d261e599 100644 --- a/Source/Tools/Flax.Build/Bindings/BindingsGenerator.CSharp.cs +++ b/Source/Tools/Flax.Build/Bindings/BindingsGenerator.CSharp.cs @@ -1,4 +1,4 @@ -// (c) 2012-2020 Wojciech Figat. All rights reserved. +// (c) 2012-2021 Wojciech Figat. All rights reserved. using System; using System.Collections.Generic; diff --git a/Source/Tools/Flax.Build/Bindings/BindingsGenerator.Cache.cs b/Source/Tools/Flax.Build/Bindings/BindingsGenerator.Cache.cs index 8adb80177..65c322af3 100644 --- a/Source/Tools/Flax.Build/Bindings/BindingsGenerator.Cache.cs +++ b/Source/Tools/Flax.Build/Bindings/BindingsGenerator.Cache.cs @@ -1,4 +1,4 @@ -// (c) 2012-2020 Wojciech Figat. All rights reserved. +// (c) 2012-2021 Wojciech Figat. All rights reserved. using System; using System.Collections.Generic; diff --git a/Source/Tools/Flax.Build/Bindings/BindingsGenerator.Cpp.cs b/Source/Tools/Flax.Build/Bindings/BindingsGenerator.Cpp.cs index db3663ba5..89af59f16 100644 --- a/Source/Tools/Flax.Build/Bindings/BindingsGenerator.Cpp.cs +++ b/Source/Tools/Flax.Build/Bindings/BindingsGenerator.Cpp.cs @@ -1,4 +1,4 @@ -// (c) 2012-2020 Wojciech Figat. All rights reserved. +// (c) 2012-2021 Wojciech Figat. All rights reserved. using System; using System.Collections.Generic; diff --git a/Source/Tools/Flax.Build/Bindings/BindingsGenerator.Parsing.cs b/Source/Tools/Flax.Build/Bindings/BindingsGenerator.Parsing.cs index e09f515fe..ee234d218 100644 --- a/Source/Tools/Flax.Build/Bindings/BindingsGenerator.Parsing.cs +++ b/Source/Tools/Flax.Build/Bindings/BindingsGenerator.Parsing.cs @@ -1,4 +1,4 @@ -// (c) 2012-2020 Wojciech Figat. All rights reserved. +// (c) 2012-2021 Wojciech Figat. All rights reserved. using System; using System.Collections.Generic; diff --git a/Source/Tools/Flax.Build/Properties/AssemblyInfo.cs b/Source/Tools/Flax.Build/Properties/AssemblyInfo.cs index 5d38fad80..d6e6ee692 100644 --- a/Source/Tools/Flax.Build/Properties/AssemblyInfo.cs +++ b/Source/Tools/Flax.Build/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Wojciech Figat")] [assembly: AssemblyProduct("Flax.Build")] -[assembly: AssemblyCopyright("Copyright © 2012-2020 Wojciech Figat")] +[assembly: AssemblyCopyright("Copyright © 2012-2021 Wojciech Figat")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)]