From 0a2da457949b2b538a9d11441ec679f29ba9e01e Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Tue, 13 Apr 2021 10:25:02 -0400 Subject: [PATCH] Adding another license note. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 46727d14..05ab6191 100644 --- a/README.md +++ b/README.md @@ -185,3 +185,5 @@ Under Windows, we build some tools using the windows/dirent_portable.h file (whi For compilers that do not support [C++17](https://en.wikipedia.org/wiki/C%2B%2B17), we bundle the string-view library which is published under the Boost license (http://www.boost.org/LICENSE_1_0.txt). Like the Apache license, the Boost license is a permissive license allowing commercial redistribution. For efficient number serialization, we bundle Florian Loitsch's implementation of the Grisu2 algorithm for binary to decimal floating-point numbers. The implementation was slightly modified by JSON for Modern C++ library. Both Florian Loitsch's implementation and JSON for Modern C++ are provided under the MIT license. + +For runtime dispatching, we use some code from the PyTorch project licensed under 3-clause BSD. \ No newline at end of file