You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -147,3 +147,9 @@ The project can also be built via docker using default docker file of repository
147
147
148
148
You may amalgamate all source files into only two files (`ada.h` and `ada.cpp`) by typing executing the Python
149
149
3 script `singleheader/amalgamate.py`. By default, the files are created in the `singleheader` directory.
150
+
151
+
### License
152
+
153
+
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.
154
+
155
+
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.
0 commit comments