From 131b2c6a3a24fca049dfb9d8a65140a7db84ad65 Mon Sep 17 00:00:00 2001 From: CJ Kucera Date: Thu, 3 Mar 2022 22:53:20 -0600 Subject: [PATCH] Include our License (and 3rd-party licenses) in the docs --- CHANGELOG.rst | 2 ++ docs/index.rst | 4 ++++ docs/license.rst | 23 +++++++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 docs/license.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0339019..6d8d90d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -44,6 +44,8 @@ - Prevent jPlayer popup from opening too many popups when `Cross Origin Opener Policy `_ problems are encountered. +- Added License text to the generated docs. Not sure why I never included + those originally! 1.3.4 (2021-03-25) ------------------ diff --git a/docs/index.rst b/docs/index.rst index ca0547f..f21c44f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,6 +18,7 @@ apache_deployment_howto changelog todo + license Exordium Music Library ====================== @@ -91,6 +92,9 @@ how Django is deployed for my own use. :doc:`changelog` and :doc:`todo` contain some information about version history and future plans. +:doc:`license` contains information about Exordium's license (3-Clause BSD) +and of a couple of its components (MIT). + Other Information ----------------- diff --git a/docs/license.rst b/docs/license.rst new file mode 100644 index 0000000..4843df6 --- /dev/null +++ b/docs/license.rst @@ -0,0 +1,23 @@ +.. License + +Licenses +======== + +Exordium +-------- + +.. literalinclude:: ../LICENSE.txt + :language: none + +jPlayer +------- + +.. literalinclude:: ../LICENSE-jPlayer.txt + :language: none + +jQuery +------ + +.. literalinclude:: ../LICENSE-jQuery.txt + :language: none +