diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,6 @@
-Copyright (c) 2013, Amit Aryeh Levy
+Copyright (c) 2013, Aristid Breitkreuz
+Copyright (c) 2013, AlephCloud Systems, Inc
+Copyright (c) 2013, MemCachier, Inc
 
 All rights reserved.
 
@@ -13,9 +15,10 @@
       disclaimer in the documentation and/or other materials provided
       with the distribution.
 
-    * Neither the name of Amit Aryeh Levy nor the names of other
-      contributors may be used to endorse or promote products derived
-      from this software without specific prior written permission.
+    * Neither the name of Aristid Breitkreuz, AlephCloud Systems,
+      MemCachier nor the names of other contributors may be used to
+      endorse or promote products derived from this software without
+      specific prior written permission.
 
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
@@ -28,3 +31,4 @@
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
diff --git a/aws-route53.cabal b/aws-route53.cabal
--- a/aws-route53.cabal
+++ b/aws-route53.cabal
@@ -2,17 +2,16 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                aws-route53
-version:             0.0.1
+version:             0.0.2
 synopsis:            Route53 plugin for the aws package
 description:         Route53 plugin for the aws package
 license:             BSD3
 license-file:        LICENSE
-author:              Amit Aryeh Levy
-maintainer:          amit@amitlevy.com
--- copyright:           
+author:              Aristid Breitkreuz; AlephCloud Systems, Inc; MemCachier, Inc
+maintainer:          code@memcachier.com
+author:              Aristid Breitkreuz; AlephCloud Systems, Inc; MemCachier, Inc
 category:            Web
 build-type:          Simple
--- extra-source-files:  
 cabal-version:       >=1.10
 
 Library
@@ -56,7 +55,7 @@
 Source-repository this
   type: git
   location: https://github.com/memcachier/aws-route53.git
-  tag: 0.0.1
+  tag: 0.0.2
 
 Source-repository head
   type: git
