summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-01-04 16:36:10 -0600
committerBenjamin Peterson <benjamin@python.org>2014-01-04 16:36:10 -0600
commitf2622c16be1e9362a1b8b5b75b8bd9e4da60a498 (patch)
treea9e6b084e6a4d29dd51fd2f464fe444a3706b249
parent6604c88c9bec0596945214128cd9f7ec3468beff (diff)
downloadsix-f2622c16be1e9362a1b8b5b75b8bd9e4da60a498.tar.gz
update copyright year
-rw-r--r--LICENSE2
-rw-r--r--six.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index b673027..d76e024 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2010-2013 Benjamin Peterson
+Copyright (c) 2010-2014 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/six.py b/six.py
index 618ba28..3887a06 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-2013 Benjamin Peterson
+# Copyright (c) 2010-2014 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