Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 2.03 KB

licenses.rst

File metadata and controls

51 lines (40 loc) · 2.03 KB

License Info

Conduit License

Third Party Builtin Libraries

Here is a list of the software components used by conduit in source form and the location of their respective license files in our source repo.

C and C++ Libraries

  • gtest: From BLT - (BSD Style License)
  • libb64: src/thirdparty_builtin/libb64/LICENSE (Public Domain)
  • rapidjson: src/thirdparty_builtin/rapidjson/license.txt (MIT License)
  • civetweb: src/thirdparty_builtin/civetweb-0a95342/LICENSE.md (MIT License)
  • libyaml: src/thirdparty_builtin/libyaml-690a781/LICENSE (MIT License)
  • fmt: src/thirdparty_builtin/fmt-7.1.0/LICENSE.rst (MIT License)

JavaScript Libraries

  • fattable: src/libs/relay/web_clients/rest_client/resources/fattable/LICENSE (MIT License)
  • pure: src/libs/relay/web_clients/rest_client/resources/pure/LICENSE.md (BSD Style License)
  • d3: src/libs/relay/web_clients/rest_client/resources/d3/LICENSE (BSD Style License)
  • jquery: src/libs/relay/web_clients/wsock_test/resources/jquerty-license.txt (MIT License)

Fortran Libraries

  • fruit: From BLT - (BSD Style License)

Build System

Documentation