diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 00000000..f16e3a99
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,19 @@
+Copyright (c) 2011 Lars Jung, http://larsjung.de
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
\ No newline at end of file
diff --git a/README.md b/README.md
index b737f084..085c944f 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,13 @@
-# h5ai v0.10.2 · a beautified Apache index
+# h5ai v0.11 · a beautified Apache index
-h5ai aims to make browsing files on a Apache HTTP server more comfortable.
-See the [live demo](http://larsjung.de/h5ai/sample).
-For installation instructions and documentation have a look at
-[project page](http://larsjung.de/h5ai).
+h5ai tries to make browsing files on a Apache HTTP server more comfortable. It makes use of the
+built-in autoindex module of Apache and adds styles and functionality to the page generated by
+this module.
+For installation instructions and documentation have a look at the [project page](http://larsjung.de/h5ai).
+There is also a [sample folder](http://larsjung.de/h5ai/sample).
-
-## License and References
-
-
-[h5ai](http://larsjung.de/h5ai) is provided under the terms of the [CC BY-SA 3.0 License](http://creativecommons.org/licenses/by-sa/3.0/).
-It is based on
+[h5ai](http://larsjung.de/h5ai) is provided under the terms of the MIT License.
+It uses
[HTML5 Boilerplate](http://html5boilerplate.com),
[jQuery](http://jquery.com),
[Modernizr](http://www.modernizr.com) and
@@ -20,6 +17,12 @@ please respect their rights.
## Changelog
+### v0.11
+*2011-07-27*
+
+* changed license to MIT license, see `LICENSE.txt`
+
+
### v0.10.2
*2011-07-26*
@@ -35,7 +38,7 @@ please respect their rights.
### v0.10
*2011-07-24*
-* fixed problems with XAMPP on Windows (see dot.htaccess comments for instructions)
+* fixed problems with XAMPP on Windows (see `dot.htaccess` comments for instructions)
* fixed tree fade-in-fade-out effect for small displays ([issue #6](http://github.com/lrsjng/h5ai/issues/6))
* added custom scrollbar to tree ([issue #6](http://github.com/lrsjng/h5ai/issues/6))
* fixed broken links caused by URI encoding/decoding ([issue #9](http://github.com/lrsjng/h5ai/issues/9))
diff --git a/build.properties b/build.properties
index af6a9b0d..a7882a12 100644
--- a/build.properties
+++ b/build.properties
@@ -3,7 +3,7 @@ custom = true
# project
project.name = h5ai
-project.version = 0.10.2
+project.version = 0.11
# src
diff --git a/target/dot.htaccess b/target/dot.htaccess
index 01cecdef..b0a9fe5b 100644
--- a/target/dot.htaccess
+++ b/target/dot.htaccess
@@ -1,5 +1,5 @@
################################
-# h5ai 0.10.2
+# h5ai 0.11
# customized .htaccess
################################
@@ -62,7 +62,7 @@
IndexOrderDefault Ascending Name
- IndexOptions Type=text/html;h5ai=0.10.2
+ IndexOptions Type=text/html;h5ai=0.11
IndexOptions Charset=UTF-8
IndexOptions FancyIndexing
IndexOptions HTMLTable
diff --git a/target/h5ai/footer.html b/target/h5ai/footer.html
index faf3af0a..3582183f 100644
--- a/target/h5ai/footer.html
+++ b/target/h5ai/footer.html
@@ -11,7 +11,7 @@
- h5ai 0.10.2
+ h5ai 0.11
Faenza icons
diff --git a/target/h5ai/header.html b/target/h5ai/header.html
index 52ce6bb8..95681bf6 100644
--- a/target/h5ai/header.html
+++ b/target/h5ai/header.html
@@ -3,7 +3,7 @@