Browse Source

Fix incorrectly labeled OpenAL Soft license and clarify other licenses using their SPDX identifiers

master
C. J. Howard 3 years ago
parent
commit
0ddd98710d
1 changed files with 11 additions and 11 deletions
  1. +11
    -11
      README.md

+ 11
- 11
README.md View File

@ -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) |

Loading…
Cancel
Save