diff options
Diffstat (limited to '3rdparty/README.md')
-rw-r--r-- | 3rdparty/README.md | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/3rdparty/README.md b/3rdparty/README.md index f60fb7c168b..3ed8c22e456 100644 --- a/3rdparty/README.md +++ b/3rdparty/README.md @@ -2,6 +2,8 @@ asio - [Boost Software License](http://www.boost.org/LICENSE_1_0.txt) +asmjit - [zlib license](http://opensource.org/licenses/Zlib) + benchmark - [Apache License, Version 2.0](http://opensource.org/licenses/Apache-2.0) (used only for testing, not part of distribution) bgfx - [The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause) @@ -20,15 +22,15 @@ dxsdk - [DirectX SDK EULA](https://github.com/mamedev/mame/blob/master/3rdparty/ expat - [The MIT License (MIT)](http://opensource.org/licenses/MIT) +flac - [The BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) (codecs), [The GNU General Public License, version 2](https://opensource.org/licenses/GPL-2.0) + genie - [The BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) glm - [The MIT License (MIT)](http://opensource.org/licenses/MIT) -libflac - [The BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) - libjpeg - [Custom BSD-like](https://github.com/numenta/nupic/blob/master/external/licenses/LICENSE.libjpeg-6b.txt) -linenoise-ng - [The BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) +linenoise - [The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause) lsqlite3 - [The MIT License (MIT)](http://opensource.org/licenses/MIT) @@ -40,7 +42,7 @@ lua-zlib - [The MIT License (MIT)](http://opensource.org/licenses/MIT) luafilesystem - [The MIT License (MIT)](http://opensource.org/licenses/MIT) -lzma - [The GNU Lesser General Public License](http://opensource.org/licenses/LGPL-2.1) +lzma - Custom public domain license minimp3 - [Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/) @@ -52,9 +54,7 @@ portmidi - [The MIT License (MIT)](http://opensource.org/licenses/MIT) pugixml - [The MIT License (MIT)](http://opensource.org/licenses/MIT) -rapidjson - [The BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) - -sdl2 - [zlib license](http://opensource.org/licenses/Zlib) +rapidjson - [The MIT License (MIT)](http://opensource.org/licenses/MIT), [The BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) (msinttypes), JSON license (JSON_checker) softfloat - ["Softfloat 2b" U.C. Berkeley modified license](https://github.com/mamedev/mame/blob/master/3rdparty/softfloat/README.txt) MIT compatible @@ -62,12 +62,14 @@ softfloat3 - [The BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Cla sol2 - [The MIT License (MIT)](http://opensource.org/licenses/MIT) -sqlite3 - Public Domain +sqlite3 - Custom public domain license tap-windows6.h - Dual-licensed [The GNU General Public License, version 2](https://opensource.org/licenses/GPL-2.0) and [The MIT License (MIT)](http://opensource.org/licenses/MIT) utf8proc - [The MIT License (MIT)](http://opensource.org/licenses/MIT) -winpcap - [The BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) +wdlfft - [zlib license](http://opensource.org/licenses/Zlib) zlib - [zlib license](http://opensource.org/licenses/Zlib) + +zstd - Dual-licensed [The BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) and [The GNU General Public License, version 2](https://opensource.org/licenses/GPL-2.0) |