From 42d77b9d812db973b2a1d139f739d9cdbc297a57 Mon Sep 17 00:00:00 2001
From: Edward Kmett <ekmett@gmail.com>
Date: Sun, 8 Mar 2015 04:34:21 -0400
Subject: [PATCH] copyright bump

---
 LICENSE                         | 2 +-
 src/Control/Monad/Catch.hs      | 2 +-
 src/Control/Monad/Catch/Pure.hs | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/LICENSE b/LICENSE
index 182a2fe..4349425 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 951d723..24abc62 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 4ddc74c..e30fa7a 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
-- 
GitLab