From 51dde0bc726581833c14cb2e4351cefcc8c6d484 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Fri, 23 Feb 2024 19:38:19 +0100 Subject: [PATCH] emscripten license --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 000f4ac..10118c6 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,6 @@ A complete Example can be found at [stockfish_chess_engine](https://github.com/l Directory src/Stockfish contains the latest current release. 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. \ No newline at end of file +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) \ No newline at end of file