Files @ cb46f3847596
Branch filter:

Location: conntrackt/docs/_templates/layout.html

branko
CONNT-22: Renamed the GPLv3 license file. Added GPLv3 header to a number of files. Added CC-BY-SA header to a number of files. Switched the configuration file for documentation to CC-BY-SA. Clarified licensing information in documentation.
{#
Copyright (C) 2013 Branko Majic

This file is part of Django Conntrackt documentation.

This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
Unported License. To view a copy of this license, visit
http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
#}

{% extends "!layout.html" %}

{% block footer %}
{{ super() }}
<div class="footer">
  <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0; vertical-align: middle; " src="{{ pathto('_static/cc-by-sa.png', 1) }}" height="16em" /></a><br/>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
</div>
{% endblock %}