:sparkles: 2012 :sparkles:
authorKenneth Reitz <me@kennethreitz.com>
Sun, 1 Jan 2012 05:44:20 +0000 (00:44 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 1 Jan 2012 05:44:20 +0000 (00:44 -0500)
LICENSE
docs/conf.py
requests/__init__.py
requests/api.py

diff --git a/LICENSE b/LICENSE
index 8a9ee989ad93861d90affc9070e9ad5ad2172ce3..e79211cd461e4fc0b9a931517f2a957381c05c53 100644 (file)
--- 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
index 8987bb8cc102c5c45ec1a157e5fb64aad634dbff..f0e28fd286203d1e6b86b89a8de3ab9a39c4372b 100644 (file)
@@ -43,7 +43,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Requests'
-copyright = u'2011. A <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> Project'
+copyright = u'2012. 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
index b50f99c6fe7cc0bb2ef8171dbd3fb78f8e9d3a12..aa52006af06f58b69bbae6f39679d0d3fe1fd843 100644 (file)
@@ -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'
 
 
 
index 72ab3056b6e1d786e2eb80318a2af874b0c0bc7c..8ff22e7baa9fe55ae429623ecf33ac21891f8344 100644 (file)
@@ -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.
 
 """