diff options
| author | gingerBill <bill@gingerbill.org> | 2021-08-24 20:04:35 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-08-24 20:04:35 +0100 |
| commit | 5bb39120015d0a1e5be0281bdb3d206c5a0f4e4d (patch) | |
| tree | 7599cd0250c6aba72f6b0a21ad99beb67b8b6e30 /vendor/README.md | |
| parent | f4248b159d7bde99a5f2b303184d011545413907 (diff) | |
Update licences for GLFW
Diffstat (limited to 'vendor/README.md')
| -rw-r--r-- | vendor/README.md | 10 |
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 |