From 0912cf7ed36b9889f6c95e693b37fcac934e336f Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 14 Apr 2023 20:21:17 -0400 Subject: [PATCH] Clarifying license. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 061fa3ac9..fd2a0351d 100644 --- a/README.md +++ b/README.md @@ -147,3 +147,9 @@ The project can also be built via docker using default docker file of repository You may amalgamate all source files into only two files (`ada.h` and `ada.cpp`) by typing executing the Python 3 script `singleheader/amalgamate.py`. By default, the files are created in the `singleheader` directory. + +### License + +This code is made available under the Apache License 2.0 as well as the MIT license. For unicode processing, we rely on a few functions from UniLib which are licensed under the Mozilla Public License v.2.0. + +Our tests include third-party code and data. The benchmarking code includes third-party code: it is provided for research purposes only and not part of the library. \ No newline at end of file