diff --git a/LICENSE b/LICENSE
index 8a9ee989..e79211cd 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 8987bb8c..f0e28fd2 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 b50f99c6..aa52006a 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 72ab3056..8ff22e7b 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.
"""