|
1 | | -| Package | Copyright (c) | License | Version | Notes | References | |
2 | | -|:---------------------------------|:----------------------------------|:-----------------------------------|:----------------------|:-----------------------------------------------------|:------------------------------------------------------------------------------| |
3 | | -| CLI11 | University of Cincinnati | 3-Clause BSD | 2.2.0 | Fork | https://github.com/hailo-ai/CLI11 | |
4 | | -| Catch2 | Catch2 Authors | BSL-1.0 | 2.13.7 | Cloned entire package | https://github.com/catchorg/Catch2 | |
5 | | -| protobuf | Google Inc. | BSD | 21.12 | Cloned entire package | https://github.com/protocolbuffers/protobuf | |
6 | | -| pybind11 | Wenzel Jakob | BSD | 2.13.6 | Cloned entire package | https://github.com/pybind/pybind11 | |
7 | | -| spdlog | Gabi Melman | MIT | 1.14.1 | Cloned entire package | https://github.com/gabime/spdlog | |
8 | | -| folly | Facebook, Inc. and its affiliates | Apache License 2.0 | v2020.08.17.00 | Copied only the file `folly/TokenBucket.h` | https://github.com/facebook/folly | |
9 | | -| nlohmann_json | nlohmann | MIT License | v3.11.3 | Cloned entire package | https://github.com/nlohmann/json | |
10 | | -| readerwriterqueue | Cameron Desrochers | Simplified BSD | 1.0.3 | Cloned entire package | https://github.com/cameron314/readerwriterqueue | |
11 | | -| DotWriter | John Vilk | MIT License | master | Fork | https://github.com/hailo-ai/DotWriter | |
12 | | -| benchmark | Google Inc. | Apache License 2.0 | 1.6.0 | Cloned entire package | https://github.com/google/benchmark.git | |
13 | | -| md5 | Alexander Peslyak | cut-down BSD | - | Copied code from website | http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 | |
14 | | -| pevents | Mahmoud Al-Qudsi | MIT License | master | Cloned entire package | https://github.com/neosmart/pevents.git | |
15 | | -| stb | Sean Barrett | MIT License | 0.97 | Copied only the file `stb/stb_image_resize.h` | https://github.com/nothings/stb | |
16 | | -| eigen | | Mozilla Public License 2.0 | 3.4.0 | Cloned entire package | https://gitlab.com/libeigen/eigen | |
17 | | -| cpp-httplib | | MIT License | v0.18.2 | Cloned entire package | https://github.com/yhirose/cpp-httplib.git | |
18 | | -| xxHash | Yann Collet | 2-Clause BSD | 0.8.2 | Cloned entire package, used as a header-only lib | https://github.com/Cyan4973/xxHash | |
19 | | -| tokenizers_cpp | mlc-ai | Apache License 2.0 | main | Cloned entire package | https://github.com/mlc-ai/tokenizers-cpp.git | |
20 | | -| minja | Google LLC | MIT License | main | Cloned entire package, used as a header-only lib | https://github.com/google/minja | |
21 | | -| LibrosaCpp | ewan xu | Apache License 2.0 | main | Copied only the file `librosa.h`, and modified it | https://github.com/ewan-xu/LibrosaCpp | |
| 1 | +| Package | Copyright (c) | License | Version | Notes |Usage |References | |
| 2 | +|:---------------------------------|:----------------------------------|:-----------------------------------|:----------------------|:-----------------------------------------------------|---------------------|:------------------------------------------------------------------------------| |
| 3 | +| CLI11 | University of Cincinnati | 3-Clause BSD | 2.2.0 | Fork (modified) |Header only | https://github.com/hailo-ai/CLI11 | |
| 4 | +| Catch2 | Catch2 Authors | BSL-1.0 | 2.13.7 | Cloned entire package |Header only | https://github.com/catchorg/Catch2 | |
| 5 | +| protobuf | Google Inc. | BSD | 21.12 | Cloned entire package |Staticly linked | https://github.com/protocolbuffers/protobuf | |
| 6 | +| pybind11 | Wenzel Jakob | BSD | 2.13.6 | Cloned entire package |Header only | https://github.com/pybind/pybind11 | |
| 7 | +| spdlog | Gabi Melman | MIT | 1.14.1 | Cloned entire package |Staticly linked | https://github.com/gabime/spdlog | |
| 8 | +| folly | Facebook, Inc. and its affiliates | Apache License 2.0 | v2020.08.17.00 | Copied only the file `folly/TokenBucket.h` |Combined source code | https://github.com/facebook/folly | |
| 9 | +| nlohmann_json | nlohmann | MIT License | v3.11.3 | Cloned entire package |Header only | https://github.com/nlohmann/json | |
| 10 | +| readerwriterqueue | Cameron Desrochers | Simplified BSD | 1.0.3 | Cloned entire package |Header only | https://github.com/cameron314/readerwriterqueue | |
| 11 | +| DotWriter | John Vilk | MIT License | master | Fork (modified) |Staticly linked | https://github.com/hailo-ai/DotWriter | |
| 12 | +| benchmark | Google Inc. | Apache License 2.0 | 1.6.0 | Cloned entire package |Staticly linked | https://github.com/google/benchmark.git | |
| 13 | +| md5 | Alexander Peslyak | cut-down BSD | - | Copied code from website |Combined source code | http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 | |
| 14 | +| pevents | Mahmoud Al-Qudsi | MIT License | master | Cloned entire package |Staticly linked | https://github.com/neosmart/pevents.git | |
| 15 | +| stb | Sean Barrett | MIT License | 0.97 | Copied only the file `stb/stb_image_resize.h` |Combined source code | https://github.com/nothings/stb | |
| 16 | +| eigen | | Mozilla Public License 2.0 | 3.4.0 | Cloned entire package |Header only | https://gitlab.com/libeigen/eigen | |
| 17 | +| cpp-httplib | | MIT License | v0.18.2 | Cloned entire package |Header only | https://github.com/yhirose/cpp-httplib.git | |
| 18 | +| xxHash | Yann Collet | 2-Clause BSD | 0.8.2 | Cloned entire package |Header only | https://github.com/Cyan4973/xxHash | |
| 19 | +| tokenizers_cpp | mlc-ai | Apache License 2.0 | main | Cloned entire package |Staticly linked | https://github.com/mlc-ai/tokenizers-cpp.git | |
| 20 | +| minja | Google LLC | MIT License | main | Cloned entire package |Header only | https://github.com/google/minja | |
| 21 | +| LibrosaCpp | ewan xu | Apache License 2.0 | main | Copied only the file `librosa.h` (modified) |Combined source code | https://github.com/ewan-xu/LibrosaCpp | |
0 commit comments