diff --git a/Control/Monad/Product.hs b/Control/Monad/Product.hs
--- a/Control/Monad/Product.hs
+++ b/Control/Monad/Product.hs
@@ -1,7 +1,7 @@
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Control.Monad.Product
--- Copyright   :  (C) 2011 Edward Kmett
+-- Copyright   :  (C) 2011-2013 Edward Kmett
 -- License     :  BSD-style (see the file LICENSE)
 --
 -- Maintainer  :  Edward Kmett <ekmett@gmail.com>
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright 2011 Edward Kmett
+Copyright 2011-2013 Edward Kmett
 
 All rights reserved.
 
@@ -12,10 +12,6 @@
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
-
-3. Neither the name of the author nor the names of his contributors
-   may be used to endorse or promote products derived from this software
-   without specific prior written permission.
 
 THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
diff --git a/monad-products.cabal b/monad-products.cabal
--- a/monad-products.cabal
+++ b/monad-products.cabal
@@ -1,6 +1,6 @@
 name:          monad-products
 category:      Control, Monads
-version:       4.0
+version:       4.0.0.1
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
@@ -9,9 +9,9 @@
 stability:     provisional
 homepage:      http://github.com/ekmett/monad-products
 bug-reports:   http://github.com/ekmett/monad-products/issues
-copyright:     Copyright (C) 2011 Edward A. Kmett
-synopsis:      Haskell 98 monad products
-description:   Haskell 98 monad products
+copyright:     Copyright (C) 2011-2013 Edward A. Kmett
+synopsis:      Monad products
+description:   Monad products
 build-type:    Simple
 extra-source-files: .travis.yml CHANGELOG.md .gitignore
 
