<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="credits.xsl"?>
<credits>
	<!-- Process C++ -->
	<item name="Eigen" www="http://eigen.tuxfamily.org/">
		<description>Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.</description>
		<license name="MPL2"/>
	</item>
	<item name="GCE-Math" www="https://www.kthohr.com/gcem.html">
		<description>GCE-Math (Generalized Constant Expression Math) is a templated C++ library enabling compile-time computation of mathematical functions.</description>
		<license name="Apache2"/>
	</item>
	<item name="JRTPLib" www="https://github.com/j0r1/JRTPLIB">
		<description>An object-oriented library written in C++ which aims to help developers in using the Real-time Transport Protocol (RTP) as described in RFC 3550.</description>
		<license name="MIT"/>
	</item>
	<item name="Plog" www="https://github.com/SergiusTheBest/plog">
		<description>Plog is a C++ logging library that is designed to be as simple, small and flexible as possible.</description>
		<license name="MPL2"/>
	</item>
	<item name="RapidJSON" www="https://rapidjson.org/">
		<description>A fast JSON parser/generator for C++ with both SAX/DOM style API.</description>
		<license name="MIT"/>
		<license name="BSD"/>
	</item>
	<item name="libevent" www="https://libevent.org/">
		<description>An event notification library.</description>
		<license name="BSD3"/>
	</item>
	<item name="OpenSSL" www="https://www.openssl.org/">
		<description>Cryptography and SSL/TLS Toolkit.</description>
		<license name="Apache2"/>
	</item>
	<item name="libcurl" www="https://curl.se/libcurl/">
		<description>The multiprotocol file transfer library.</description>
		<license name="curl"/>
	</item>

	<!-- Server web -->
	<item name="jQuery" www="https://jquery.org/">
		<description>Supporting the advancement of the web through JavaScript</description>
		<license name="MIT"/>
	</item>
	<item name="jQuery UI" www="https://jqueryui.com/">
		<description>jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library</description>
		<license name="MIT"/>
	</item>
	<item name="jCanvas" www="https://projects.calebevans.me/jcanvas/">
		<description>jCanvas is a jQuery plugin that makes the HTML5 canvas easy to work with</description>
		<license name="MIT"/>
	</item>
	<item name="Math.js" www="https://mathjs.org/">
		<description>Math.js is an extensive math library for JavaScript and Node.js</description>
		<license name="Apache2"/>
	</item>

	<!-- license details -->
	<license name="MPL2" source="http://www.mozilla.org/MPL/2.0/" />
	<license name="Apache2" source="https://www.apache.org/licenses/LICENSE-2.0" />
	<license name="X11" source="https://directory.fsf.org/wiki/License:X11" />
	<license name="MIT" source="https://directory.fsf.org/wiki/License:Expat" />
	<license name="BSD" source="https://directory.fsf.org/wiki/License:BSD-1-Clause" />
	<license name="BSD3" source="https://directory.fsf.org/wiki/License:BSD-3-Clause" />
	<license name="curl" source="https://curl.se/docs/copyright.html" />
</credits>
