2018-08-25 00:54:05 +03:00
|
|
|
---
|
|
|
|
layout: page
|
|
|
|
title: Third Party Notices
|
|
|
|
---
|
|
|
|
|
2018-09-17 19:33:41 +03:00
|
|
|
<!--- The full list is located in _data/THIRD_PARTY.yml --->
|
|
|
|
|
2018-08-25 00:54:05 +03:00
|
|
|
{% for item in site.data.THIRD_PARTY %}
|
|
|
|
|
|
|
|
<h3>{{ item.name }}</h3>
|
|
|
|
<p>Version: {{ item.version }}, Author: {{ item.authors }}</p>
|
|
|
|
<p><a href="{{ item.url }}">{{ item.url }}</a></p>
|
|
|
|
<pre>{{item.license}}</pre>
|
|
|
|
|
|
|
|
{% endfor %}
|