From fd1e5cac44e5bd2ab6a0c3e357f502b151f1621d Mon Sep 17 00:00:00 2001 From: Jure <44338+hoornet@users.noreply.github.com> Date: Wed, 11 Mar 2026 20:41:42 +0100 Subject: [PATCH] Fix copyright attribution in README and About page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Show full "MIT License — Copyright (c) 2026 Jure Sršen" in both places to match the LICENSE file exactly. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- src/components/shared/AboutView.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0c1bdd..74396c1 100644 --- a/README.md +++ b/README.md @@ -110,4 +110,4 @@ Wrystr is free and open-source. If it's useful to you: ## License -MIT — [hoornet](https://github.com/hoornet) +MIT License — Copyright (c) 2026 Jure Sršen — [hoornet](https://github.com/hoornet) diff --git a/src/components/shared/AboutView.tsx b/src/components/shared/AboutView.tsx index ba5e75f..d3e748c 100644 --- a/src/components/shared/AboutView.tsx +++ b/src/components/shared/AboutView.tsx @@ -130,7 +130,7 @@ export function AboutView() { {/* Version / About */}
-
Wrystr v{pkg.version} — MIT license
+
Wrystr v{pkg.version} — MIT License — Copyright (c) 2026 Jure Sršen
Built with{" "} Tauri