diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Changes in 1.6.8.2:
+  * Correct license in srouce files.
+
 Changes in 1.6.8.1:
   * Correct the 'License' field in the Cabal file to match the license (MIT)
 
diff --git a/Text/Show/Pretty.hs b/Text/Show/Pretty.hs
--- a/Text/Show/Pretty.hs
+++ b/Text/Show/Pretty.hs
@@ -2,7 +2,7 @@
 -- |
 -- Module      :  Text.Show.Pretty
 -- Copyright   :  (c) Iavor S. Diatchki 2009
--- License     :  BSD3
+-- License     :  MIT
 --
 -- Maintainer  :  iavor.diatchki@gmail.com
 -- Stability   :  provisional
diff --git a/Text/Show/Value.hs b/Text/Show/Value.hs
--- a/Text/Show/Value.hs
+++ b/Text/Show/Value.hs
@@ -2,7 +2,7 @@
 -- |
 -- Module      :  Text.Show.Value
 -- Copyright   :  (c) Iavor S. Diatchki 2009
--- License     :  BSD3
+-- License     :  MIT
 --
 -- Maintainer  :  iavor.diatchki@gmail.com
 -- Stability   :  provisional
diff --git a/pretty-show.cabal b/pretty-show.cabal
--- a/pretty-show.cabal
+++ b/pretty-show.cabal
@@ -1,5 +1,5 @@
 name:           pretty-show
-version:        1.6.8.1
+version:        1.6.8.2
 category:       Text
 
 synopsis:       Tools for working with derived `Show` instances and generic
@@ -59,7 +59,7 @@
   hs-source-dirs: bin
   build-depends:
     base          >= 3    &&  < 5,
-    pretty-show   == 1.6.8.1
+    pretty-show   == 1.6.8.2
   ghc-options: -Wall
 
 source-repository head
