diff --git a/README.md b/README.md index 652b0cf..9622ddb 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ At this point, Rolens is comparable to MongoHub regarding features. It cannot ha ## Author and license -© [Romein van Buren](mailto:romein@vburen.nl) 2023. The source code and compiled binaries are released under the GNU GPLv3 license — see [`LICENSE`](./LICENSE) for the full license text. +© [Romein van Buren](mailto:romein@vburen.nl) 2022-2024. The source code and compiled binaries are released under the GNU GPLv3 license — see [`LICENSE`](./LICENSE) for the full license text. ## Credits diff --git a/build/release_readme.txt b/build/release_readme.txt index cd61437..ff1a837 100644 --- a/build/release_readme.txt +++ b/build/release_readme.txt @@ -28,5 +28,5 @@ Feel free to contact me if you have questions! Send an e-mail to romein@vburen.n Author and license ------------------ -© Romein van Buren 2023. The source code and compiled binaries are released +© Romein van Buren 2022-2024. The source code and compiled binaries are released under the GNU GPLv3 license — see LICENSE for the full license text. diff --git a/docs/colophon/index.md b/docs/colophon/index.md index 5b35108..89b6f7b 100644 --- a/docs/colophon/index.md +++ b/docs/colophon/index.md @@ -3,7 +3,7 @@ title: Colophon order: 900 --- -Rolens is © [Romein van Buren](mailto:romein@vburen.nl) 2023. The source code and compiled binaries are released under the GNU GPLv3 license — see [`LICENSE`](https://github.com/garraflavatra/rolens/blob/main/LICENSE) for the full license text. +Rolens is © [Romein van Buren](mailto:romein@vburen.nl) 2022-2024. The source code and compiled binaries are released under the GNU GPLv3 license — see [`LICENSE`](https://github.com/garraflavatra/rolens/blob/main/LICENSE) for the full license text. ## Credits diff --git a/frontend/src/dialogs/about.svelte b/frontend/src/dialogs/about.svelte index e51010c..7bf10c8 100644 --- a/frontend/src/dialogs/about.svelte +++ b/frontend/src/dialogs/about.svelte @@ -19,7 +19,7 @@
-

© Romein van Buren, 2023.

+

© Romein van Buren, 2022-2024.

Documentation | GitHub | diff --git a/main.go b/main.go index 8998ce0..2c5636f 100644 --- a/main.go +++ b/main.go @@ -70,7 +70,7 @@ func main() { WindowIsTranslucent: true, About: &mac.AboutInfo{ Title: "Rolens - Multiplatform MongoDB client", - Message: "© 2023 Romein van Buren", + Message: "© 2022-2024 Romein van Buren", Icon: appIcon, }, }, diff --git a/wails.json b/wails.json index 90a7310..296bc84 100644 --- a/wails.json +++ b/wails.json @@ -15,7 +15,7 @@ "companyName": "Romein van Buren", "productVersion": "0.3.0", "comments": "The intuitive MongoDB administration tool", - "copyright": "© Romein van Buren 2023 (GNU GPL 3.0)." + "copyright": "© Romein van Buren 2022-2024 (GNU GPL 3.0)." }, "preBuildHooks": { "*/*": "node ../version_to_file.js" diff --git a/website/layouts/page.liquid b/website/layouts/page.liquid index b384f17..13a3708 100644 --- a/website/layouts/page.liquid +++ b/website/layouts/page.liquid @@ -61,7 +61,7 @@ navigationOptions: {% # render "mastodon" %}

- © Romein van Buren 2023. + © Romein van Buren 2022-2024. The source code and compiled binaries are released under the GNU GPLv3