1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
{% extends "!footer.html" %}
{% block extrafooter %} {{super}}
<br/>
<br/>
<p>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" />
</a>
This documentation is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License.</a>
</p>
<p>
The software
<i>libpyvinyl</i> is licensed under the <a href="https://github.com/PaNOSC-ViNYL/libpyvinyl/blob/master/LICENSE">LGPL version 3 or later</a>.
</p>
<p>
This project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No. 823852
<a rel="panosc" href="https://panosc.eu">
<img alt="Photon and Neutron Open Science Cloud" style="border-width:0" src="https://raw.githubusercontent.com/panosc-eu/panosc/master/Logos%20and%20Templates/Logos/PaNOSC/PaNOSClogo_web_RGB.jpg" />
</a>
</p>
{% endblock %}
|