Fix copyright attribution in README and About page

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 <noreply@anthropic.com>
This commit is contained in:
Jure
2026-03-11 20:41:42 +01:00
parent 3a196cb9a0
commit fd1e5cac44
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -130,7 +130,7 @@ export function AboutView() {
{/* Version / About */}
<section className="border-t border-border pt-6">
<div className="text-text-dim text-[11px] space-y-1">
<div>Wrystr v{pkg.version} MIT license</div>
<div>Wrystr v{pkg.version} MIT License Copyright (c) 2026 Jure Sršen</div>
<div>
Built with{" "}
<a href="https://tauri.app" target="_blank" rel="noopener noreferrer" className="text-accent hover:text-accent-hover transition-colors">Tauri</a>