diff --git a/HTTP.cabal b/HTTP.cabal
--- a/HTTP.cabal
+++ b/HTTP.cabal
@@ -1,5 +1,5 @@
 Name: HTTP
-Version: 4000.2.1
+Version: 4000.2.2
 Cabal-Version: >= 1.8
 Build-type: Simple
 License: BSD3
@@ -77,7 +77,7 @@
                  Network.HTTP.Utils
                  Paths_HTTP
   GHC-options: -fwarn-missing-signatures -Wall
-  Build-depends: base >= 2 && < 4.5, network, parsec
+  Build-depends: base >= 2 && < 4.6, network, parsec
   Extensions: FlexibleInstances
   if flag(old-base)
     Build-depends: base < 3
@@ -95,7 +95,7 @@
 Test-Suite test
   type: exitcode-stdio-1.0
 
-  build-tools: ghc >= 6.10 && < 7.4
+  build-tools: ghc >= 6.10 && < 7.6
 
   hs-source-dirs: test
   main-is: httpTests.hs
@@ -103,7 +103,7 @@
   build-depends:     HTTP,
                      HUnit,
                      httpd-shed,
-                     base >= 2 && < 4.5,
+                     base >= 2 && < 4.6,
                      network,
                      split >= 0.1 && < 0.2,
                      test-framework,
diff --git a/Network/Browser.hs b/Network/Browser.hs
--- a/Network/Browser.hs
+++ b/Network/Browser.hs
@@ -2,10 +2,10 @@
 {- |
 
 Module      :  Network.Browser
-Copyright   :  (c) Warrick Gray 2002
+Copyright   :  See LICENSE file
 License     :  BSD
  
-Maintainer  :  Sigbjorn Finne <sigbjorn.finne@gmail.com>
+Maintainer  :  Ganesh Sittampalam <http@projects.haskell.org>
 Stability   :  experimental
 Portability :  non-portable (not tested)
 
diff --git a/Network/BufferType.hs b/Network/BufferType.hs
--- a/Network/BufferType.hs
+++ b/Network/BufferType.hs
@@ -3,10 +3,10 @@
 -- |
 -- Module      :  Network.BufferType
 -- Description :  Abstract representation of request and response buffer types.
--- Copyright   :  (c) Warrick Gray 2002, Bjorn Bringert 2003-2004, Simon Foster 2004, 2007 Robin Bate Boerop, 2008 Sigbjorn Finne
+-- Copyright   :  See LICENSE file
 -- License     :  BSD
 --
--- Maintainer  :  Sigbjorn Finne <sigbjorn.finne@gmail.com>
+-- Maintainer  :  Ganesh Sittampalam <http@projects.haskell.org>
 -- Stability   :  experimental
 -- Portability :  non-portable (not tested)
 --
diff --git a/Network/HTTP.hs b/Network/HTTP.hs
--- a/Network/HTTP.hs
+++ b/Network/HTTP.hs
@@ -1,10 +1,10 @@
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Network.HTTP
--- Copyright   :  (c) Warrick Gray 2002, Bjorn Bringert 2003-2005, 2007 Robin Bate Boerop
+-- Copyright   :  See LICENSE file
 -- License     :  BSD
 -- 
--- Maintainer  :  Sigbjorn Finne <sigbjorn.finne@gmail.com>
+-- Maintainer  :  Ganesh Sittampalam <http@projects.haskell.org>
 -- Stability   :  experimental
 -- Portability :  non-portable (not tested)
 --
diff --git a/Network/HTTP/Auth.hs b/Network/HTTP/Auth.hs
--- a/Network/HTTP/Auth.hs
+++ b/Network/HTTP/Auth.hs
@@ -1,10 +1,10 @@
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Network.HTTP.Auth
--- Copyright   :  (c) Warrick Gray 2002, Bjorn Bringert 2003-2005, 2007 Robin Bate Boerop, 2008- Sigbjorn Finne
+-- Copyright   :  See LICENSE file
 -- License     :  BSD
 -- 
--- Maintainer  :  Sigbjorn Finne <sigbjorn.finne@gmail.com>
+-- Maintainer  :  Ganesh Sittampalam <http@projects.haskell.org>
 -- Stability   :  experimental
 -- Portability :  non-portable (not tested)
 --
diff --git a/Network/HTTP/Base.hs b/Network/HTTP/Base.hs
--- a/Network/HTTP/Base.hs
+++ b/Network/HTTP/Base.hs
@@ -1,10 +1,10 @@
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Network.HTTP.Base
--- Copyright   :  (c) Warrick Gray 2002, Bjorn Bringert 2003-2005, 2007 Robin Bate Boerop, 2008 Sigbjorn Finne
+-- Copyright   :  See LICENSE file
 -- License     :  BSD
 -- 
--- Maintainer  :  Sigbjorn Finne <sigbjorn.finne@gmail.com>
+-- Maintainer  :  Ganesh Sittampalam <http@projects.haskell.org>
 -- Stability   :  experimental
 -- Portability :  non-portable (not tested)
 --
diff --git a/Network/HTTP/Cookie.hs b/Network/HTTP/Cookie.hs
--- a/Network/HTTP/Cookie.hs
+++ b/Network/HTTP/Cookie.hs
@@ -1,10 +1,10 @@
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Network.HTTP.Cookie
--- Copyright   :  (c) Warrick Gray 2002, Bjorn Bringert 2003-2005, 2007 Robin Bate Boerop, 2008- Sigbjorn Finne
+-- Copyright   :  See LICENSE file
 -- License     :  BSD
 -- 
--- Maintainer  :  Sigbjorn Finne <sigbjorn.finne@gmail.com>
+-- Maintainer  :  Ganesh Sittampalam <http@projects.haskell.org>
 -- Stability   :  experimental
 -- Portability :  non-portable (not tested)
 --
diff --git a/Network/HTTP/HandleStream.hs b/Network/HTTP/HandleStream.hs
--- a/Network/HTTP/HandleStream.hs
+++ b/Network/HTTP/HandleStream.hs
@@ -1,10 +1,10 @@
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Network.HTTP.HandleStream
--- Copyright   :  (c) 2008- Sigbjorn Finne
+-- Copyright   :  See LICENSE file
 -- License     :  BSD
 -- 
--- Maintainer  :  Sigbjorn Finne <sigbjorn.finne@gmail.com>
+-- Maintainer  :  Ganesh Sittampalam <http@projects.haskell.org>
 -- Stability   :  experimental
 -- Portability :  non-portable (not tested)
 --
diff --git a/Network/HTTP/Headers.hs b/Network/HTTP/Headers.hs
--- a/Network/HTTP/Headers.hs
+++ b/Network/HTTP/Headers.hs
@@ -1,10 +1,10 @@
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Network.HTTP.Headers
--- Copyright   :  (c) Warrick Gray 2002, Bjorn Bringert 2003-2005, 2007 Robin Bate Boerop, 2008- Sigbjorn Finne
+-- Copyright   :  See LICENSE file
 -- License     :  BSD
 -- 
--- Maintainer  :  Sigbjorn Finne <sigbjorn.finne@gmail.com>
+-- Maintainer  :  Ganesh Sittampalam <http@projects.haskell.org>
 -- Stability   :  experimental
 -- Portability :  non-portable (not tested)
 --
diff --git a/Network/HTTP/Proxy.hs b/Network/HTTP/Proxy.hs
--- a/Network/HTTP/Proxy.hs
+++ b/Network/HTTP/Proxy.hs
@@ -2,11 +2,10 @@
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Network.HTTP.Proxy
--- Copyright   :  (c) 2009 Eric Kow
+-- Copyright   :  See LICENSE file
 -- License     :  BSD
 -- 
--- Maintainer  :  Sigbjorn Finne <sigbjorn.finne@gmail.com>
--- Author      :  Eric Kow <E.Y.Kow@brighton.ac.uk>
+-- Maintainer  :  Ganesh Sittampalam <http@projects.haskell.org>
 -- Stability   :  experimental
 -- Portability :  non-portable (not tested)
 --
diff --git a/Network/HTTP/Stream.hs b/Network/HTTP/Stream.hs
--- a/Network/HTTP/Stream.hs
+++ b/Network/HTTP/Stream.hs
@@ -1,10 +1,10 @@
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Network.HTTP.Stream
--- Copyright   :  (c) Warrick Gray 2002, Bjorn Bringert 2003-2005, 2007 Robin Bate Boerop
+-- Copyright   :  See LICENSE file
 -- License     :  BSD
 -- 
--- Maintainer  :  Sigbjorn Finne <sigbjorn.finne@gmail.com>
+-- Maintainer  :  Ganesh Sittampalam <http@projects.haskell.org>
 -- Stability   :  experimental
 -- Portability :  non-portable (not tested)
 --
diff --git a/Network/HTTP/Utils.hs b/Network/HTTP/Utils.hs
--- a/Network/HTTP/Utils.hs
+++ b/Network/HTTP/Utils.hs
@@ -1,10 +1,10 @@
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Network.HTTP.Utils
--- Copyright   :  (c) Warrick Gray 2002, Bjorn Bringert 2003-2004, Simon Foster 2004, 2007 Robin Bate Boerop, 2008- Sigbjorn Finne
+-- Copyright   :  See LICENSE file
 -- License     :  BSD
 --
--- Maintainer  :  Sigbjorn Finne <sigbjorn.finne@gmail.com>
+-- Maintainer  :  Ganesh Sittampalam <http@projects.haskell.org>
 -- Stability   :  experimental
 -- Portability :  non-portable (not tested)
 --
diff --git a/Network/Stream.hs b/Network/Stream.hs
--- a/Network/Stream.hs
+++ b/Network/Stream.hs
@@ -1,10 +1,10 @@
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Network.Stream
--- Copyright   :  (c) Warrick Gray 2002, Bjorn Bringert 2003-2004, Simon Foster 2004, 2007 Robin Bate Boerop
+-- Copyright   :  See LICENSE file
 -- License     :  BSD
 --
--- Maintainer  :  Sigbjorn Finne <sigbjorn.finne@gmail.com>
+-- Maintainer  :  Ganesh Sittampalam <http@projects.haskell.org>
 -- Stability   :  experimental
 -- Portability :  non-portable (not tested)
 --
diff --git a/Network/StreamDebugger.hs b/Network/StreamDebugger.hs
--- a/Network/StreamDebugger.hs
+++ b/Network/StreamDebugger.hs
@@ -1,10 +1,10 @@
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Network.StreamDebugger
--- Copyright   :  (c) Warrick Gray 2002, Bjorn Bringert 2003-2004, Simon Foster 2004, 2007 Robin Bate Boerop
+-- Copyright   :  See LICENSE file
 -- License     :  BSD
 --
--- Maintainer  :  Sigbjorn Finne <sigbjorn.finne@gmail.com>
+-- Maintainer  :  Ganesh Sittampalam <http@projects.haskell.org>
 -- Stability   :  experimental
 -- Portability :  non-portable (not tested)
 --
diff --git a/Network/StreamSocket.hs b/Network/StreamSocket.hs
--- a/Network/StreamSocket.hs
+++ b/Network/StreamSocket.hs
@@ -2,10 +2,10 @@
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Network.StreamSocket
--- Copyright   :  (c) Warrick Gray 2002, Bjorn Bringert 2003-2004, Simon Foster 2004, 2007 Robin Bate Boerop.
+-- Copyright   :  See LICENSE file
 -- License     :  BSD
 --
--- Maintainer  :  Sigbjorn Finne <sigbjorn.finne@gmail.com>
+-- Maintainer  :  Ganesh Sittampalam <http@projects.haskell.org>
 -- Stability   :  experimental
 -- Portability :  non-portable (not tested)
 --
diff --git a/Network/TCP.hs b/Network/TCP.hs
--- a/Network/TCP.hs
+++ b/Network/TCP.hs
@@ -2,10 +2,10 @@
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Network.TCP
--- Copyright   :  (c) Warrick Gray 2002, Bjorn Bringert 2003-2004, Simon Foster 2004
+-- Copyright   :  See LICENSE file
 -- License     :  BSD
 --
--- Maintainer  :  Sigbjorn Finne <sigbjorn.finne@gmail.com>
+-- Maintainer  :  Ganesh Sittampalam <http@projects.haskell.org>
 -- Stability   :  experimental
 -- Portability :  non-portable (not tested)
 --
