From 49140d68809064c6272b714c74414b849d9f75a9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 1 Jan 2012 00:44:20 -0500 Subject: [PATCH] :sparkles: 2012 :sparkles: --- LICENSE | 2 +- docs/conf.py | 2 +- requests/__init__.py | 4 ++-- requests/api.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 8a9ee989ad..e79211cd46 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 8987bb8cc1..f0e28fd286 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ # 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 b50f99c6fe..aa52006af0 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 @@ __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 72ab3056b6..8ff22e7baa 100644 --- a/requests/api.py +++ b/requests/api.py @@ -6,7 +6,7 @@ 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. """