summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShrayas <shrayasr@gmail.com>2015-01-01 09:04:50 +0530
committerShrayas <shrayasr@gmail.com>2015-01-01 09:04:50 +0530
commit892f2560c1fc99260a8cb073478c0c6e7245bd93 (patch)
treed30939224451e7f30ed8e1aa75e1d49e09cddc94
parent2d1ffad80bdfbefcb1922e0129fca28d493d3fb0 (diff)
downloadpython-requests-892f2560c1fc99260a8cb073478c0c6e7245bd93.tar.gz
Changing year in all copyright information
- Happy new year! Thanks for this awesome library :)
-rw-r--r--LICENSE2
-rw-r--r--docs/conf.py2
-rw-r--r--requests/__init__.py4
3 files changed, 4 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index 8c5e7584..a103fc91 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright 2014 Kenneth Reitz
+Copyright 2015 Kenneth Reitz
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/docs/conf.py b/docs/conf.py
index 4521eed4..4969857b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -46,7 +46,7 @@ master_doc = 'index'
# General information about the project.
project = u'Requests'
-copyright = u'2014. A <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> Project'
+copyright = u'2015. A <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> Project'
# 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/requests/__init__.py b/requests/__init__.py
index ac2b06c8..0ec35660 100644
--- a/requests/__init__.py
+++ b/requests/__init__.py
@@ -36,7 +36,7 @@ usage:
The other HTTP methods are supported - see `requests.api`. Full documentation
is at <http://python-requests.org>.
-:copyright: (c) 2014 by Kenneth Reitz.
+:copyright: (c) 2015 by Kenneth Reitz.
:license: Apache 2.0, see LICENSE for more details.
"""
@@ -46,7 +46,7 @@ __version__ = '2.5.1'
__build__ = 0x020501
__author__ = 'Kenneth Reitz'
__license__ = 'Apache 2.0'
-__copyright__ = 'Copyright 2014 Kenneth Reitz'
+__copyright__ = 'Copyright 2015 Kenneth Reitz'
# Attempt to enable urllib3's SNI support, if possible
try: