diff --git a/LICENSE b/LICENSE
index 182a2fed301b30c17fa6fcc71d2f88784b559852..4349425d040361cdccd0f6c59a8310fbb71f15ae 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright 2013-2014 Edward Kmett
+Copyright 2013-2015 Edward Kmett
 Copyright 2012 Google Inc.
 
 All rights reserved.
diff --git a/src/Control/Monad/Catch.hs b/src/Control/Monad/Catch.hs
index 951d723c0994317079b3b583aaf465c74badfaef..24abc62871c1452622ca301ee071de805e0a6743 100644
--- a/src/Control/Monad/Catch.hs
+++ b/src/Control/Monad/Catch.hs
@@ -22,7 +22,7 @@
 {-# OPTIONS_GHC -fno-warn-deprecations #-}
 --------------------------------------------------------------------
 -- |
--- Copyright   :  (C) Edward Kmett 2013-2014, (c) Google Inc. 2012
+-- Copyright   :  (C) Edward Kmett 2013-2015, (c) Google Inc. 2012
 -- License     :  BSD-style (see the file LICENSE)
 -- Maintainer  :  Edward Kmett <ekmett@gmail.com>
 -- Stability   :  experimental
diff --git a/src/Control/Monad/Catch/Pure.hs b/src/Control/Monad/Catch/Pure.hs
index 4ddc74c5473e5b016f628cb8d79764cbc275d333..e30fa7afe8c1f3ee096cab3406d4ba351077cc3e 100644
--- a/src/Control/Monad/Catch/Pure.hs
+++ b/src/Control/Monad/Catch/Pure.hs
@@ -20,7 +20,7 @@
 
 --------------------------------------------------------------------
 -- |
--- Copyright   :  (C) Edward Kmett 2013-2014, (c) Google Inc. 2012
+-- Copyright   :  (C) Edward Kmett 2013-2015, (c) Google Inc. 2012
 -- License     :  BSD-style (see the file LICENSE)
 -- Maintainer  :  Edward Kmett <ekmett@gmail.com>
 -- Stability   :  experimental