diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
 The following license covers this documentation, and the source code, except
 where otherwise indicated.
 
-Copyright 2009, Michael Snoyman. All rights reserved.
+Copyright 2015, Nickolay Kudasov. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
diff --git a/http-api-data.cabal b/http-api-data.cabal
--- a/http-api-data.cabal
+++ b/http-api-data.cabal
@@ -1,8 +1,8 @@
 name:            http-api-data
-version:         0.1.1
+version:         0.1.1.1
 license:         BSD3
 license-file:    LICENSE
-author:          Michael Snoyman <michael@snoyman.com>
+author:          Nickolay Kudasov <nickolay.kudasov@gmail.com>
 maintainer:      Nickolay Kudasov <nickolay.kudasov@gmail.com>
 synopsis:        Converting to/from HTTP API data like URL pieces, headers and query parameters.
 description:     Please see README.md
@@ -17,7 +17,7 @@
   README.md
 
 flag use-text-show
-  description: Use @text-show@ library for efficient @'ToHttpApiData'@ implementations.
+  description: Use text-show library for efficient ToHttpApiData implementations.
   default: False
 
 library
