diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-09 21:58:06 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-09 21:58:06 -0500 |
commit | de485fc3478e675a1fa327c10a8297a1ea17f46a (patch) | |
tree | f53512997fe82fffa317d88b38e66cffc7b866b3 /docs/conf.py | |
parent | db093b630ed487838337a04a28af79475d37d1e0 (diff) | |
download | cmd2-git-de485fc3478e675a1fa327c10a8297a1ea17f46a.tar.gz |
Update copyright through 2020 and restore documentation copyright to MIT license
During recent work to upgrade the format of the Sphinx documentation, the license the docs are copyright under was accidentally changed from MIT to CreativeCommons. This restores the documentation to be under an MIT license so there is a single license governing both code and documentation.
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 5463d0bb..7a8da9d1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,7 +56,7 @@ master_doc = 'index' # General information about the project. project = 'cmd2' -copyright = '2010-2019, cmd2 contributors' +copyright = '2010-2020, cmd2 contributors' author = 'cmd2 contributors' # The version info for the project you're documenting, acts as replacement for |