From 674ffce5d4cbbd7ca334403d6bd99a552937ab94 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sun, 9 Aug 2020 15:32:21 +0900 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ad993f5..8dd0789 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,14 @@ Create a build dir, run cmake, and then make to build. SFML should be installed on the system. imgui, and imgui-sfml are git submodules and should be initialized with `git submodule update --init --recursive`. + +# Legal stuff + +Uses [imgui](https://github.com/ocornut/imgui), which is licensed under the +[MIT](https://choosealicense.com/licenses/mit/) license. + +Uses [imgui-sfml](https://github.com/eliasdaler/imgui-sfml), which is licensed +under the [MIT](https://choosealicense.com/licenses/mit/) license. + +Uses [catch](https://github.com/catchorg/Catch2), which is licensed under the +[Boost Software](https://choosealicense.com/licenses/bsl-1.0/) license.