diff --git a/matrix-market-attoparsec.cabal b/matrix-market-attoparsec.cabal
--- a/matrix-market-attoparsec.cabal
+++ b/matrix-market-attoparsec.cabal
@@ -1,5 +1,5 @@
 name:                matrix-market-attoparsec
-version:             0.1.0.5
+version:             0.1.0.6
 synopsis:            Parsing and serialization functions for the NIST Matrix Market format
 description:         Please see README.md
 homepage:            https://github.com/ocramz/matrix-market-attoparsec
diff --git a/src/Data/Matrix/MatrixMarket.hs b/src/Data/Matrix/MatrixMarket.hs
--- a/src/Data/Matrix/MatrixMarket.hs
+++ b/src/Data/Matrix/MatrixMarket.hs
@@ -2,7 +2,7 @@
 -- |
 -- Module      :  Data.Matrix.MatrixMarket
 -- Copyright   :  (c) Marco Zocca 2017
--- License     :  GPL-3 (see the file LICENSE)
+-- License     :  BSD2 (see the file LICENSE)
 --
 -- Maintainer  :  zocca marco gmail
 -- Stability   :  experimental
diff --git a/src/Data/Matrix/MatrixMarket/Internal.hs b/src/Data/Matrix/MatrixMarket/Internal.hs
--- a/src/Data/Matrix/MatrixMarket/Internal.hs
+++ b/src/Data/Matrix/MatrixMarket/Internal.hs
@@ -3,7 +3,7 @@
 -- |
 -- Module      :  Data.Matrix.MatrixMarket.Internal
 -- Copyright   :  (c) Marco Zocca 2017
--- License     :  GPL-3 (see the file LICENSE)
+-- License     :  BSD2 (see the file LICENSE)
 --
 -- Maintainer  :  zocca marco gmail
 -- Stability   :  experimental
diff --git a/test/LibSpec.hs b/test/LibSpec.hs
--- a/test/LibSpec.hs
+++ b/test/LibSpec.hs
@@ -17,9 +17,9 @@
   describe "Data.Matrix.MatrixMarket" $ do
     -- prop "ourAdd is commutative" $ \x y ->
     --   ourAdd x y `shouldBe` ourAdd y x
-    it "fidapm05 : read/write/read roundtrip" $ do 
+    it "fidapm05 : read/write/read roundtrip" $ 
       roundTrip Coordinate "fidapm05.mtx" -- fidapm05_rhs1.mtx
-    it "fidapm05_rhs1 : read/write/read roundtrip" $ do 
+    it "fidapm05_rhs1 : read/write/read roundtrip" $ 
       roundTrip Array "fidapm05_rhs1.mtx"
     -- it "memplus : read/write/read roundtrip" $ do 
     --   roundTrip "memplus.mtx"
