diff --git a/Makefile b/Makefile
index 0f06a0f89..78fc98e92 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ unit-test-dir = $(test-dir)/unit
export-file = $(js-src-dir)/export.js
-preamble = "// Fine Uploader $(version) - (c) 2013-present Widen Enterprises, Inc. MIT licensed. http://fineuploader.com"
+preamble = "// Fine Uploader $(version) - MIT licensed. http://fineuploader.com"
cryptojs-files = \
$(js-3rdparty-src-dir)/crypto-js/core.js \
diff --git a/README.md b/README.md
index 8471ce304..cee68db30 100644
--- a/README.md
+++ b/README.md
@@ -31,8 +31,14 @@ There are absolutely no other required external dependencies. For more informati
## Contributing
-Fine Uploader and all other projects in this organization thrive thanks to donations by Widen (the project's sponsor)
-and support by developers in the community. If you'd like to help and keep this project strong and relevant, you have several options.
+If you'd like to help and keep this project strong and relevant, you have several options.
+
+
+### Help us pay the bills
+
+Fine Uploader is currently looking for a sponsor to pay the AWS bills (which have recently lapsed).
+These add up to about $40/month. Please open an issue if you are interesting in becoming a sponsor.
+We will happily list you as sponsor on the site and README.
### File a bug report
diff --git a/client/js/upload-handler/xhr.upload.handler.js b/client/js/upload-handler/xhr.upload.handler.js
index a081e59b9..4c2647547 100644
--- a/client/js/upload-handler/xhr.upload.handler.js
+++ b/client/js/upload-handler/xhr.upload.handler.js
@@ -229,7 +229,7 @@ qq.XhrUploadHandler = function(spec) {
cachedChunks = this._getFileState(id).temp.cachedChunks,
// To work around a Webkit GC bug, we must keep each chunk `Blob` in scope until we are done with it.
- // See https://github.com/Widen/fine-uploader/issues/937#issuecomment-41418760
+ // See https://github.com/FineUploader/fine-uploader/issues/937#issuecomment-41418760
blob = cachedChunks[chunkIndex] || qq.sliceBlob(fileOrBlob, startBytes, endBytes);
cachedChunks[chunkIndex] = blob;
diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html
index 566ada267..e69de29bb 100644
--- a/docs/_templates/footer.html
+++ b/docs/_templates/footer.html
@@ -1,4 +0,0 @@
-
-
diff --git a/docs/_templates/macros/github.html b/docs/_templates/macros/github.html
index b888dacfe..f4d2ed131 100644
--- a/docs/_templates/macros/github.html
+++ b/docs/_templates/macros/github.html
@@ -1,3 +1,3 @@
{% macro issue(num) -%}
-#{{ num }}
+#{{ num }}
{%- endmacro %}
diff --git a/docs/api/options.jmd b/docs/api/options.jmd
index 96d9ea0ec..4b3a4ab39 100644
--- a/docs/api/options.jmd
+++ b/docs/api/options.jmd
@@ -35,7 +35,7 @@ mode you are in and keep that in mind when determining the meaning of a particul
{{ api_option("autoUpload", "autoUpload", "Set to `false` if you want to be able to upload queued items later by calling the [`uploadStoredFiles()` method](methods.html#uploadStoredFiles).", "Boolean", "true") }}
-{{ api_option("button", "button", "Specify an element to use as the 'select files' button. [Cannot be a `