From: Kenneth Reitz Date: Sun, 1 Jan 2012 05:44:20 +0000 (-0500) Subject: :sparkles: 2012 :sparkles: X-Git-Tag: v0.9.1~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49140d68809064c6272b714c74414b849d9f75a9;p=services%2Fpython-requests.git :sparkles: 2012 :sparkles: --- diff --git a/LICENSE b/LICENSE index 8a9ee98..e79211c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011 Kenneth Reitz. +Copyright (c) 2012 Kenneth Reitz. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/docs/conf.py b/docs/conf.py index 8987bb8..f0e28fd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ master_doc = 'index' # General information about the project. project = u'Requests' -copyright = u'2011. A Kenneth Reitz Project' +copyright = u'2012. A Kenneth Reitz 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 b50f99c..aa52006 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -9,7 +9,7 @@ requests ~~~~~~~~ -:copyright: (c) 2011 by Kenneth Reitz. +:copyright: (c) 2012 by Kenneth Reitz. :license: ISC, see LICENSE for more details. """ @@ -19,7 +19,7 @@ __version__ = '0.9.0' __build__ = 0x000900 __author__ = 'Kenneth Reitz' __license__ = 'ISC' -__copyright__ = 'Copyright 2011 Kenneth Reitz' +__copyright__ = 'Copyright 2012 Kenneth Reitz' diff --git a/requests/api.py b/requests/api.py index 72ab305..8ff22e7 100644 --- a/requests/api.py +++ b/requests/api.py @@ -6,7 +6,7 @@ requests.api This module implements the Requests API. -:copyright: (c) 2011 by Kenneth Reitz. +:copyright: (c) 2012 by Kenneth Reitz. :license: ISC, see LICENSE for more details. """