It is 2017, in UTC (#3342)
diff --git a/docs/conf.py b/docs/conf.py
index 85a569a..ffb45d8 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -71,7 +71,7 @@
# General information about the project.
project = 'Cryptography'
-copyright = '2013-2016, Individual Contributors'
+copyright = '2013-2017, Individual Contributors'
# 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/src/cryptography/__about__.py b/src/cryptography/__about__.py
index 55b326c..e3e2907 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -20,4 +20,4 @@
__email__ = "cryptography-dev@python.org"
__license__ = "BSD or Apache License, Version 2.0"
-__copyright__ = "Copyright 2013-2016 {0}".format(__author__)
+__copyright__ = "Copyright 2013-2017 {0}".format(__author__)
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index 168e752..8234dd4 100644
--- a/vectors/cryptography_vectors/__about__.py
+++ b/vectors/cryptography_vectors/__about__.py
@@ -20,4 +20,4 @@
__email__ = "cryptography-dev@python.org"
__license__ = "BSD or Apache License, Version 2.0"
-__copyright__ = "Copyright 2013-2016 %s" % __author__
+__copyright__ = "Copyright 2013-2017 %s" % __author__