diff --git a/Cabal/Cabal.cabal b/Cabal/Cabal.cabal
index fe900ccbfe438c6a3b871a272bd8bd503bc19864..96c158bef6e5b4e9ac733cba7669ba825d5b70ec 100644
--- a/Cabal/Cabal.cabal
+++ b/Cabal/Cabal.cabal
@@ -1,6 +1,6 @@
 name:          Cabal
 version:       1.25.0.0
-copyright:     2003-2016, Cabal Development Team (see AUTHORS file)
+copyright:     2003-2017, Cabal Development Team (see AUTHORS file)
 license:       BSD3
 license-file:  LICENSE
 author:        Cabal Development Team <cabal-devel@haskell.org>
diff --git a/Cabal/LICENSE b/Cabal/LICENSE
index 912b1a62260210dd54d600a5147e506bff8c8a3a..7b19305bed883d19008b8d37e543a96d3775f7de 100644
--- a/Cabal/LICENSE
+++ b/Cabal/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2003-2016, Cabal Development Team.
+Copyright (c) 2003-2017, Cabal Development Team.
 See the AUTHORS file for the full list of copyright holders.
 All rights reserved.
 
diff --git a/Cabal/doc/conf.py b/Cabal/doc/conf.py
index 2107904218ac6ac0ff3248f7cc8f1ac799c24723..f2cb540345978dc443f3143d57aff3fca86f9593 100644
--- a/Cabal/doc/conf.py
+++ b/Cabal/doc/conf.py
@@ -34,7 +34,7 @@ extlinks = {
 
 # General information about the project.
 project = u'Cabal'
-copyright = u'2016, Cabal Team'
+copyright = u'2003-2017, Cabal Team'
 # N.B. version comes from ghc_config
 release = version  # The full version, including alpha/beta/rc tags.
 
diff --git a/cabal-install/cabal-install.cabal b/cabal-install/cabal-install.cabal
index 90aaeacb5ff0c63db3b722e1aa4948b8d70f620b..5f05d1a0eef4ed6c2e1d0cca129125a79f345f3d 100644
--- a/cabal-install/cabal-install.cabal
+++ b/cabal-install/cabal-install.cabal
@@ -11,7 +11,7 @@ License:            BSD3
 License-File:       LICENSE
 Author:             Cabal Development Team (see AUTHORS file)
 Maintainer:         Cabal Development Team <cabal-devel@haskell.org>
-Copyright:          2003-2016, Cabal Development Team
+Copyright:          2003-2017, Cabal Development Team
 Category:           Distribution
 Build-type:         Custom
 Cabal-Version:      >= 1.10
diff --git a/cabal-testsuite/LICENSE b/cabal-testsuite/LICENSE
index 912b1a62260210dd54d600a5147e506bff8c8a3a..7b19305bed883d19008b8d37e543a96d3775f7de 100644
--- a/cabal-testsuite/LICENSE
+++ b/cabal-testsuite/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2003-2016, Cabal Development Team.
+Copyright (c) 2003-2017, Cabal Development Team.
 See the AUTHORS file for the full list of copyright holders.
 All rights reserved.
 
diff --git a/cabal-testsuite/cabal-testsuite.cabal b/cabal-testsuite/cabal-testsuite.cabal
index 1b0ac417589ffbc727b10906c76d173a84b2dd26..94a350596eca1e53443d80b1a74c8ed2496befc8 100644
--- a/cabal-testsuite/cabal-testsuite.cabal
+++ b/cabal-testsuite/cabal-testsuite.cabal
@@ -1,6 +1,6 @@
 name:          cabal-testsuite
 version:       1.25.0.0
-copyright:     2003-2016, Cabal Development Team (see AUTHORS file)
+copyright:     2003-2017, Cabal Development Team (see AUTHORS file)
 license:       BSD3
 license-file:  LICENSE
 author:        Cabal Development Team <cabal-devel@haskell.org>