diff --git a/README.md b/README.md index 4861ec1..2a990b4 100644 --- a/README.md +++ b/README.md @@ -65,16 +65,16 @@ Antkeeper superbuild is licensed under the GNU General Public License, version 3 | Name | Author(s) | License | File(s) | | :------------------------------ | :--------------------- | :-------------------------- | :------------------------------------------------------------------ | -| cxxopts | Jarryd Beck | MIT License | [cxxopts.hpp](./modules/cxxopts/include/cxxopts.hpp) | -| dirent | Toni Ronkko | MIT License | [dirent.h](./modules/dirent/include/dirent.h) | +| cxxopts | Jarryd Beck | MIT | [cxxopts.hpp](./modules/cxxopts/include/cxxopts.hpp) | +| dirent | Toni Ronkko | MIT | [dirent.h](./modules/dirent/include/dirent.h) | | dr_wav | David Reid | Public Domain (Unlicense) | [dr_wav.h](./modules/dr_wav/dr_wav.h) | -| Easing Functions (Equations) | Robert Penner | MIT License | [ease.hpp](./modules/antkeeper-source/src/animation/ease.hpp) | -| EnTT | Michele Caini | MIT License | [entt/*](./modules/entt/) | -| khrplatform.h | The Khronos Group Inc. | MIT License | [khrplatform.h](./modules/glad/khrplatform.h) | +| Easing Functions (Equations) | Robert Penner | MIT | [ease.hpp](./modules/antkeeper-source/src/animation/ease.hpp) | +| EnTT | Michele Caini | MIT | [entt/*](./modules/entt/) | +| khrplatform.h | The Khronos Group Inc. | MIT | [khrplatform.h](./modules/glad/khrplatform.h) | | OpenGL loader generated by glad | David Herberth | Public Domain / WTFPL / CC0 | [glad.h](./modules/glad/glad.h), [glad.c](./modules/glad/glad.c) | -| PhysicsFS | Ryan C. Gordon | zlib License | [physfs/*](./modules/physfs/) | -| JSON for Modern C++ | Niels Lohmann | MIT License | [json.hpp](./modules/nlohmann/json.hpp) | -| OpenAL Soft | | GNU GPL v2.0 | [openal-soft/*](./modules/openal-soft/) | -| Simple DirectMedia Layer | Sam Lantinga | zlib License | [SDL2/*](./modules/SDL2/) | -| stb_image | Sean Barrett | Public Domain / MIT License | [stb_image.h](./modules/stb/stb_image.h) | -| stb_image_write | Sean Barrett | Public Domain / MIT License | [stb_image_write.h](./modules/stb/stb_image_write.h) | +| PhysicsFS | Ryan C. Gordon | Zlib | [physfs/*](./modules/physfs/) | +| JSON for Modern C++ | Niels Lohmann | MIT | [json.hpp](./modules/nlohmann/json.hpp) | +| OpenAL Soft | | LGPL-2.0 | [openal-soft/*](./modules/openal-soft/) | +| Simple DirectMedia Layer | Sam Lantinga | Zlib | [SDL2/*](./modules/SDL2/) | +| stb_image | Sean Barrett | MIT / Public Domain | [stb_image.h](./modules/stb/stb_image.h) | +| stb_image_write | Sean Barrett | MIT / Public Domain | [stb_image_write.h](./modules/stb/stb_image_write.h) |