summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2021-01-01 18:31:25 +0000
committerassiduous <assiduous@diligentgraphics.com>2021-01-01 18:31:25 +0000
commitae2fd744e5655fcc1c9bcb0ec280f16eb67d4123 (patch)
tree3b27ed85995f9fa95b5c9882ee588df84572daef
parentGLTFLoader: added convenience constructor for Model::CreateInfo (diff)
downloadDiligentTools-ae2fd744e5655fcc1c9bcb0ec280f16eb67d4123.tar.gz
DiligentTools-ae2fd744e5655fcc1c9bcb0ec280f16eb67d4123.zip
Updated copyright notice
-rw-r--r--AssetLoader/interface/DXSDKMeshLoader.hpp2
-rw-r--r--AssetLoader/interface/GLTFLoader.hpp2
-rw-r--r--AssetLoader/interface/GLTFResourceManager.hpp2
-rw-r--r--AssetLoader/src/DXSDKMeshLoader.cpp2
-rw-r--r--AssetLoader/src/GLTFLoader.cpp2
-rw-r--r--AssetLoader/src/GLTFResourceManager.cpp2
-rw-r--r--HLSL2GLSLConverter/src/HLSL2GLSLConverterApp.cpp2
-rw-r--r--HLSL2GLSLConverter/src/HLSL2GLSLConverterApp.h2
-rw-r--r--HLSL2GLSLConverter/src/HLSL2GLSLConverterAppWin32.cpp2
-rw-r--r--Imgui/interface/ImGuiDiligentRenderer.hpp2
-rw-r--r--Imgui/interface/ImGuiImplDiligent.hpp2
-rw-r--r--Imgui/interface/ImGuiImplWin32.hpp2
-rw-r--r--Imgui/interface/ImGuiUtils.hpp2
-rw-r--r--Imgui/src/ImGuiDiligentRenderer.cpp2
-rw-r--r--Imgui/src/ImGuiImplDiligent.cpp2
-rw-r--r--Imgui/src/ImGuiImplWin32.cpp2
-rw-r--r--NativeApp/Android/build.gradle9
-rw-r--r--NativeApp/include/AppBase.hpp2
-rw-r--r--NativeApp/include/NativeAppBase.hpp2
-rw-r--r--NativeApp/include/Win32/Win32AppBase.hpp2
-rw-r--r--NativeApp/src/Win32/WinMain.cpp2
-rw-r--r--Tests/DiligentToolsTest/src/JPEGCodecTest.cpp2
-rw-r--r--Tests/DiligentToolsTest/src/PNGCodecTest.cpp2
-rw-r--r--Tests/IncludeTest/TextureLoader/ImageH_test.cpp2
-rw-r--r--Tests/IncludeTest/TextureLoader/TextureLoaderH_test.c2
-rw-r--r--Tests/IncludeTest/TextureLoader/TextureLoaderH_test.cpp2
-rw-r--r--Tests/IncludeTest/TextureLoader/TextureUtilitiesH_test.c2
-rw-r--r--Tests/IncludeTest/TextureLoader/TextureUtilitiesH_test.cpp2
-rw-r--r--TextureLoader/include/DDSLoader.h2
-rw-r--r--TextureLoader/include/JPEGCodec.h2
-rw-r--r--TextureLoader/include/PNGCodec.h2
-rw-r--r--TextureLoader/include/dxgiformat.h2
-rw-r--r--TextureLoader/include/pch.h2
-rw-r--r--TextureLoader/interface/Image.h2
-rw-r--r--TextureLoader/interface/TextureLoader.h2
-rw-r--r--TextureLoader/interface/TextureUtilities.h2
-rw-r--r--TextureLoader/src/DDSLoader.cpp2
-rw-r--r--TextureLoader/src/Image.cpp2
-rw-r--r--TextureLoader/src/JPEGCodec.c2
-rw-r--r--TextureLoader/src/KTXLoader.cpp2
-rw-r--r--TextureLoader/src/PNGCodec.c2
-rw-r--r--TextureLoader/src/TextureLoader.cpp2
-rw-r--r--TextureLoader/src/TextureUtilities.cpp2
43 files changed, 50 insertions, 43 deletions
diff --git a/AssetLoader/interface/DXSDKMeshLoader.hpp b/AssetLoader/interface/DXSDKMeshLoader.hpp
index b27a721..c3a386d 100644
--- a/AssetLoader/interface/DXSDKMeshLoader.hpp
+++ b/AssetLoader/interface/DXSDKMeshLoader.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/AssetLoader/interface/GLTFLoader.hpp b/AssetLoader/interface/GLTFLoader.hpp
index 05c9c12..bdd8fc4 100644
--- a/AssetLoader/interface/GLTFLoader.hpp
+++ b/AssetLoader/interface/GLTFLoader.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/AssetLoader/interface/GLTFResourceManager.hpp b/AssetLoader/interface/GLTFResourceManager.hpp
index f42c975..0e47137 100644
--- a/AssetLoader/interface/GLTFResourceManager.hpp
+++ b/AssetLoader/interface/GLTFResourceManager.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/AssetLoader/src/DXSDKMeshLoader.cpp b/AssetLoader/src/DXSDKMeshLoader.cpp
index 4d74f10..6aa8fbe 100644
--- a/AssetLoader/src/DXSDKMeshLoader.cpp
+++ b/AssetLoader/src/DXSDKMeshLoader.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/AssetLoader/src/GLTFLoader.cpp b/AssetLoader/src/GLTFLoader.cpp
index 1382cd9..72862b8 100644
--- a/AssetLoader/src/GLTFLoader.cpp
+++ b/AssetLoader/src/GLTFLoader.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/AssetLoader/src/GLTFResourceManager.cpp b/AssetLoader/src/GLTFResourceManager.cpp
index f3b8b8b..284b996 100644
--- a/AssetLoader/src/GLTFResourceManager.cpp
+++ b/AssetLoader/src/GLTFResourceManager.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/HLSL2GLSLConverter/src/HLSL2GLSLConverterApp.cpp b/HLSL2GLSLConverter/src/HLSL2GLSLConverterApp.cpp
index 8a3d9d7..5a1572a 100644
--- a/HLSL2GLSLConverter/src/HLSL2GLSLConverterApp.cpp
+++ b/HLSL2GLSLConverter/src/HLSL2GLSLConverterApp.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/HLSL2GLSLConverter/src/HLSL2GLSLConverterApp.h b/HLSL2GLSLConverter/src/HLSL2GLSLConverterApp.h
index 2fba3ff..a2c007c 100644
--- a/HLSL2GLSLConverter/src/HLSL2GLSLConverterApp.h
+++ b/HLSL2GLSLConverter/src/HLSL2GLSLConverterApp.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/HLSL2GLSLConverter/src/HLSL2GLSLConverterAppWin32.cpp b/HLSL2GLSLConverter/src/HLSL2GLSLConverterAppWin32.cpp
index e907208..ae709a4 100644
--- a/HLSL2GLSLConverter/src/HLSL2GLSLConverterAppWin32.cpp
+++ b/HLSL2GLSLConverter/src/HLSL2GLSLConverterAppWin32.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Imgui/interface/ImGuiDiligentRenderer.hpp b/Imgui/interface/ImGuiDiligentRenderer.hpp
index 9fed3f8..6b9d724 100644
--- a/Imgui/interface/ImGuiDiligentRenderer.hpp
+++ b/Imgui/interface/ImGuiDiligentRenderer.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Imgui/interface/ImGuiImplDiligent.hpp b/Imgui/interface/ImGuiImplDiligent.hpp
index 12078b0..bb059a7 100644
--- a/Imgui/interface/ImGuiImplDiligent.hpp
+++ b/Imgui/interface/ImGuiImplDiligent.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Imgui/interface/ImGuiImplWin32.hpp b/Imgui/interface/ImGuiImplWin32.hpp
index df671e9..b93871c 100644
--- a/Imgui/interface/ImGuiImplWin32.hpp
+++ b/Imgui/interface/ImGuiImplWin32.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Imgui/interface/ImGuiUtils.hpp b/Imgui/interface/ImGuiUtils.hpp
index 3cbfd7f..5738a39 100644
--- a/Imgui/interface/ImGuiUtils.hpp
+++ b/Imgui/interface/ImGuiUtils.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Imgui/src/ImGuiDiligentRenderer.cpp b/Imgui/src/ImGuiDiligentRenderer.cpp
index 5286d7f..f928b9d 100644
--- a/Imgui/src/ImGuiDiligentRenderer.cpp
+++ b/Imgui/src/ImGuiDiligentRenderer.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Imgui/src/ImGuiImplDiligent.cpp b/Imgui/src/ImGuiImplDiligent.cpp
index 9e7dae9..665a937 100644
--- a/Imgui/src/ImGuiImplDiligent.cpp
+++ b/Imgui/src/ImGuiImplDiligent.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Imgui/src/ImGuiImplWin32.cpp b/Imgui/src/ImGuiImplWin32.cpp
index 90b412f..ddfb512 100644
--- a/Imgui/src/ImGuiImplWin32.cpp
+++ b/Imgui/src/ImGuiImplWin32.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/NativeApp/Android/build.gradle b/NativeApp/Android/build.gradle
index 0cb0011..f6cf7c1 100644
--- a/NativeApp/Android/build.gradle
+++ b/NativeApp/Android/build.gradle
@@ -4,6 +4,7 @@ apply from: "android_common.gradle"
// The arcore aar library contains the native shared libraries. These are
// extracted before building to a temporary directory.
def arcore_libpath = "${buildDir}/arcore-native"
+def ndk_dir = android.ndkDirectory
android {
defaultConfig {
@@ -13,7 +14,7 @@ android {
}
externalNativeBuild {
cmake {
- arguments "-DANDROID_TOOLCHAIN=clang", "-DANDROID_STL=c++_static", "-DARCORE_LIBPATH=${arcore_libpath}/jni", "-DARCORE_INCLUDE=${project.projectDir}/arcore_sdk/include"
+ arguments "-DANDROID_TOOLCHAIN=clang", "-DANDROID_STL=c++_static", "-DARCORE_LIBPATH=${arcore_libpath}/jni", "-DARCORE_INCLUDE=${project.projectDir}/arcore_sdk/include", "-DPYTHON_EXECUTABLE=C:/Users/Egor/AppData/Local/Programs/Python/Python36/python.exe"
}
}
}
@@ -29,6 +30,12 @@ android {
sourceSets {
main {
java.srcDirs = ['src/main/java', 'ndk_helper/src/java']
+ jniLibs {
+ // Gradle includes libraries in the following path as dependencies
+ // of your CMake or ndk-build project so that they are packaged in
+ // your app's APK.
+ srcDir "${ndk_dir}/sources/third_party/vulkan/src/build-android/jniLibs"
+ }
}
}
diff --git a/NativeApp/include/AppBase.hpp b/NativeApp/include/AppBase.hpp
index 0817226..34d99fa 100644
--- a/NativeApp/include/AppBase.hpp
+++ b/NativeApp/include/AppBase.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/NativeApp/include/NativeAppBase.hpp b/NativeApp/include/NativeAppBase.hpp
index b37ef91..803e8ad 100644
--- a/NativeApp/include/NativeAppBase.hpp
+++ b/NativeApp/include/NativeAppBase.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/NativeApp/include/Win32/Win32AppBase.hpp b/NativeApp/include/Win32/Win32AppBase.hpp
index 8e9553c..8d2ec09 100644
--- a/NativeApp/include/Win32/Win32AppBase.hpp
+++ b/NativeApp/include/Win32/Win32AppBase.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/NativeApp/src/Win32/WinMain.cpp b/NativeApp/src/Win32/WinMain.cpp
index a5a3f76..89b5525 100644
--- a/NativeApp/src/Win32/WinMain.cpp
+++ b/NativeApp/src/Win32/WinMain.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Tests/DiligentToolsTest/src/JPEGCodecTest.cpp b/Tests/DiligentToolsTest/src/JPEGCodecTest.cpp
index 08b2f73..1ce8663 100644
--- a/Tests/DiligentToolsTest/src/JPEGCodecTest.cpp
+++ b/Tests/DiligentToolsTest/src/JPEGCodecTest.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Tests/DiligentToolsTest/src/PNGCodecTest.cpp b/Tests/DiligentToolsTest/src/PNGCodecTest.cpp
index cdb1f0e..e6dcb23 100644
--- a/Tests/DiligentToolsTest/src/PNGCodecTest.cpp
+++ b/Tests/DiligentToolsTest/src/PNGCodecTest.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Tests/IncludeTest/TextureLoader/ImageH_test.cpp b/Tests/IncludeTest/TextureLoader/ImageH_test.cpp
index 0820358..d51d286 100644
--- a/Tests/IncludeTest/TextureLoader/ImageH_test.cpp
+++ b/Tests/IncludeTest/TextureLoader/ImageH_test.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Tests/IncludeTest/TextureLoader/TextureLoaderH_test.c b/Tests/IncludeTest/TextureLoader/TextureLoaderH_test.c
index 85c9408..6069431 100644
--- a/Tests/IncludeTest/TextureLoader/TextureLoaderH_test.c
+++ b/Tests/IncludeTest/TextureLoader/TextureLoaderH_test.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Tests/IncludeTest/TextureLoader/TextureLoaderH_test.cpp b/Tests/IncludeTest/TextureLoader/TextureLoaderH_test.cpp
index 85c9408..6069431 100644
--- a/Tests/IncludeTest/TextureLoader/TextureLoaderH_test.cpp
+++ b/Tests/IncludeTest/TextureLoader/TextureLoaderH_test.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Tests/IncludeTest/TextureLoader/TextureUtilitiesH_test.c b/Tests/IncludeTest/TextureLoader/TextureUtilitiesH_test.c
index bb91019..15c73c2 100644
--- a/Tests/IncludeTest/TextureLoader/TextureUtilitiesH_test.c
+++ b/Tests/IncludeTest/TextureLoader/TextureUtilitiesH_test.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Tests/IncludeTest/TextureLoader/TextureUtilitiesH_test.cpp b/Tests/IncludeTest/TextureLoader/TextureUtilitiesH_test.cpp
index bb91019..15c73c2 100644
--- a/Tests/IncludeTest/TextureLoader/TextureUtilitiesH_test.cpp
+++ b/Tests/IncludeTest/TextureLoader/TextureUtilitiesH_test.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/TextureLoader/include/DDSLoader.h b/TextureLoader/include/DDSLoader.h
index 28d6b43..b3fafe3 100644
--- a/TextureLoader/include/DDSLoader.h
+++ b/TextureLoader/include/DDSLoader.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/TextureLoader/include/JPEGCodec.h b/TextureLoader/include/JPEGCodec.h
index 50bca4b..1c7e072 100644
--- a/TextureLoader/include/JPEGCodec.h
+++ b/TextureLoader/include/JPEGCodec.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/TextureLoader/include/PNGCodec.h b/TextureLoader/include/PNGCodec.h
index 7379220..3df5493 100644
--- a/TextureLoader/include/PNGCodec.h
+++ b/TextureLoader/include/PNGCodec.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/TextureLoader/include/dxgiformat.h b/TextureLoader/include/dxgiformat.h
index f21a609..e3754f8 100644
--- a/TextureLoader/include/dxgiformat.h
+++ b/TextureLoader/include/dxgiformat.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/TextureLoader/include/pch.h b/TextureLoader/include/pch.h
index 35a7fbd..5f38125 100644
--- a/TextureLoader/include/pch.h
+++ b/TextureLoader/include/pch.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/TextureLoader/interface/Image.h b/TextureLoader/interface/Image.h
index 9b15e30..39332af 100644
--- a/TextureLoader/interface/Image.h
+++ b/TextureLoader/interface/Image.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/TextureLoader/interface/TextureLoader.h b/TextureLoader/interface/TextureLoader.h
index f62f598..72b0ebe 100644
--- a/TextureLoader/interface/TextureLoader.h
+++ b/TextureLoader/interface/TextureLoader.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/TextureLoader/interface/TextureUtilities.h b/TextureLoader/interface/TextureUtilities.h
index 10174a8..708f37d 100644
--- a/TextureLoader/interface/TextureUtilities.h
+++ b/TextureLoader/interface/TextureUtilities.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/TextureLoader/src/DDSLoader.cpp b/TextureLoader/src/DDSLoader.cpp
index 69c73e7..d6a4335 100644
--- a/TextureLoader/src/DDSLoader.cpp
+++ b/TextureLoader/src/DDSLoader.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/TextureLoader/src/Image.cpp b/TextureLoader/src/Image.cpp
index fe88d74..8e9d320 100644
--- a/TextureLoader/src/Image.cpp
+++ b/TextureLoader/src/Image.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/TextureLoader/src/JPEGCodec.c b/TextureLoader/src/JPEGCodec.c
index d5398a5..4f7028f 100644
--- a/TextureLoader/src/JPEGCodec.c
+++ b/TextureLoader/src/JPEGCodec.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/TextureLoader/src/KTXLoader.cpp b/TextureLoader/src/KTXLoader.cpp
index 3c13402..28fa86e 100644
--- a/TextureLoader/src/KTXLoader.cpp
+++ b/TextureLoader/src/KTXLoader.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/TextureLoader/src/PNGCodec.c b/TextureLoader/src/PNGCodec.c
index 96a3046..9ccb920 100644
--- a/TextureLoader/src/PNGCodec.c
+++ b/TextureLoader/src/PNGCodec.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/TextureLoader/src/TextureLoader.cpp b/TextureLoader/src/TextureLoader.cpp
index 3c12a0f..d402fed 100644
--- a/TextureLoader/src/TextureLoader.cpp
+++ b/TextureLoader/src/TextureLoader.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/TextureLoader/src/TextureUtilities.cpp b/TextureLoader/src/TextureUtilities.cpp
index ca131b9..5f5b49e 100644
--- a/TextureLoader/src/TextureUtilities.cpp
+++ b/TextureLoader/src/TextureUtilities.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");