From 3b4a007781a37763a4e8f6ef8c77ef3d2d4578b6 Mon Sep 17 00:00:00 2001
From: Bryan O'Sullivan <bos@serpentine.com>
Date: Wed, 4 Dec 2013 16:24:55 -0800
Subject: [PATCH] Clarify who the maintainer is

---
 Data/Text.hs                                 | 3 +--
 Data/Text/Array.hs                           | 3 +--
 Data/Text/Encoding.hs                        | 3 +--
 Data/Text/Encoding/Error.hs                  | 3 +--
 Data/Text/Foreign.hs                         | 3 +--
 Data/Text/Internal.hs                        | 3 +--
 Data/Text/Internal/Encoding/Fusion.hs        | 3 +--
 Data/Text/Internal/Encoding/Fusion/Common.hs | 3 +--
 Data/Text/Internal/Encoding/Utf16.hs         | 3 +--
 Data/Text/Internal/Encoding/Utf32.hs         | 3 +--
 Data/Text/Internal/Encoding/Utf8.hs          | 3 +--
 Data/Text/Internal/Fusion.hs                 | 3 +--
 Data/Text/Internal/Fusion/Common.hs          | 3 +--
 Data/Text/Internal/Fusion/Size.hs            | 3 +--
 Data/Text/Internal/Fusion/Types.hs           | 3 +--
 Data/Text/Internal/Lazy.hs                   | 3 +--
 Data/Text/Internal/Lazy/Encoding/Fusion.hs   | 3 +--
 Data/Text/Internal/Lazy/Fusion.hs            | 3 +--
 Data/Text/Internal/Lazy/Search.hs            | 3 +--
 Data/Text/Internal/Search.hs                 | 3 +--
 Data/Text/Internal/Unsafe.hs                 | 3 +--
 Data/Text/Internal/Unsafe/Char.hs            | 3 +--
 Data/Text/Internal/Unsafe/Shift.hs           | 3 +--
 Data/Text/Lazy.hs                            | 3 +--
 Data/Text/Lazy/Encoding.hs                   | 3 +--
 Data/Text/Lazy/Internal.hs                   | 3 +--
 Data/Text/Unsafe.hs                          | 3 +--
 27 files changed, 27 insertions(+), 54 deletions(-)

diff --git a/Data/Text.hs b/Data/Text.hs
index b9592e7e..dd53d887 100644
--- a/Data/Text.hs
+++ b/Data/Text.hs
@@ -11,8 +11,7 @@
 --               (c) 2008, 2009 Tom Harper
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : GHC
 --
diff --git a/Data/Text/Array.hs b/Data/Text/Array.hs
index ca614eef..875b40fb 100644
--- a/Data/Text/Array.hs
+++ b/Data/Text/Array.hs
@@ -6,8 +6,7 @@
 -- Copyright   : (c) 2009, 2010, 2011 Bryan O'Sullivan
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : portable
 --
diff --git a/Data/Text/Encoding.hs b/Data/Text/Encoding.hs
index 81f995cf..533f604a 100644
--- a/Data/Text/Encoding.hs
+++ b/Data/Text/Encoding.hs
@@ -10,8 +10,7 @@
 --               (c) 2008, 2009 Tom Harper
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : portable
 --
diff --git a/Data/Text/Encoding/Error.hs b/Data/Text/Encoding/Error.hs
index d38d9a10..8dda6708 100644
--- a/Data/Text/Encoding/Error.hs
+++ b/Data/Text/Encoding/Error.hs
@@ -7,8 +7,7 @@
 -- Copyright   : (c) Bryan O'Sullivan 2009
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : GHC
 --
diff --git a/Data/Text/Foreign.hs b/Data/Text/Foreign.hs
index 9f006bb6..8f273d9e 100644
--- a/Data/Text/Foreign.hs
+++ b/Data/Text/Foreign.hs
@@ -4,8 +4,7 @@
 -- Copyright   : (c) 2009, 2010 Bryan O'Sullivan
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : GHC
 --
diff --git a/Data/Text/Internal.hs b/Data/Text/Internal.hs
index f6560a99..f2005cc6 100644
--- a/Data/Text/Internal.hs
+++ b/Data/Text/Internal.hs
@@ -7,8 +7,7 @@
 --               (c) 2009 Duncan Coutts
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : GHC
 --
diff --git a/Data/Text/Internal/Encoding/Fusion.hs b/Data/Text/Internal/Encoding/Fusion.hs
index 648267b5..66b3d0bc 100644
--- a/Data/Text/Internal/Encoding/Fusion.hs
+++ b/Data/Text/Internal/Encoding/Fusion.hs
@@ -7,8 +7,7 @@
 --               (c) Duncan Coutts 2009
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : portable
 --
diff --git a/Data/Text/Internal/Encoding/Fusion/Common.hs b/Data/Text/Internal/Encoding/Fusion/Common.hs
index 643b3859..06bd6576 100644
--- a/Data/Text/Internal/Encoding/Fusion/Common.hs
+++ b/Data/Text/Internal/Encoding/Fusion/Common.hs
@@ -8,8 +8,7 @@
 --               (c) Jasper Van der Jeugt 2011
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : portable
 --
diff --git a/Data/Text/Internal/Encoding/Utf16.hs b/Data/Text/Internal/Encoding/Utf16.hs
index 8f4b6af4..e5e3c49e 100644
--- a/Data/Text/Internal/Encoding/Utf16.hs
+++ b/Data/Text/Internal/Encoding/Utf16.hs
@@ -7,8 +7,7 @@
 --               (c) 2009 Duncan Coutts
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : GHC
 --
diff --git a/Data/Text/Internal/Encoding/Utf32.hs b/Data/Text/Internal/Encoding/Utf32.hs
index 747a267c..4e8e9b46 100644
--- a/Data/Text/Internal/Encoding/Utf32.hs
+++ b/Data/Text/Internal/Encoding/Utf32.hs
@@ -5,8 +5,7 @@
 --               (c) 2009 Duncan Coutts
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : portable
 --
diff --git a/Data/Text/Internal/Encoding/Utf8.hs b/Data/Text/Internal/Encoding/Utf8.hs
index 45bcc9e8..ff2947e4 100644
--- a/Data/Text/Internal/Encoding/Utf8.hs
+++ b/Data/Text/Internal/Encoding/Utf8.hs
@@ -7,8 +7,7 @@
 --               (c) 2009 Duncan Coutts
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : GHC
 --
diff --git a/Data/Text/Internal/Fusion.hs b/Data/Text/Internal/Fusion.hs
index f9385cf8..830c623a 100644
--- a/Data/Text/Internal/Fusion.hs
+++ b/Data/Text/Internal/Fusion.hs
@@ -7,8 +7,7 @@
 --               (c) Duncan Coutts 2009
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : GHC
 --
diff --git a/Data/Text/Internal/Fusion/Common.hs b/Data/Text/Internal/Fusion/Common.hs
index 852d2245..39344f6c 100644
--- a/Data/Text/Internal/Fusion/Common.hs
+++ b/Data/Text/Internal/Fusion/Common.hs
@@ -4,8 +4,7 @@
 -- Copyright   : (c) Bryan O'Sullivan 2009, 2012
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : GHC
 --
diff --git a/Data/Text/Internal/Fusion/Size.hs b/Data/Text/Internal/Fusion/Size.hs
index dff5bd14..ecfe53e3 100644
--- a/Data/Text/Internal/Fusion/Size.hs
+++ b/Data/Text/Internal/Fusion/Size.hs
@@ -6,8 +6,7 @@
 --               (c) Bryan O'Sullivan 2009
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : portable
 --
diff --git a/Data/Text/Internal/Fusion/Types.hs b/Data/Text/Internal/Fusion/Types.hs
index dcc0362e..dadf220d 100644
--- a/Data/Text/Internal/Fusion/Types.hs
+++ b/Data/Text/Internal/Fusion/Types.hs
@@ -7,8 +7,7 @@
 --               (c) Jasper Van der Jeugt 2011
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : GHC
 --
diff --git a/Data/Text/Internal/Lazy.hs b/Data/Text/Internal/Lazy.hs
index 68c1bf75..c252aea6 100644
--- a/Data/Text/Internal/Lazy.hs
+++ b/Data/Text/Internal/Lazy.hs
@@ -4,8 +4,7 @@
 -- Copyright   : (c) 2009, 2010 Bryan O'Sullivan
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : GHC
 --
diff --git a/Data/Text/Internal/Lazy/Encoding/Fusion.hs b/Data/Text/Internal/Lazy/Encoding/Fusion.hs
index cf20e272..7dafc0a2 100644
--- a/Data/Text/Internal/Lazy/Encoding/Fusion.hs
+++ b/Data/Text/Internal/Lazy/Encoding/Fusion.hs
@@ -5,8 +5,7 @@
 -- Copyright   : (c) 2009, 2010 Bryan O'Sullivan
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : portable
 --
diff --git a/Data/Text/Internal/Lazy/Fusion.hs b/Data/Text/Internal/Lazy/Fusion.hs
index 159cb30b..cf93287f 100644
--- a/Data/Text/Internal/Lazy/Fusion.hs
+++ b/Data/Text/Internal/Lazy/Fusion.hs
@@ -4,8 +4,7 @@
 -- Copyright   : (c) 2009, 2010 Bryan O'Sullivan
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : GHC
 --
diff --git a/Data/Text/Internal/Lazy/Search.hs b/Data/Text/Internal/Lazy/Search.hs
index 6d9552aa..8af5e280 100644
--- a/Data/Text/Internal/Lazy/Search.hs
+++ b/Data/Text/Internal/Lazy/Search.hs
@@ -5,8 +5,7 @@
 -- Copyright   : (c) 2009, 2010 Bryan O'Sullivan
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : GHC
 --
diff --git a/Data/Text/Internal/Search.hs b/Data/Text/Internal/Search.hs
index 308acd3c..20eda8d3 100644
--- a/Data/Text/Internal/Search.hs
+++ b/Data/Text/Internal/Search.hs
@@ -5,8 +5,7 @@
 -- Copyright   : (c) Bryan O'Sullivan 2009
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : GHC
 --
diff --git a/Data/Text/Internal/Unsafe.hs b/Data/Text/Internal/Unsafe.hs
index d7c9081a..0900d19b 100644
--- a/Data/Text/Internal/Unsafe.hs
+++ b/Data/Text/Internal/Unsafe.hs
@@ -3,8 +3,7 @@
 -- Module      : Data.Text.Internal.Unsafe
 -- Copyright   : (c) 2009, 2010, 2011 Bryan O'Sullivan
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : portable
 --
diff --git a/Data/Text/Internal/Unsafe/Char.hs b/Data/Text/Internal/Unsafe/Char.hs
index 5f2be50f..d208e3f0 100644
--- a/Data/Text/Internal/Unsafe/Char.hs
+++ b/Data/Text/Internal/Unsafe/Char.hs
@@ -7,8 +7,7 @@
 --               (c) 2009 Duncan Coutts
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : GHC
 --
diff --git a/Data/Text/Internal/Unsafe/Shift.hs b/Data/Text/Internal/Unsafe/Shift.hs
index aad97c5e..b2fef9b6 100644
--- a/Data/Text/Internal/Unsafe/Shift.hs
+++ b/Data/Text/Internal/Unsafe/Shift.hs
@@ -5,8 +5,7 @@
 -- Copyright   : (c) Bryan O'Sullivan 2009
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : GHC
 --
diff --git a/Data/Text/Lazy.hs b/Data/Text/Lazy.hs
index 66e75195..08dfe587 100644
--- a/Data/Text/Lazy.hs
+++ b/Data/Text/Lazy.hs
@@ -8,8 +8,7 @@
 -- Copyright   : (c) 2009, 2010, 2012 Bryan O'Sullivan
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : GHC
 --
diff --git a/Data/Text/Lazy/Encoding.hs b/Data/Text/Lazy/Encoding.hs
index 2af8cf8b..aaf50af1 100644
--- a/Data/Text/Lazy/Encoding.hs
+++ b/Data/Text/Lazy/Encoding.hs
@@ -7,8 +7,7 @@
 -- Copyright   : (c) 2009, 2010 Bryan O'Sullivan
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : portable
 --
diff --git a/Data/Text/Lazy/Internal.hs b/Data/Text/Lazy/Internal.hs
index a52cde7d..4f07f032 100644
--- a/Data/Text/Lazy/Internal.hs
+++ b/Data/Text/Lazy/Internal.hs
@@ -4,8 +4,7 @@
 -- Copyright   : (c) 2013 Bryan O'Sullivan
 --
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : GHC
 --
diff --git a/Data/Text/Unsafe.hs b/Data/Text/Unsafe.hs
index ffd058ba..526b56fa 100644
--- a/Data/Text/Unsafe.hs
+++ b/Data/Text/Unsafe.hs
@@ -3,8 +3,7 @@
 -- Module      : Data.Text.Unsafe
 -- Copyright   : (c) 2009, 2010, 2011 Bryan O'Sullivan
 -- License     : BSD-style
--- Maintainer  : bos@serpentine.com, rtomharper@googlemail.com,
---               duncan@haskell.org
+-- Maintainer  : bos@serpentine.com
 -- Stability   : experimental
 -- Portability : portable
 --
-- 
GitLab