diff --git a/AUTHORS b/AUTHORS
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,4 @@
 === Haskell data-fin package AUTHORS/THANKS file ===
 
-The data-fin package was written by wren ng thornton and is released
+The data-fin package was written by wren gayle romano and is released
 under the terms in the LICENSE file.
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2012, 2013, 2014 wren ng thornton.
+Copyright (c) 2012, 2013, 2014 wren gayle romano.
 ALL RIGHTS RESERVED.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/data-fin.cabal b/data-fin.cabal
--- a/data-fin.cabal
+++ b/data-fin.cabal
@@ -1,5 +1,5 @@
 ----------------------------------------------------------------
--- wren ng thornton <wren@community.haskell.org>    ~ 2014.03.30
+-- wren gayle romano <wren@community.haskell.org>   ~ 2014.08.16
 ----------------------------------------------------------------
 
 -- By and large Cabal >=1.2 is fine; but >= 1.6 gives tested-with:
@@ -8,12 +8,12 @@
 Build-Type:     Simple
 
 Name:           data-fin
-Version:        0.1.1.2
+Version:        0.1.1.3
 Stability:      experimental
 Homepage:       http://code.haskell.org/~wren/
-Author:         wren ng thornton
+Author:         wren gayle romano
 Maintainer:     wren@community.haskell.org
-Copyright:      Copyright (c) 2012--2014 wren ng thornton
+Copyright:      Copyright (c) 2012--2014 wren gayle romano
 License:        BSD3
 License-File:   LICENSE
 
@@ -64,7 +64,7 @@
     Other-Modules:     Data.Number.Fin.TyOrdering
     
     Build-Depends:     tagged         >= 0.2.3   && < 0.8
-                     , reflection     >= 1.1.6   && < 1.5
+                     , reflection     >= 1.1.6   && < 1.6
                      , prelude-safeenum < 0.2
                      -- N.B., major smallcheck API break between 0.5 and 0.6
                      , smallcheck     >= 0.4     && < 1.2
diff --git a/src/Data/Number/Fin.hs b/src/Data/Number/Fin.hs
--- a/src/Data/Number/Fin.hs
+++ b/src/Data/Number/Fin.hs
@@ -3,7 +3,7 @@
 --                                                    2013.07.20
 -- |
 -- Module      :  Data.Number.Fin
--- Copyright   :  2012--2013 wren ng thornton
+-- Copyright   :  2012--2013 wren gayle romano
 -- License     :  BSD3
 -- Maintainer  :  wren@community.haskell.org
 -- Stability   :  experimental
diff --git a/src/Data/Number/Fin/Int16.hs b/src/Data/Number/Fin/Int16.hs
--- a/src/Data/Number/Fin/Int16.hs
+++ b/src/Data/Number/Fin/Int16.hs
@@ -17,7 +17,7 @@
 --                                                    2014.03.07
 -- |
 -- Module      :  Data.Number.Fin.Int16
--- Copyright   :  2012--2014 wren ng thornton
+-- Copyright   :  2012--2014 wren gayle romano
 -- License     :  BSD3
 -- Maintainer  :  wren@community.haskell.org
 -- Stability   :  experimental
diff --git a/src/Data/Number/Fin/Int32.hs b/src/Data/Number/Fin/Int32.hs
--- a/src/Data/Number/Fin/Int32.hs
+++ b/src/Data/Number/Fin/Int32.hs
@@ -17,7 +17,7 @@
 --                                                    2014.03.07
 -- |
 -- Module      :  Data.Number.Fin.Int32
--- Copyright   :  2012--2014 wren ng thornton
+-- Copyright   :  2012--2014 wren gayle romano
 -- License     :  BSD3
 -- Maintainer  :  wren@community.haskell.org
 -- Stability   :  experimental
diff --git a/src/Data/Number/Fin/Int64.hs b/src/Data/Number/Fin/Int64.hs
--- a/src/Data/Number/Fin/Int64.hs
+++ b/src/Data/Number/Fin/Int64.hs
@@ -17,7 +17,7 @@
 --                                                    2014.03.07
 -- |
 -- Module      :  Data.Number.Fin.Int64
--- Copyright   :  2012--2014 wren ng thornton
+-- Copyright   :  2012--2014 wren gayle romano
 -- License     :  BSD3
 -- Maintainer  :  wren@community.haskell.org
 -- Stability   :  experimental
diff --git a/src/Data/Number/Fin/Int8.hs b/src/Data/Number/Fin/Int8.hs
--- a/src/Data/Number/Fin/Int8.hs
+++ b/src/Data/Number/Fin/Int8.hs
@@ -17,7 +17,7 @@
 --                                                    2014.03.07
 -- |
 -- Module      :  Data.Number.Fin.Int8
--- Copyright   :  2012--2014 wren ng thornton
+-- Copyright   :  2012--2014 wren gayle romano
 -- License     :  BSD3
 -- Maintainer  :  wren@community.haskell.org
 -- Stability   :  experimental
diff --git a/src/Data/Number/Fin/Integer.hs b/src/Data/Number/Fin/Integer.hs
--- a/src/Data/Number/Fin/Integer.hs
+++ b/src/Data/Number/Fin/Integer.hs
@@ -16,7 +16,7 @@
 --                                                    2014.03.07
 -- |
 -- Module      :  Data.Number.Fin.Integer
--- Copyright   :  2012--2014 wren ng thornton
+-- Copyright   :  2012--2014 wren gayle romano
 -- License     :  BSD3
 -- Maintainer  :  wren@community.haskell.org
 -- Stability   :  experimental
diff --git a/src/Data/Number/Fin/TyDecimal.hs b/src/Data/Number/Fin/TyDecimal.hs
--- a/src/Data/Number/Fin/TyDecimal.hs
+++ b/src/Data/Number/Fin/TyDecimal.hs
@@ -23,7 +23,7 @@
 --                                                    2013.05.29
 -- |
 -- Module      :  Data.Number.Fin.TyDecimal
--- Copyright   :  2012--2013 wren ng thornton,
+-- Copyright   :  2012--2013 wren gayle romano,
 --                2004--2007 Oleg Kiselyov and Chung-chieh Shan
 -- License     :  BSD3
 -- Maintainer  :  wren@community.haskell.org
diff --git a/src/Data/Number/Fin/TyOrdering.hs b/src/Data/Number/Fin/TyOrdering.hs
--- a/src/Data/Number/Fin/TyOrdering.hs
+++ b/src/Data/Number/Fin/TyOrdering.hs
@@ -14,7 +14,7 @@
 --                                                    2013.05.29
 -- |
 -- Module      :  Data.Number.Fin.TyOrdering
--- Copyright   :  2012--2013 wren ng thornton,
+-- Copyright   :  2012--2013 wren gayle romano,
 --                2004--2007 Oleg Kiselyov and Chung-chieh Shan
 -- License     :  BSD3
 -- Maintainer  :  wren@community.haskell.org
