From baf2e4665f7766354dea1e2f3b6c881e2c51be1b Mon Sep 17 00:00:00 2001 From: kotfu Date: Sat, 6 Jul 2019 17:32:02 -0600 Subject: Add copyright links per comments in #712 --- docs/conf.py | 2 +- docs/copyright.rst | 7 +++++++ docs/index.rst | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 docs/copyright.rst 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 +`_ and is licensed +under a `Creative Commons Attribution 4.0 International License +`_. 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 -- cgit v1.2.1