diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2010, Edward Kmett
+Copyright (c) 2010-2013, Edward Kmett
 
 All rights reserved.
 
@@ -13,10 +13,6 @@
       copyright notice, this list of conditions and the following
       disclaimer in the documentation and/or other materials provided
       with the distribution.
-
-    * Neither the name of Edward Kmett nor the names of other
-      contributors may be used to endorse or promote products derived
-      from this software without specific prior written permission.
 
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/speculation.cabal b/speculation.cabal
--- a/speculation.cabal
+++ b/speculation.cabal
@@ -1,5 +1,5 @@
 name:           speculation
-version:        1.5
+version:        1.5.0.1
 license:        BSD3
 license-file:   LICENSE
 author:         Edward A. Kmett
@@ -8,10 +8,10 @@
 homepage:       http://github.com/ekmett/speculation
 bug-reports:    http://github.com/ekmett/speculation/issues
 category:       Concurrency
-copyright:      (c) 2010 Edward A. Kmett
+copyright:      (c) 2010-2013 Edward A. Kmett
 build-type:     Custom
 cabal-version:  >=1.6
-tested-with:    GHC==6.12.1, GHC==7.3.20111017
+tested-with:    GHC==6.12.1, GHC==7.3.20111017, GHC==7.4.1, GHC==7.6.3, GHC==7.7
 synopsis:       A framework for safe, programmable, speculative parallelism
 description:
  A framework for safe, programmable, speculative parallelism, loosely based on:
