summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2018-12-28 19:24:11 +0100
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2018-12-28 19:29:34 +0100
commitf4273e75250dd36c88d63dc075ae45650a5172e9 (patch)
tree31f7412ac798bc0b629c6f9e104104f10d0e284a
parent45135a25d4dde6f0d1d6a9b735a40159ac391c11 (diff)
downloadoauthlib-f4273e75250dd36c88d63dc075ae45650a5172e9.tar.gz
Bump to 2019
-rw-r--r--LICENSE2
-rw-r--r--docs/conf.py2
-rw-r--r--oauthlib/__init__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index 84b5c75..d5a9e9a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2018 The OAuthlib Community
+Copyright (c) 2019 The OAuthlib Community
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/docs/conf.py b/docs/conf.py
index fadb913..bd8750e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -46,7 +46,7 @@ master_doc = 'index'
# General information about the project.
project = u'OAuthLib'
-copyright = u'2018, The OAuthlib Community'
+copyright = u'2019, 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
diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py
index e4ee2fd..b37d288 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) 2018 by The OAuthlib Community
+ :copyright: (c) 2019 by The OAuthlib Community
:license: BSD, see LICENSE for details.
"""
import logging