From: David Lord Date: Wed, 24 Feb 2021 17:46:54 +0000 (-0800) Subject: docs rename changelog to changes, add license X-Git-Tag: 3.0.0rc1~32^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b3c64d5c4d61387ad98d0a75b67c8ba9586647c;p=thirdparty%2Fjinja.git docs rename changelog to changes, add license --- diff --git a/docs/changelog.rst b/docs/changes.rst similarity index 59% rename from docs/changelog.rst rename to docs/changes.rst index 218fe333..955deaf2 100644 --- a/docs/changelog.rst +++ b/docs/changes.rst @@ -1,4 +1,4 @@ -Changelog -========= +Changes +======= .. include:: ../CHANGES.rst diff --git a/docs/index.rst b/docs/index.rst index dcaa9ffd..4ce20719 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -25,4 +25,5 @@ syntax. Then the template is passed data to render the final document. switching tricks faq - changelog + license + changes diff --git a/docs/license.rst b/docs/license.rst new file mode 100644 index 00000000..a53a98cf --- /dev/null +++ b/docs/license.rst @@ -0,0 +1,4 @@ +BSD-3-Clause License +==================== + +.. include:: ../LICENSE.rst