pcsx-redux/LICENSES.md
2025-01-07 12:56:25 +11:00

69 lines
5.1 KiB
Markdown

R"(
PCSX-Redux, Copyright (C) 2019-2025 [PCSX-Redux authors](AUTHORS)
PCSX-Redux comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See [the license](https://github.com/grumpycoders/pcsx-redux/blob/main/LICENSE) for details.
OpenBIOS, Copyright (C) 2019-2025 [PCSX-Redux authors](AUTHORS)
OpenBIOS comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See [the license](https://github.com/grumpycoders/pcsx-redux/blob/main/src/mips/LICENSE) for details.
PCSX-Redux uses many third party libraries to function,
each with its own license. The following is an alphabetical
list of the libraries used by PCSX-Redux. Some of them have been
vendored with modifications. If this is the case, you will also
find a link to the vendored version itself.
- [Capstone](https://github.com/capstone-engine/capstone)
- [Clip](https://github.com/dacap/clip) ([vendored](https://github.com/grumpycoders/pcsx-redux/tree/main/third_party/clip))
- [CompletionQueue](https://github.com/bhhbazinga/ConcurrentQueue) ([vendored](https://github.com/grumpycoders/pcsx-redux/tree/main/third_party/cq))
- [Curl](https://github.com/curl/curl)
- [ELFIO](https://github.com/serge1/ELFIO)
- [expected](https://github.com/TartanLlama/expected)
- [ffi-reflect](https://github.com/corsix/ffi-reflect) ([vendored](https://github.com/grumpycoders/pcsx-redux/tree/main/third_party/ffi-reflect))
- [FFmpeg](https://ffmpeg.org)
- [flags](https://github.com/sailormoon/flags) ([vendored](https://github.com/grumpycoders/pcsx-redux/blob/main/third_party/flags.h))
- [fmt](https://github.com/fmtlib/fmt)
- [FreeType](https://gitlab.freedesktop.org/freetype/freetype.git)
- [gl3w](https://github.com/skaslev/gl3w) ([vendored](https://github.com/grumpycoders/pcsx-redux/tree/main/third_party/gl3w/GL))
- [glfw](https://www.glfw.org)
- [googletest](https://github.com/google/googletest)
- [GoogleTestAdapter](https://github.com/csoltenborn/GoogleTestAdapter) ([vendored](https://github.com/grumpycoders/pcsx-redux/tree/main/third_party/GoogleTestAdapter))
- [ImFileDialog](https://github.com/dfranx/ImFileDialog) ([vendored](https://github.com/grumpycoders/pcsx-redux/tree/main/third_party/ImFileDialog))
- [imgui](https://github.com/ocornut/imgui)
- [imgui_lua_bindings](https://github.com/patrickriordan/imgui_lua_bindings) ([vendored](https://github.com/grumpycoders/pcsx-redux/tree/main/third_party/imgui_lua_bindings))
- [imgui_md](https://github.com/mekhontsev/imgui_md)
- [imgui_memory_editor](https://github.com/ocornut/imgui_memory_editor) ([vendored](https://github.com/grumpycoders/pcsx-redux/tree/main/third_party/imgui_memory_editor))
- [json](https://github.com/nlohmann/json) ([vendored](https://github.com/grumpycoders/pcsx-redux/blob/main/third_party/json.hpp))
- [libcester](https://github.com/exoticlibraries/libcester)
- [libuv](https://github.com/libuv/libuv)
- [llhttp](https://github.com/nodejs/llhttp) ([vendored](https://github.com/grumpycoders/pcsx-redux/tree/main/third_party/llhttp))
- [LPeg](http://www.inf.puc-rio.br/~roberto/lpeg/)
- [lua-protobuf](https://github.com/starwing/lua-protobuf) ([vendored](https://github.com/grumpycoders/pcsx-redux/tree/main/third_party/lua-protobuf))
- [luafilesystem](https://github.com/lunarmodules/luafilesystem)
- [LuaJIT](https://github.com/LuaJIT/LuaJIT) ([vendored](https://github.com/grumpycoders/LuaJIT/tree/vendored-clib-virtual))
- [luajit-opencl](https://github.com/malkia/luajit-opencl) ([vendored](https://github.com/grumpycoders/pcsx-redux/tree/main/third_party/glffi))
- [luv](https://github.com/luvit/luv)
- [magic_enum](https://github.com/Neargye/magic_enum)
- [md4c](https://github.com/mity/md4c)
- [miniaudio](https://github.com/mackron/miniaudio)
- [multipart-parser-c](https://github.com/iafonov/multipart-parser-c)
- [nanosvg](https://github.com/memononen/nanosvg) ([vendored](https://github.com/grumpycoders/nanosvg))
- [nanovg](https://github.com/memononen/nanovg) ([vendored](https://github.com/grumpycoders/nanovg))
- [noto](https://fonts.google.com/noto) ([vendored](https://github.com/grumpycoders/pcsx-redux/tree/main/third_party/noto))
- [pprint.lua](https://github.com/jagt/pprint.lua) ([vendored](https://github.com/grumpycoders/pcsx-redux/tree/main/third_party/pprint.lua))
- [stb](https://github.com/nothings/stb)
- [tracy](https://github.com/wolfpld/tracy)
- [typestring](https://github.com/irrequietus/typestring) ([vendored](https://github.com/grumpycoders/pcsx-redux/blob/main/third_party/typestring.hh))
- [uC-sdk](https://github.com/grumpycoders/uC-sdk)
- [ucl](https://github.com/Distrotech/ucl)
- [uriparser](https://github.com/uriparser/uriparser)
- [vixl](https://github.com/Linaro/vixl) ([vendored](https://github.com/grumpycoders/vixl))
- [xbyak](https://github.com/herumi/xbyak)
- [zep](https://github.com/grumpycoders/zep)
- [zlib](https://github.com/madler/zlib)
- [zlibffi](https://github.com/luapower/zlib) ([vendored](https://github.com/grumpycoders/pcsx-redux/tree/main/third_party/zlibffi))
)"