summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-10-03 21:06:32 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-10-03 21:06:32 +0000
commitbcf14cd4f7e6be81e5f00ba7d7d89381d8a59faf (patch)
treead65e36f3ed140c3132288b917b3f7cebe68f2e4
parentAdded volk as submodule (diff)
downloadDiligentCore-bcf14cd4f7e6be81e5f00ba7d7d89381d8a59faf.tar.gz
DiligentCore-bcf14cd4f7e6be81e5f00ba7d7d89381d8a59faf.zip
Updated the list of third-party dependencies
-rw-r--r--README.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/README.md b/README.md
index 8b0f6422..7ce7ec35 100644
--- a/README.md
+++ b/README.md
@@ -702,15 +702,16 @@ See [Apache 2.0 license](License.txt).
This project has some third-party dependencies, each of which may have independent licensing:
-* [Vulkan-Headers](https://github.com/KhronosGroup/SPIRV-Headers): Vulkan Header files and API registry.
-* [SPIRV-Cross](https://github.com/KhronosGroup/SPIRV-Cross): SPIRV parsing and cross-compilation tools.
-* [SPIRV-Headers](https://github.com/KhronosGroup/SPIRV-Headers): SPIRV header files.
-* [SPIRV-Tools](https://github.com/KhronosGroup/SPIRV-Tools): SPIRV optimization and validation tools.
-* [glslang](https://github.com/KhronosGroup/glslang): Khronos reference compiler and validator for GLSL, ESSL, and HLSL.
-* [glew](http://glew.sourceforge.net/): OpenGL Extension Wrangler Library.
-* [volk](https://github.com/zeux/volk): Meta loader for Vulkan API.
-* [stb](https://github.com/nothings/stb): stb single-file public domain libraries for C/C++.
-* [googletest](https://github.com/google/googletest): Google Testing and Mocking Framework.
+* [Vulkan-Headers](https://github.com/KhronosGroup/SPIRV-Headers): Vulkan Header files and API registry (Khronos MIT-like license).
+* [SPIRV-Cross](https://github.com/KhronosGroup/SPIRV-Cross): SPIRV parsing and cross-compilation tools (Apache License 2.0).
+* [SPIRV-Headers](https://github.com/KhronosGroup/SPIRV-Headers): SPIRV header files (Apache License 2.0).
+* [SPIRV-Tools](https://github.com/KhronosGroup/SPIRV-Tools): SPIRV optimization and validation tools (Apache License 2.0).
+* [glslang](https://github.com/KhronosGroup/glslang): Khronos reference compiler and validator for GLSL, ESSL, and HLSL (3-Clause BSD License, 2-Clause BSD License, MIT, Apache License 2.0).
+* [glew](http://glew.sourceforge.net/): OpenGL Extension Wrangler Library (Mesa 3-D graphics library, Khronos MIT-like license).
+* [volk](https://github.com/zeux/volk): Meta loader for Vulkan API (Arseny Kapoulkine MIT-like license).
+* [stb](https://github.com/nothings/stb): stb single-file public domain libraries for C/C++ (MIT License or public domain).
+* [googletest](https://github.com/google/googletest): Google Testing and Mocking Framework (Google MIT-like license).
+* [DirectXShaderCompiler](https://github.com/microsoft/DirectXShaderCompiler): LLVM/Clang-based DirectX Shader Compiler (LLVM Release License).
<a name="contributing"></a>
# Contributing