diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2011-2012 Omari Norman.
+Copyright (c) 2011-2013 Omari Norman.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -13,7 +13,7 @@
     the documentation and/or other materials provided with the
     distribution.
 
-    * Neither the name of Omari Norman nor the names of its
+    * Neither the name of Omari Norman nor the names of any
     contributors may be used to endorse or promote products derived
     from this software without specific prior written permission.
 
diff --git a/Text/Matchers/CaseSensitive.hs b/Text/Matchers/CaseSensitive.hs
--- a/Text/Matchers/CaseSensitive.hs
+++ b/Text/Matchers/CaseSensitive.hs
@@ -1,3 +1,3 @@
 module Text.Matchers.CaseSensitive where
 
-data CaseSensitive = Sensitive | Insensitive
+data CaseSensitive = Sensitive | Insensitive deriving (Eq, Ord, Show)
diff --git a/matchers.cabal b/matchers.cabal
--- a/matchers.cabal
+++ b/matchers.cabal
@@ -1,15 +1,15 @@
 Name: matchers
-Version: 0.2.0.0
+Version: 0.4.0.0
 Cabal-version: >=1.8
 Build-Type: Simple
-License: MIT
-Copyright: 2012 Omari Norman.
+License: BSD3
+Copyright: 2012-2013 Omari Norman.
 author: Omari Norman
 maintainer: omari@smileystation.com
 stability: Experimental
 homepage: http://www.github.com/massysett/matchers
 bug-reports: omari@smileystation.com
-Category: Text
+Category: Console
 License-File: LICENSE
 synopsis: Text matchers
 
