diff --git a/LICENSE b/LICENSE
new file mode 100644
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,16 @@
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
diff --git a/cassandra-thrift.cabal b/cassandra-thrift.cabal
--- a/cassandra-thrift.cabal
+++ b/cassandra-thrift.cabal
@@ -1,17 +1,18 @@
-name: cassandra-thrift 
-version: 0.6.5
-license: OtherLicense 
-cabal-version: >= 1.4
-author: Thrift v.0.4.0 
-maintainer: kirk@glyphsoftware.com 
-stability: alpha
-synopsis: thrift bindings to the cassandra database 
-description:
-  The Cassandra (v.0.6.5) database bindings, generated using the Thrift (v.0.4) compliler, Released under the Apache 2.0 license. 
+Name: cassandra-thrift 
+Version: 0.6.6
+License: OtherLicense 
+License-File: LICENSE
+Cabal-version: >= 1.4
+Author: Thrift v.0.4.0 
+Maintainer: kirk@glyphsoftware.com 
+Stability: alpha
+Synopsis: thrift bindings to the cassandra database 
+Description:
+  The Cassandra (v.0.6.6) database bindings, generated using the Thrift (v.0.4) compliler, Released under the Apache 2.0 license. 
     
-category: Database 
-build-type: Simple
-homepage: http://cassandra.apache.org/ 
+Category: Database 
+Build-type: Simple
+Homepage: http://cassandra.apache.org/ 
 Library
     exposed-modules: Database.Cassandra.Thrift.Cassandra
                      Database.Cassandra.Thrift.Cassandra_Client
