From 25aed0dca88b50c13aa27b09801bfad3ef243f0d Mon Sep 17 00:00:00 2001 From: Raphael Pierzina Date: Tue, 16 Feb 2016 19:42:16 +0000 Subject: [PATCH] Add a license section to the docs toc --- doc/en/_templates/globaltoc.html | 1 + doc/en/license.rst | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 doc/en/license.rst diff --git a/doc/en/_templates/globaltoc.html b/doc/en/_templates/globaltoc.html index f764729fd..af427198a 100644 --- a/doc/en/_templates/globaltoc.html +++ b/doc/en/_templates/globaltoc.html @@ -9,6 +9,7 @@
  • Contact
  • Talks/Posts
  • Changelog
  • +
  • License
  • {%- if display_toc %} diff --git a/doc/en/license.rst b/doc/en/license.rst new file mode 100644 index 000000000..75b6c64f5 --- /dev/null +++ b/doc/en/license.rst @@ -0,0 +1,8 @@ +License +------- + +Copyright Holger Krekel and others, 2004-2016. + +Distributed under the terms of the `MIT`_ license, pytest is free and open source software. + +.. _`MIT`: https://github.com/pytest-dev/pytest/blob/master/LICENSE