summaryrefslogtreecommitdiff
path: root/oauthlib/__init__.py
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2018-03-20 09:43:34 +0100
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2018-08-10 13:30:46 +0200
commit19ebeae8619c7c784427acf3d37667e403564780 (patch)
tree46a84dbce3dcb530b9ae65b0ae8e00d057aefddd /oauthlib/__init__.py
parenta03cb7321d583897ac9865d9cb24b632081d16b1 (diff)
downloadoauthlib-19ebeae8619c7c784427acf3d37667e403564780.tar.gz
Added credits to Idan & team.
Diffstat (limited to 'oauthlib/__init__.py')
-rw-r--r--oauthlib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py
index b7586d2..bc5d96b 100644
--- a/oauthlib/__init__.py
+++ b/oauthlib/__init__.py
@@ -5,7 +5,7 @@
A generic, spec-compliant, thorough implementation of the OAuth
request-signing logic.
- :copyright: (c) 2011 by Idan Gazit.
+ :copyright: (c) 2018 by The OAuthlib Community
:license: BSD, see LICENSE for details.
"""
import logging