From bc2193a8632b24015d0d9c8a5aa81da712c95b1d Mon Sep 17 00:00:00 2001 From: shg8 Date: Fri, 23 Feb 2024 03:15:01 -0600 Subject: [PATCH] Update README.md --- .github/pull_request_template.md | 1 + README.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..6c302d6 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1 @@ +- [ ] As the copyright holder of the work submitted in this Pull Request, I hereby grant [shg8](https://github.com/shg8) the right to license this work under other licenses, including but not limited to the [MIT License](https://opensource.org/license/mit). diff --git a/README.md b/README.md index eb2e16d..0935fb4 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,18 @@ cmake -DCMAKE_BUILD_TYPE=Release -DVULKAN_SDK=\INSTALL\LOCATION\OF\YOUR\SDK -S . ### macOS After installing the Vulkan SDK, please proceed with CMake configuration and build steps as usual. + +## License +The project is licensed under LGPL. If that is not permissive enough for your project, please feel free to [send me an email](mailto:me@stevengao.net). + +This project uses several third-party libraries. Here is a list of these libraries along with their respective licenses: + +- **GLM**: Licensed under the [MIT License](https://opensource.org/licenses/MIT). +- **args.hxx**: Licensed under the [MIT License](https://opensource.org/licenses/MIT). +- **spdlog**: Licensed under the [MIT License](https://opensource.org/licenses/MIT). +- **ImGUI**: Licensed under the [MIT License](https://opensource.org/licenses/MIT). +- **Vulkan Memory Allocator**: Licensed under the [MIT License](https://opensource.org/licenses/MIT). +- **VkRadixSort**: Licensed under the [MIT License](https://opensource.org/licenses/MIT). +- **implot**: Licensed under the [MIT License](https://opensource.org/licenses/MIT). +- **glfw**: Licensed under the [zlib/libpng license](https://www.glfw.org/license.html). +- **libenvpp**: Licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).