summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
-rw-r--r--docs/copyright.rst7
-rw-r--r--docs/index.rst1
3 files changed, 9 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
diff --git a/docs/copyright.rst b/docs/copyright.rst
new file mode 100644
index 00000000..b7183e62
--- /dev/null
+++ b/docs/copyright.rst
@@ -0,0 +1,7 @@
+Copyright
+=========
+
+The ``cmd2`` documentation is Copyright 2010-2019 by the `cmd2 contributors
+<https://github.com/python-cmd2/cmd2/graphs/contributors>`_ and is licensed
+under a `Creative Commons Attribution 4.0 International License
+<http://creativecommons.org/licenses/by/4.0/>`_.
diff --git a/docs/index.rst b/docs/index.rst
index 9480dfd4..27432132 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -90,6 +90,7 @@ Meta
:caption: Meta
doc_conventions
+ copyright
To Be Integrated