diff options
author | kotfu <kotfu@kotfu.net> | 2019-07-06 17:32:02 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-07-06 17:32:02 -0600 |
commit | baf2e4665f7766354dea1e2f3b6c881e2c51be1b (patch) | |
tree | e16c1f45b6e2295907f0b6d3694f8fe13d00e3fc /docs/conf.py | |
parent | 1ae86e0829895d3dca99f4f30c6c97656008bc84 (diff) | |
download | cmd2-git-baf2e4665f7766354dea1e2f3b6c881e2c51be1b.tar.gz |
Add copyright links per comments in #712
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 cc7fea2e..5463d0bb 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, Catherine Devlin and Todd Leonhardt' +copyright = '2010-2019, cmd2 contributors' author = 'cmd2 contributors' # The version info for the project you're documenting, acts as replacement for |