aboutsummaryrefslogtreecommitdiff
path: root/vendor/README.md
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-08-24 20:04:35 +0100
committergingerBill <bill@gingerbill.org>2021-08-24 20:04:35 +0100
commit5bb39120015d0a1e5be0281bdb3d206c5a0f4e4d (patch)
tree7599cd0250c6aba72f6b0a21ad99beb67b8b6e30 /vendor/README.md
parentf4248b159d7bde99a5f2b303184d011545413907 (diff)
Update licences for GLFW
Diffstat (limited to 'vendor/README.md')
-rw-r--r--vendor/README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/vendor/README.md b/vendor/README.md
index d25d7bb4e..8aa840980 100644
--- a/vendor/README.md
+++ b/vendor/README.md
@@ -44,4 +44,12 @@ SDL2 TTF relies on 3rd party libraries `zlib`, available under the ZLIB license,
## Vulkan
-The Vulkan 3D graphics API are automatically generated from headers provided by Khronos, and are made available under the [Apache License, Version 2.0](https://github.com/KhronosGroup/Vulkan-Headers/blob/master/LICENSE.txt). \ No newline at end of file
+The Vulkan 3D graphics API are automatically generated from headers provided by Khronos, and are made available under the [Apache License, Version 2.0](https://github.com/KhronosGroup/Vulkan-Headers/blob/master/LICENSE.txt).
+
+## GLFW
+
+Bindings for the multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input API [GLFW](https://github.com/glfw/glfw).
+
+`GLFW.dll` and `GLFW.lib` are available under GLFW's [zlib/libpng](https://www.glfw.org/license.html) license.
+
+See also LICENSE.txt in the `glfw` directory itself. \ No newline at end of file