emscripten license

This commit is contained in:
jusax23 2024-02-23 19:38:19 +01:00
parent 595501ca1d
commit 51dde0bc72
Signed by: jusax23
GPG key ID: 4A6CED31031AE931

View file

@ -42,3 +42,5 @@ A complete Example can be found at [stockfish_chess_engine](https://github.com/l
Directory src/Stockfish contains the latest current release. Directory src/Stockfish contains the latest current release.
The code is modified to use a different communication interface. The code is modified to use a different communication interface.
The original license for [Stockfish](https://stockfishchess.org) can be found in their [GitHub](https://github.com/official-stockfish/Stockfish) repository. The original license for [Stockfish](https://stockfishchess.org) can be found in their [GitHub](https://github.com/official-stockfish/Stockfish) repository.
Directory web/build and/or src/ may contains code compiled from [emscripten](https://emscripten.org/) or code that will be compiled with emscripten. Emscripten is licensed among others under the MIT License. [License Page](https://emscripten.org/docs/introducing_emscripten/emscripten_license.html)