diff --git a/CHANGES b/CHANGES
new file mode 100644
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,26 @@
+
+* blaze-builder-enumerator-0.2.0.3
+
+  Changed licence to BSD3
+
+* blaze-builder-enumerator-0.2.0.2
+ 
+  Widened blaze-builder dependencies.
+
+* blaze-builder-enumerator-0.2.0.1
+
+  Removed left-over flag -fno-warn-unused-binds in .cabal file to allow
+  blaze-builder-enumerator to be built with GHC 6.10.
+
+* blaze-builder-enumerator-0.2.0.0
+
+  An enumeratee that allows to incrementally execute builders and pass-on the
+  produced bytestrings to an inner iteratee.
+
+  Complete rewrite by Simon Meier <iridcode@gmail.com> merging the builder
+  enumeratee code by Michael Snoyman <michael@snoyman.com> with the new
+  buffered output support provided by blaze-builder-0.2.1.0.
+
+* blaze-builder-enumerator-0.1
+
+  Original version by Thomas Sutton <me@thomas-sutton.id.au>
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,26 +1,26 @@
-The following license covers this documentation, and the source code, except
-where otherwise indicated.
-
 Copyright 2010, Thomas Sutton. All rights reserved.
 Copyright 2011, Simon Meier. All rights reserved.
 
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
 
 * Redistributions of source code must retain the above copyright notice, this
-  list of conditions and the following disclaimer.
+list of conditions and the following disclaimer.
 
 * Redistributions in binary form must reproduce the above copyright notice,
-  this list of conditions and the following disclaimer in the documentation
-  and/or other materials provided with the distribution.
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
 
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "AS IS" AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 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.
+* The names of its contributors may not be used to endorse or promote products
+derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ''AS IS'' AND ANY
+EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY 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/blaze-builder-enumerator.cabal b/blaze-builder-enumerator.cabal
--- a/blaze-builder-enumerator.cabal
+++ b/blaze-builder-enumerator.cabal
@@ -1,5 +1,5 @@
 Name          : blaze-builder-enumerator
-Version       : 0.2.0.2
+Version       : 0.2.0.3
 Synopsis      : Enumeratees for the incremental conversion of builders to
                 bytestrings.
 Description   :
@@ -24,9 +24,13 @@
 Bug-reports   : https://github.com/meiersi/blaze-builder-enumerator
 Homepage      : https://github.com/meiersi/blaze-builder-enumerator 
 
+Extra-source-files:
+  CHANGES
+
 Source-repository head
   Type: git
   Location: https://github.com/meiersi/blaze-builder-enumerator.git
+
 
 Library
   GHC-options: -Wall
