diff --git a/plugins/authenticator/README.md b/plugins/authenticator/README.md
index 6d0e4a24b..ec7179916 100644
--- a/plugins/authenticator/README.md
+++ b/plugins/authenticator/README.md
@@ -103,6 +103,22 @@ if (counter && counter > 0) {
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/autostart/README.md b/plugins/autostart/README.md
index eaf79ec9b..3c319b2fa 100644
--- a/plugins/autostart/README.md
+++ b/plugins/autostart/README.md
@@ -66,6 +66,22 @@ disable();
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/fs-extra/README.md b/plugins/fs-extra/README.md
index 52f65e13f..02d350e7b 100644
--- a/plugins/fs-extra/README.md
+++ b/plugins/fs-extra/README.md
@@ -60,6 +60,22 @@ await metadata("/path/to/file");
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/fs-watch/README.md b/plugins/fs-watch/README.md
index be752fb74..584303b24 100644
--- a/plugins/fs-watch/README.md
+++ b/plugins/fs-watch/README.md
@@ -75,6 +75,22 @@ const stopRawWatcher = await watchImmediate(
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/localhost/README.md b/plugins/localhost/README.md
index 410f8deb3..f1f8906ba 100644
--- a/plugins/localhost/README.md
+++ b/plugins/localhost/README.md
@@ -67,6 +67,22 @@ fn main() {
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/log/README.md b/plugins/log/README.md
index f50a7eec6..e99b3d747 100644
--- a/plugins/log/README.md
+++ b/plugins/log/README.md
@@ -83,6 +83,22 @@ Now, you can use the macros provided by the log crate to log messages from your
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/persisted-scope/README.md b/plugins/persisted-scope/README.md
index 4c38450a3..abb1021c4 100644
--- a/plugins/persisted-scope/README.md
+++ b/plugins/persisted-scope/README.md
@@ -42,6 +42,22 @@ Afterwards the plugin will automatically save and restore filesystem and asset s
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/positioner/README.md b/plugins/positioner/README.md
index 924598e5d..cb9ce3965 100644
--- a/plugins/positioner/README.md
+++ b/plugins/positioner/README.md
@@ -87,6 +87,22 @@ let _ = win.move_window(Position::TopRight);
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2021 - Jonas Kruckenberg. 2021 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/single-instance/README.md b/plugins/single-instance/README.md
index 7b265c592..93d929747 100644
--- a/plugins/single-instance/README.md
+++ b/plugins/single-instance/README.md
@@ -52,6 +52,22 @@ fn main() {
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/sql/README.md b/plugins/sql/README.md
index 5addb7eb8..5ffee2257 100644
--- a/plugins/sql/README.md
+++ b/plugins/sql/README.md
@@ -100,6 +100,22 @@ const result = await db.execute(
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/store/README.md b/plugins/store/README.md
index 6ab5809f7..6e643d5f0 100644
--- a/plugins/store/README.md
+++ b/plugins/store/README.md
@@ -107,6 +107,22 @@ with_store(app_handle, stores, path, |store| store.insert("a".to_string(), json!
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/stronghold/README.md b/plugins/stronghold/README.md
index 1a1724d88..59b17360a 100644
--- a/plugins/stronghold/README.md
+++ b/plugins/stronghold/README.md
@@ -64,6 +64,22 @@ import { Stronghold, Location } from "tauri-plugin-stronghold-api";
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/upload/README.md b/plugins/upload/README.md
index 6bba0e946..e67dde00e 100644
--- a/plugins/upload/README.md
+++ b/plugins/upload/README.md
@@ -77,6 +77,22 @@ download(
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/websocket/README.md b/plugins/websocket/README.md
index 0d098c1a1..2584379b8 100644
--- a/plugins/websocket/README.md
+++ b/plugins/websocket/README.md
@@ -64,6 +64,22 @@ await ws.disconnect();
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/plugins/window-state/README.md b/plugins/window-state/README.md
index c0c49de66..9f6d392eb 100644
--- a/plugins/window-state/README.md
+++ b/plugins/window-state/README.md
@@ -88,6 +88,22 @@ restoreStateCurrent(StateFlags.ALL);
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
+## Partners
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
+
## License
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
diff --git a/shared/template/README.md b/shared/template/README.md
index 7d21f07ac..70e072475 100644
--- a/shared/template/README.md
+++ b/shared/template/README.md
@@ -65,21 +65,11 @@ PRs accepted. Please make sure to read the Contributing Guide before making a pu