Updated copyright headers to year 2021
diff --git a/LICENSE.txt b/LICENSE.txt
index dcdf7d1..b05c52c 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
+Copyright (c) 2019-2021 Advanced Micro Devices, Inc. All rights reserved.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 59b04c9..49d9ec3 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@
 
 # Binaries
 
-The release comes with precompiled binary executable for "D3D12Sample" application which contains test suite. It is compiled using Visual Studio 2017, so it requires appropriate libraries to work, including "vcruntime140.dll" and "msvcp140.dll". If its launch fails with error message telling about those files missing, please download and install [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads), "x64" version.
+The release comes with precompiled binary executable for "D3D12Sample" application which contains test suite. It is compiled using Visual Studio 2019, so it requires appropriate libraries to work, including "MSVCP140.dll", "VCRUNTIME140.dll", "VCRUNTIME140_1.dll". If its launch fails with error message telling about those files missing, please download and install [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads), "x64" version.
 
 # Documentation
 
diff --git a/bin/D3D12Sample_Release_vs2019.exe b/bin/D3D12Sample_Release_vs2019.exe
index 817a073..df30745 100644
--- a/bin/D3D12Sample_Release_vs2019.exe
+++ b/bin/D3D12Sample_Release_vs2019.exe
Binary files differ
diff --git a/src/Common.cpp b/src/Common.cpp
index b457e58..4170e1b 100644
--- a/src/Common.cpp
+++ b/src/Common.cpp
@@ -1,5 +1,5 @@
 //

-// Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.

+// Copyright (c) 2019-2021 Advanced Micro Devices, Inc. All rights reserved.

 //

 // Permission is hereby granted, free of charge, to any person obtaining a copy

 // of this software and associated documentation files (the "Software"), to deal

diff --git a/src/Common.h b/src/Common.h
index c84f629..8ba8212 100644
--- a/src/Common.h
+++ b/src/Common.h
@@ -1,5 +1,5 @@
 //

-// Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.

+// Copyright (c) 2019-2021 Advanced Micro Devices, Inc. All rights reserved.

 //

 // Permission is hereby granted, free of charge, to any person obtaining a copy

 // of this software and associated documentation files (the "Software"), to deal

diff --git a/src/D3D12MemAlloc.cpp b/src/D3D12MemAlloc.cpp
index c78a5ca..cf1ed36 100644
--- a/src/D3D12MemAlloc.cpp
+++ b/src/D3D12MemAlloc.cpp
@@ -1,5 +1,5 @@
 //

-// Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.

+// Copyright (c) 2019-2021 Advanced Micro Devices, Inc. All rights reserved.

 //

 // Permission is hereby granted, free of charge, to any person obtaining a copy

 // of this software and associated documentation files (the "Software"), to deal

diff --git a/src/D3D12MemAlloc.h b/src/D3D12MemAlloc.h
index 4ba288d..d435984 100644
--- a/src/D3D12MemAlloc.h
+++ b/src/D3D12MemAlloc.h
@@ -1,5 +1,5 @@
 //

-// Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.

+// Copyright (c) 2019-2021 Advanced Micro Devices, Inc. All rights reserved.

 //

 // Permission is hereby granted, free of charge, to any person obtaining a copy

 // of this software and associated documentation files (the "Software"), to deal

@@ -24,9 +24,9 @@
 

 /** \mainpage D3D12 Memory Allocator

 

-<b>Version 2.0.0-development</b> (2020-11-03)

+<b>Version 2.0.0-development</b> (2021-02-16)

 

-Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. \n

+Copyright (c) 2019-2021 Advanced Micro Devices, Inc. All rights reserved. \n

 License: MIT

 

 Documentation of all members: D3D12MemAlloc.h

diff --git a/src/D3D12Sample.cpp b/src/D3D12Sample.cpp
index 4806467..c6f3d45 100644
--- a/src/D3D12Sample.cpp
+++ b/src/D3D12Sample.cpp
@@ -1,5 +1,5 @@
 //

-// Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.

+// Copyright (c) 2019-2021 Advanced Micro Devices, Inc. All rights reserved.

 //

 // Permission is hereby granted, free of charge, to any person obtaining a copy

 // of this software and associated documentation files (the "Software"), to deal

diff --git a/src/Shaders/FxBatchCompilerScript.fxbc b/src/Shaders/FxBatchCompilerScript.fxbc
index e43b311..29028a5 100644
--- a/src/Shaders/FxBatchCompilerScript.fxbc
+++ b/src/Shaders/FxBatchCompilerScript.fxbc
@@ -1,6 +1,6 @@
 // LICENSE

 // =======

-// Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.

+// Copyright (c) 2019-2021 Advanced Micro Devices, Inc. All rights reserved.

 // -------

 // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation

 // files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,

diff --git a/src/Shaders/PS.hlsl b/src/Shaders/PS.hlsl
index 0f13076..207c839 100644
--- a/src/Shaders/PS.hlsl
+++ b/src/Shaders/PS.hlsl
@@ -1,5 +1,5 @@
 //

-// Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.

+// Copyright (c) 2019-2021 Advanced Micro Devices, Inc. All rights reserved.

 //

 // Permission is hereby granted, free of charge, to any person obtaining a copy

 // of this software and associated documentation files (the "Software"), to deal

diff --git a/src/Shaders/VS.hlsl b/src/Shaders/VS.hlsl
index 2686737..34653c0 100644
--- a/src/Shaders/VS.hlsl
+++ b/src/Shaders/VS.hlsl
@@ -1,5 +1,5 @@
 //

-// Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.

+// Copyright (c) 2019-2021 Advanced Micro Devices, Inc. All rights reserved.

 //

 // Permission is hereby granted, free of charge, to any person obtaining a copy

 // of this software and associated documentation files (the "Software"), to deal

diff --git a/src/Tests.cpp b/src/Tests.cpp
index 2f23e13..eb609bc 100644
--- a/src/Tests.cpp
+++ b/src/Tests.cpp
@@ -1,5 +1,5 @@
 //

-// Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.

+// Copyright (c) 2019-2021 Advanced Micro Devices, Inc. All rights reserved.

 //

 // Permission is hereby granted, free of charge, to any person obtaining a copy

 // of this software and associated documentation files (the "Software"), to deal

diff --git a/src/Tests.h b/src/Tests.h
index 88938b4..ccf2143 100644
--- a/src/Tests.h
+++ b/src/Tests.h
@@ -1,5 +1,5 @@
 //

-// Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.

+// Copyright (c) 2019-2021 Advanced Micro Devices, Inc. All rights reserved.

 //

 // Permission is hereby granted, free of charge, to any person obtaining a copy

 // of this software and associated documentation files (the "Software"), to deal