summaryrefslogtreecommitdiff
path: root/six.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-03-16 21:09:59 -0700
committerBenjamin Peterson <benjamin@python.org>2013-03-16 21:09:59 -0700
commit4453240a90c50df0aee021342e4c7a847b7d13ed (patch)
tree76827d9ea34c0d2591512a0bcbb950c79e3e6e9e /six.py
parentc86baf10476195c00605472a17e8b70a3e359ab5 (diff)
downloadsix-4453240a90c50df0aee021342e4c7a847b7d13ed.tar.gz
update copyright years
Diffstat (limited to 'six.py')
-rw-r--r--six.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/six.py b/six.py
index 90f2785..60457a3 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-2012 Benjamin Peterson
+# Copyright (c) 2010-2013 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