diff options
Diffstat (limited to '3rdparty')
-rw-r--r-- | 3rdparty/README.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/3rdparty/README.md b/3rdparty/README.md index 4bf33b70a97..62e7a62fd64 100644 --- a/3rdparty/README.md +++ b/3rdparty/README.md @@ -6,6 +6,8 @@ benchmark - [Apache License, Version 2.0](http://opensource.org/licenses/Apache- bgfx - [The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause) +bimg - [The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause) + bx - [The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause) catch - [Boost Software License](http://www.boost.org/LICENSE_1_0.txt) @@ -32,6 +34,8 @@ lsqlite3 - [The MIT License (MIT)](http://opensource.org/licenses/MIT) lua - [The MIT License (MIT)](http://opensource.org/licenses/MIT) +lua-linenoise - [The MIT License (MIT)](http://opensource.org/licenses/MIT) + lua-zlib - [The MIT License (MIT)](http://opensource.org/licenses/MIT) luafilesystem - [The MIT License (MIT)](http://opensource.org/licenses/MIT) @@ -52,13 +56,17 @@ rapidjson - [The BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clau sdl2 - [zlib license](http://opensource.org/licenses/Zlib) -softfloat - [U.C. Berkeley open-source license](https://github.com/mamedev/mame/blob/master/3rdparty/softfloat/README.txt) MIT compatible +softfloat - ["Softfloat 2b" U.C. Berkeley modified license](https://github.com/mamedev/mame/blob/master/3rdparty/softfloat/README.txt) MIT compatible + +softfloat3 - [The BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) sol2 - [The MIT License (MIT)](http://opensource.org/licenses/MIT) sqlite3 - Public Domain -tap-windows6 - [The GNU General Public License, version 2](https://opensource.org/licenses/GPL-2.0) +tap-windows6 - 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) |