summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-01-31 21:06:47 -0800
committerBenjamin Peterson <benjamin@python.org>2016-01-31 21:06:47 -0800
commit40692171c1aa9f78474dbe849465a2fe9142b655 (patch)
tree088d9748ad4993cbe0bcb6d24f12f73be28a2f2f
parent365e8c85dcf257752913279c170ace553e0921d6 (diff)
downloadsix-40692171c1aa9f78474dbe849465a2fe9142b655.tar.gz
add 2016 to copyright years
-rw-r--r--LICENSE2
-rw-r--r--documentation/conf.py2
-rw-r--r--setup.py2
-rw-r--r--six.py2
-rw-r--r--test_six.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/LICENSE b/LICENSE
index e558f9d..60009ce 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2010-2015 Benjamin Peterson
+Copyright (c) 2010-2016 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 0215bdd..f8e3e2d 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-2015, Benjamin Peterson"
+copyright = u"2010-2016, Benjamin Peterson"
sys.path.append(os.path.abspath(os.path.join(".", "..")))
from six import __version__ as six_version
diff --git a/setup.py b/setup.py
index c39bcb7..92ccf11 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2010-2015 Benjamin Peterson
+# Copyright (c) 2010-2016 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
diff --git a/six.py b/six.py
index 56e4272..6ca60a2 100644
--- a/six.py
+++ b/six.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2010-2015 Benjamin Peterson
+# Copyright (c) 2010-2016 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
diff --git a/test_six.py b/test_six.py
index b68e006..3581ae2 100644
--- a/test_six.py
+++ b/test_six.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2010-2015 Benjamin Peterson
+# Copyright (c) 2010-2016 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