diff --git a/Data/Convertible/Base.hs b/Data/Convertible/Base.hs
--- a/Data/Convertible/Base.hs
+++ b/Data/Convertible/Base.hs
@@ -9,14 +9,14 @@
 
 All rights reserved.
 
-For license and copyright information, see the file COPYRIGHT
+For license and copyright information, see the file LICENSE
 
 -}
 
 {- |
    Module     : Data.Convertible.Base
    Copyright  : Copyright (C) 2009 John Goerzen
-   License    : LGPL
+   License    : BSD3
 
    Maintainer : Michael Snoyman <michael@snoyman.com>
    Stability  : provisional
diff --git a/Data/Convertible/Instances.hs b/Data/Convertible/Instances.hs
--- a/Data/Convertible/Instances.hs
+++ b/Data/Convertible/Instances.hs
@@ -3,14 +3,14 @@
 
 All rights reserved.
 
-For license and copyright information, see the file COPYRIGHT
+For license and copyright information, see the file LICENSE
 
 -}
 
 {- |
    Module     : Data.Convertible.Instances
    Copyright  : Copyright (C) 2009 John Goerzen
-   License    : LGPL
+   License    : BSD3
 
    Maintainer : Michael Snoyman <michael@snoyman.com>
    Stability  : provisional
diff --git a/Data/Convertible/Instances/C.hs b/Data/Convertible/Instances/C.hs
--- a/Data/Convertible/Instances/C.hs
+++ b/Data/Convertible/Instances/C.hs
@@ -5,7 +5,7 @@
 {- |
    Module     : Data.Convertible.Instances.C
    Copyright  : Copyright (C) 2009 John Goerzen
-   License    : LGPL
+   License    : BSD3
 
    Maintainer : Michael Snoyman <michael@snoyman.com>
    Stability  : provisional
@@ -18,7 +18,7 @@
 
 All rights reserved.
 
-For license and copyright information, see the file COPYRIGHT
+For license and copyright information, see the file LICENSE
 -}
 module Data.Convertible.Instances.C()
 where
diff --git a/Data/Convertible/Instances/Map.hs b/Data/Convertible/Instances/Map.hs
--- a/Data/Convertible/Instances/Map.hs
+++ b/Data/Convertible/Instances/Map.hs
@@ -3,7 +3,7 @@
 {- |
    Module     : Data.Convertible.Instances.Map
    Copyright  : Copyright (C) 2009 John Goerzen
-   License    : LGPL
+   License    : BSD3
 
    Maintainer : Michael Snoyman <michael@snoyman.com>
    Stability  : provisional
@@ -15,7 +15,7 @@
 
 All rights reserved.
 
-For license and copyright information, see the file COPYRIGHT
+For license and copyright information, see the file LICENSE
 
 -}
 
diff --git a/Data/Convertible/Instances/Num.hs b/Data/Convertible/Instances/Num.hs
--- a/Data/Convertible/Instances/Num.hs
+++ b/Data/Convertible/Instances/Num.hs
@@ -5,7 +5,7 @@
 {- |
    Module     : Data.Convertible.Instances.Num
    Copyright  : Copyright (C) 2009 John Goerzen
-   License    : LGPL
+   License    : BSD3
 
    Maintainer : Michael Snoyman <michael@snoyman.com>
    Stability  : provisional
@@ -17,7 +17,7 @@
 
 All rights reserved.
 
-For license and copyright information, see the file COPYRIGHT
+For license and copyright information, see the file LICENSE
 
 These instances perform conversion between numeric types such as Double, Int, Integer,
 Rational, and the like.  Here are some notes about the conversion process:
diff --git a/Data/Convertible/Instances/Time.hs b/Data/Convertible/Instances/Time.hs
--- a/Data/Convertible/Instances/Time.hs
+++ b/Data/Convertible/Instances/Time.hs
@@ -5,7 +5,7 @@
 {- |
    Module     : Data.ConvertAttempt.Instances.Time
    Copyright  : Copyright (C) 2009 John Goerzen
-   License    : LGPL
+   License    : BSD3
 
    Maintainer : Michael Snoyman <michael@snoyman.com>
    Stability  : provisional
@@ -21,7 +21,7 @@
 
 All rights reserved.
 
-For license and copyright information, see the file COPYRIGHT
+For license and copyright information, see the file LICENSE
 
 -}
 
diff --git a/Data/Convertible/Text.hs b/Data/Convertible/Text.hs
--- a/Data/Convertible/Text.hs
+++ b/Data/Convertible/Text.hs
@@ -3,14 +3,14 @@
 
 All rights reserved.
 
-For license and copyright information, see the file COPYRIGHT
+For license and copyright information, see the file LICENSE
 
 -}
 
 {- |
    Module     : Data.Convertible.Text
    Copyright  : Copyright (C) 2009 John Goerzen
-   License    : LGPL
+   License    : BSD3
 
    Maintainer : Michael Snoyman <michael@snoyman.com>
    Stability  : provisional
diff --git a/Data/Convertible/Utils.hs b/Data/Convertible/Utils.hs
--- a/Data/Convertible/Utils.hs
+++ b/Data/Convertible/Utils.hs
@@ -5,14 +5,14 @@
 
 All rights reserved.
 
-For license and copyright information, see the file COPYRIGHT
+For license and copyright information, see the file LICENSE
 
 -}
 
 {- |
    Module     : Data.Convertible.Utils
    Copyright  : Copyright (C) 2009 John Goerzen
-   License    : LGPL
+   License    : BSD3
 
    Maintainer : Michael Snoyman <michael@snoyman.com>
    Stability  : provisional
diff --git a/convertible-text.cabal b/convertible-text.cabal
--- a/convertible-text.cabal
+++ b/convertible-text.cabal
@@ -1,9 +1,9 @@
 Name: convertible-text
-Version: 0.3.0.8
+Version: 0.3.0.9
 License: BSD3
 Maintainer: Michael Snoyman <michael@snoyman.com>
 Author: John Goerzen, Michael Snoyman
-Copyright: Copyright (c) 2009-2009 John Goerzen
+Copyright: Copyright (c) 2009-2009 John Goerzen, Copyright (c) 2010-2011 Michael Snoyman
 license-file: LICENSE
 extra-source-files: utils/genCinstances.hs
 homepage: http://github.com/snoyberg/convertible/tree/text
