diff options
author | Jonathan Huot <jonathan.huot@thomsonreuters.com> | 2018-03-20 09:43:34 +0100 |
---|---|---|
committer | Jonathan Huot <jonathan.huot@thomsonreuters.com> | 2018-08-10 13:30:46 +0200 |
commit | 19ebeae8619c7c784427acf3d37667e403564780 (patch) | |
tree | 46a84dbce3dcb530b9ae65b0ae8e00d057aefddd /docs/conf.py | |
parent | a03cb7321d583897ac9865d9cb24b632081d16b1 (diff) | |
download | oauthlib-19ebeae8619c7c784427acf3d37667e403564780.tar.gz |
Added credits to Idan & team.
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 017f686..2594e38 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'OAuthLib' -copyright = u'2012, Idan Gazit and the Python Community' +copyright = u'2018, The OAuthlib Community' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |