The technique we use for inserting the feedback link in the footer
overrides the Sphinx basic/layout.html and agogo/layout.html footers
in a way that prevents us from getting the copyright link footer.
Copy the relevant part of the Sphinx basic/layout.html for now.
Add a copyright.rst that links to mitK5license.rst.
ticket: 7510 (new)
target_version: 1.11
tags: pullup
{% macro feedback_rellinks() %}
<div class="footer-wrapper" >
<div class="footer" >
- <div class="right" ><i>Release: {{ release }} </i>
+ <div class="right" ><i>Release: {{ release }}</i><br />
+ {%- if show_copyright %}
+ {%- if hasdoc('copyright') %}
+ {% trans path=pathto('copyright'), copyright=copyright|e %}© <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
+ {%- else %}
+ {% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %}
+ {%- endif %}
+ {%- endif %}
</div>
<div class="left" >
{%- for rellink in rellinks|reverse %}
--- /dev/null
+Copyright
+=========
+
+Copyright |copy| 1985-2012 by the Massachusetts Institute of
+Technology and its contributors. All rights reserved.
+
+See :ref:`mitK5license` for additional copyright and license
+information.
MIT Kerberos License information
================================
+.. toctree::
+ :hidden:
+
+ copyright.rst
+
.. include:: notice.rst
user \
about.rst \
build_this.rst \
+ copyright.rst \
mitK5defaults.rst \
mitK5features.rst \
mitK5license.rst \