summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-02 10:31:42 -0600
committerBenjamin Peterson <benjamin@python.org>2015-01-02 10:31:42 -0600
commit0de1b545fb42cb312199280d532c2831966a6b29 (patch)
tree6b38c203c54e46d7b3ac8612467e5ba6e60892b1
parentc892030caef631cb580286779d4ebe2c67e7886d (diff)
downloadsix-0de1b545fb42cb312199280d532c2831966a6b29.tar.gz
update copyright year
-rw-r--r--LICENSE2
-rw-r--r--documentation/conf.py2
-rw-r--r--six.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index d76e024..e558f9d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2010-2014 Benjamin Peterson
+Copyright (c) 2010-2015 Benjamin Peterson
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
diff --git a/documentation/conf.py b/documentation/conf.py
index 7e54287..0215bdd 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -33,7 +33,7 @@ master_doc = "index"
# General information about the project.
project = u"six"
-copyright = u"2010-2014, Benjamin Peterson"
+copyright = u"2010-2015, Benjamin Peterson"
sys.path.append(os.path.abspath(os.path.join(".", "..")))
from six import __version__ as six_version
diff --git a/six.py b/six.py
index a695328..b37a6df 100644
--- a/six.py
+++ b/six.py
@@ -1,6 +1,6 @@
"""Utilities for writing code that runs on Python 2 and 3"""
-# Copyright (c) 2010-2014 Benjamin Peterson
+# Copyright (c) 2010-2015 Benjamin Peterson
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal