8000 Add license information to footer (#36) · matrixise/python-docs-theme@dad145a · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dad145a

Browse files
authored
Add license information to footer (python#36)
* add license information to footer * modify wording as requested
1 parent ffb755e commit dad145a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

python_docs_theme/layout.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
<div class="footer">
4848
&copy; <a href="{{ pathto('copyright') }}">{% trans %}Copyright{% endtrans %}</a> {{ copyright|e }}.
4949
<br />
50+
{% trans %}This page is licensed under the Python Software Fundation License Version 2.{% endtrans %}
51+
<br />
52+
{% trans %}Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.{% endtrans %}
53+
<br />
54+
{% trans pathto_license=license_file %}See <a href="{{ license_file }}">History and License</a> for more information.{% endtrans %}
55+
<br /><br />
5056

5157
{% include "footerdonate.html" %}
5258
<br />

0 commit comments

Comments
 (0)
0