DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
This page aims to provide additional context to the LICENSE files associated with MiNiFi projects.
MiNiFi C++
Full LICENSE file available at https://github.com/apache/nifi-minifi-cpp/blob/master/LICENSE
| Dependency | Homepage | Scope | License Type | Description/Reason |
|---|---|---|---|---|
| libuuid | https://sourceforge.net/projects/libuuid/ | Source | 3-clause BSD | UUID generation/parsing |
| spdlog | https://github.com/gabime/spdlog | Source | MIT | logging framework |
| yaml-cpp | https://github.com/jbeder/yaml-cpp | Source | MIT | YAML parsing/inspection |
| Bounded MPMC Queue | - | Source | 2-clause BSD | Bundled/included by spdlog |
| Formatting Library for C++ | - | Source | 2-clause BSD | Bundled/included by spdlog |
| civetweb | https://github.com/civetweb/civetweb | Source | 3-clause BSD | Powers ListenHTTP processor |
| JsonCpp | https://github.com/open-source-parsers/jsoncpp | Source | MIT | Used for SiteToSiteProvenanceReporter |
| ios-cmake | https://code.google.com/archive/p/ios-cmake/ | Source | 3-clause BSD | Derived resource for iOS build |
| Catch | https://github.com/philsquared/Catch | Source | Boost | Primary testing framework |
| RocksDB | https://github.com/facebook/rocksdb | Source | Apache V2 | Provenance repository storage backing |
| LevelDB | https://github.com/google/leveldb | Source | 3-clause BSD | Provenance repository storage backing ( Part of RocksDB) |
| cpplint.py | https://github.com/google/styleguide/tree/gh-pages/cpplint | Source | 3-clause BSD | Linting of code |
| PcapPlusPlus | https://github.com/seladb/PcapPlusPlus | Source | unlicense | Provides a C++ Wrapper for Pcap functionality |
| libuvc | https://github.com/ktossell/libuvc | Source | 3-clause BSD | Provides USB Camera support |
| librdkafka | https://github.com/edenhill/librdkafka | Source | 2-clause BSD | C++ Implementation of the Kafka protocol |
| libarchive | https://github.com/libarchive/libarchive | Source | 2-clause BSD | Provides USB Camera support |
| pybind11 | https://github.com/wjakob/pybind11 | Source | 3-clause BSD | Enables C++11 python bindings |
| sol | https://github.com/ThePhD/sol2 | Source | MIT | Provides LUA support |